"movable" -> "alive"

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-04-03 04:04:02 +07:00
parent ab302610b0
commit 112f6bf41c

View File

@ -26,7 +26,7 @@ import("/js/modules/hotline.mjs").then((module) => {
const instance = new module.hotline(document.getElementById('wrap'));
// Initializing settings of the hotline instance
instance.movable = false;
instance.alive = false;
instance.wheel = true;
instance.delta = 15;