naming convention for most stuff but not all

This commit is contained in:
lustlion
2022-03-04 23:28:30 +01:00
parent c978855711
commit cef2096577
29 changed files with 354 additions and 436 deletions

View File

@@ -35,7 +35,7 @@ function Keybind:CheckDown(action)
end
if check then
if action.demo ~= nil then
Demo:RecordAction(action.demo)
Demo:recordAction(action.demo)
end
return true
end
@@ -102,7 +102,7 @@ function Keybind:Default()
-- Editor
Keybind.editor.palette = { keys = {"tab"}}
Keybind.editor.room_mode = { keys = {"r"}}
-- Generic
Keybind.generic.lclick = { keys = {1}}
Keybind.generic.rclick = { keys = {2}}