Closed IdrisDose closed 3 years ago
Small fixes can be put in a pull request too, even if it is 1 character that changed, nothing is a problem
@ IdrisDose I test and dont work as tab is both a open and close function I just edited the app.js
$(document).on('keydown', function() { switch(event.keyCode) { case 27: // ESC Inventory.Close(); break; case 8: // Backspace Inventory.Close(); break; } });
I've submitted a PR here which solves the above issues and keeps the same key to open/close:
I've submitted a PR here which solves the above issues and keeps the same key to open/close:
48
Thanks heaps!
I forgot to submit my PR but I did pretty much the same thing.
Hey, I noticed an issue when playing with the inventory if you press and hold the tab it will spam the inventory opening animation.
To fix this should be simple: in
client/main.lua:114
:Thanks, was going to make a PR but perhaps it might be a simple fix just to put in issues.