delverengine
delverengine copied to clipboard
Editor control issues
A bunch of little features/bugs that I may take a look at adding
- [x] Right click menu on a surface should let me select a texture for the surface
- [ ] Right click on a surface then moving the camera should prevent the right-click menu from opening when you let go
- [x] Escape doesn't close the right-click menu
- [x] Camera Y rotation should be clamped, so you can't end up upside down
- [ ] Sometimes the camera flips upside down in one frame, I need to look into reproducible steps for this
I'm super glad you are tackling this! ❤️
Regarding the second point. That is not happening anymore, I guess. Not sure when it was fixed, though.
Regarding the second point. That is not happening anymore, I guess. Not sure when it was fixed, though.
The logic behind this, I found, is a half-second timer. Looks like in the GIF you do exceed this threshold. If you do release fast enough then it might still be the case.