summaryrefslogtreecommitdiffhomepage
path: root/components/03_player_control.rb
diff options
context:
space:
mode:
Diffstat (limited to 'components/03_player_control.rb')
-rw-r--r--components/03_player_control.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/03_player_control.rb b/components/03_player_control.rb
index d5d8f7a..f48b155 100644
--- a/components/03_player_control.rb
+++ b/components/03_player_control.rb
@@ -1,3 +1,7 @@
+
+FelFlame::Components.new :PlayerControl, north: 'up', south: 'down', east: 'right',
+ west: 'left', interact: 'space', menu: 'enter'
+=begin
class Components
# Gives control(keyboard or otherwise) over an object
class PlayerControl < Helper::BaseComponent
@@ -19,3 +23,4 @@ class Components
end
end
end
+=end