diff options
author | Astatin <[email protected]> | 2025-05-06 12:25:55 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-06 12:25:55 +0200 |
commit | 245c6e40f7199e4239763bae41722a03e00abfab (patch) | |
tree | e052cbec518e050c0dd28788c064d5c3090082bc /main.gbasm | |
parent | 9261f0860f997d7fcaba1d508114d9e0f0253e91 (diff) |
Mouse double movement (but broken with collision stuff)
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -141,6 +141,7 @@ Entrypoint: .INCLUDE "entity/bunny.gbasm" .INCLUDE "entity/fox.gbasm" .INCLUDE "entity/cat.gbasm" +.INCLUDE "entity/mouse.gbasm" .INCLUDE "entity/penguin.gbasm" .INCLUDE "entity/fimsh.gbasm" .INCLUDE "entity/questgoal.gbasm" |