Open DamienJolly opened 3 years ago
On habbo you can stop the room from dragging when holding an down a item action key.
Action keys: Ctrl for picking up items. Shift for rotation items. Alt for moving items.
Setting an unhandled state to the camera will prevent it from allowing drag&drop ;)
const cam = RoomCamera.forScreen(room); // @ts-ignore cam._state.type = "OFF";
On habbo you can stop the room from dragging when holding an down a item action key.
Action keys: Ctrl for picking up items. Shift for rotation items. Alt for moving items.