naming convention for most stuff but not all
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user