inertia and refactor

This commit is contained in:
2024-06-03 00:31:15 +03:00
parent 3ca6427583
commit 4f6d0a6c24
9 changed files with 94 additions and 54 deletions

View File

@@ -12,7 +12,7 @@ function BigBoom:init()
self:playAnimation()
self:setCenter(0, 0)
self:setSize(playdate.display.getSize())
self:setZIndex(120)
self:setZIndex(ZIndex.flash)
self:moveTo(0, 0)