Minor stuff

physics
E. Almqvist 3 years ago
parent 18091a5d10
commit 4332f8ba00
  1. 3
      src/config.rb
  2. 3
      src/lib/controller.rb

@ -41,3 +41,6 @@ KEY_EVENTS = {
BIND_TOGGLE_ENGINE => :toggle_engine
}
EVENT_KEYS = KEY_EVENTS.invert

@ -8,6 +8,9 @@ class Player < PhysCube
# Bind all the binds to all the functions stuff
# world.down_keyhook.add()
# world.down_keyhook.add(:player, :toggle_engine, {
# puts("ENGINE TOGGLE :D")
# })
end

Loading…
Cancel
Save