add collision
This commit is contained in:
parent
8baf5f06ea
commit
2427e3a504
7 changed files with 302 additions and 52 deletions
|
|
@ -46,6 +46,8 @@
|
|||
(when transition-pending
|
||||
(when (and (= active-demo :worldgen) (not= transition-pending :worldgen))
|
||||
(pxl8.set_relative_mouse_mode false))
|
||||
(when (and (not= active-demo :worldgen) (= transition-pending :worldgen))
|
||||
(pxl8.set_relative_mouse_mode true))
|
||||
(set active-demo transition-pending)
|
||||
(set transition-pending nil)
|
||||
(when (= active-demo :fire) (set fire-init? false))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue