Can expand and reduce canvass with lctrl and lshift. (Bug: all tiles get erased :c)

This commit is contained in:
lustlion
2022-01-31 01:22:15 +01:00
parent 727592ac55
commit e1bfd4f7f5
3 changed files with 106 additions and 18 deletions

View File

@@ -71,6 +71,8 @@ function Keybind:Default()
-- Generic
Keybind.generic.lclick = { keys = {1}}
Keybind.generic.rclick = { keys = {2}}
Keybind.generic.lshift = { keys = {"lshift"}}
Keybind.generic.lctrl = { keys = {"lctrl"}}
end
-- Set default values at start