summary refs log tree commit diff
path: root/lib/state.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/state.fnl')
-rw-r--r--lib/state.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/state.fnl b/lib/state.fnl
index d98b94e..41dc312 100644
--- a/lib/state.fnl
+++ b/lib/state.fnl
@@ -16,4 +16,5 @@
  ;; all of the next functions are just. regular love functions, exactly the same
  ;; i hope
  :draw (proto.meta-method-opt :state.draw)
+ :keypressed (proto.meta-method-opt :state.keypressed)
  }