Flip (game :y)

This commit is contained in:
oakes
2014-08-26 20:43:46 -04:00
parent 00e522948a
commit 8b5474fab0

View File

@@ -102,7 +102,7 @@
:fullscreen? (graphics! :is-fullscreen)
:touched? (input! :is-touched)
:x (input! :get-x)
:y (input! :get-y)
:y (- (graphics! :get-height) (input! :get-y))
(u/throw-key-not-found k)))
(defmacro key-code