Hit params in collider works

This commit is contained in:
2022-12-27 18:52:25 +00:00
parent 9a77bb75a8
commit 2df559aa4c
4 changed files with 13 additions and 13 deletions

View File

@@ -73,7 +73,7 @@
(define-macro (gui . expr)
`(registertype gui
(let ((x 0) (y 0)) ,@expr)))
(let ((pos #(0 0))) ,@expr)))
(define-macro (while condition . body)
(let ((loop (gensym)))