Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to disable room dragging. #118

Open
DamienJolly opened this issue Jan 27, 2021 · 1 comment
Open

Option to disable room dragging. #118

DamienJolly opened this issue Jan 27, 2021 · 1 comment

Comments

@DamienJolly
Copy link

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.

@tetreum
Copy link
Contributor

tetreum commented Jan 6, 2023

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

Alynva added a commit to Habbianos/stream-overlay that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants