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

LMB does not stack tiles #6

Closed
Level0gamedev opened this issue Dec 10, 2018 · 1 comment
Closed

LMB does not stack tiles #6

Level0gamedev opened this issue Dec 10, 2018 · 1 comment

Comments

@Level0gamedev
Copy link

When placing tile, clicking left mouse button does not place a tile on top of existing tile. This is on the current Chrome, Windows10.
Clicking right mouse places the tile without an issue, but brings up the RMB menu.
Not sure if this is a bug or a feature ;)

I would recommend modifying clicks with keyboard (not sure how to handle on mobile, maybe multitouch or extra icons?). The way I would see it is:

  • Shift + LMB - Add a tile on top of existing tile.
  • Alt + LMB - choose a tile (like bitsy). After clicking this the clicked tile would become active. If there are multiple tiles in the same space, multiple clicks would cycle through the chosen tile.
  • Crtl + LMB - delete a tile. Delete the top most tile. If there are multiple tiles in the space, it will delete the top tile. User needs to click again to delete any remaining tiles one by one.
@zenzoa
Copy link
Owner

zenzoa commented Dec 10, 2018

Going to close this because I changed the way tile placement works. Let me know if there are issues with the new version, though (you can enable stacking the settings menu, and then drag tiles onto each other in the room editor).

@zenzoa zenzoa closed this as completed Dec 10, 2018
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