summary refs log tree commit diff
path: root/lib/state.fnl
diff options
context:
space:
mode:
authorequa <equaa@protonmail.com>2021-04-18 14:45:55 -0500
committerequa <equaa@protonmail.com>2021-04-18 14:48:02 -0500
commit78530480d35be5dbb57f1a264147bec48d6cf800 (patch)
tree197350b11e46593db326b563e0917e9536329aa1 /lib/state.fnl
parent0c8a8cf8d861bc4ef3162e45e8b58d2f0173d2f7 (diff)
visual changes (zooming) and optimization
also profiling
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)
  }