Bullet particles

This commit is contained in:
MaddoScientisto 2024-04-24 22:53:04 +02:00
commit cd9ec6cc01
4 changed files with 113 additions and 80 deletions

View file

@ -67,5 +67,5 @@ end
function _draw()
cirno.draw()
mouse_debug.draw(3, tile_width, tile_height)
mouse_debug.draw(4, tile_width, tile_height)
end