Flip (game :y)
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
:fullscreen? (graphics! :is-fullscreen)
|
:fullscreen? (graphics! :is-fullscreen)
|
||||||
:touched? (input! :is-touched)
|
:touched? (input! :is-touched)
|
||||||
:x (input! :get-x)
|
:x (input! :get-x)
|
||||||
:y (input! :get-y)
|
:y (- (graphics! :get-height) (input! :get-y))
|
||||||
(u/throw-key-not-found k)))
|
(u/throw-key-not-found k)))
|
||||||
|
|
||||||
(defmacro key-code
|
(defmacro key-code
|
||||||
|
|||||||
Reference in New Issue
Block a user