shroom icon indicating copy to clipboard operation
shroom copied to clipboard

Option to disable room dragging.

Open DamienJolly opened this issue 5 years ago • 1 comments

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.

DamienJolly avatar Jan 27 '21 05:01 DamienJolly

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";

tetreum avatar Jan 06 '23 16:01 tetreum