shroom
shroom copied to clipboard
Option to disable room dragging.
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";