- fixed collectible detonation animation timing
- replaced those animatin sprites
- also replaced the collectible sprite with one created with asesprite
- more todo stuff added
This commit is contained in:
2024-04-01 19:43:37 +02:00
parent faf0fd99c2
commit 20fa2639c6
26 changed files with 81 additions and 64 deletions

View File

@@ -19,6 +19,8 @@ func NewTimer() *Timer {
}
func (timer *Timer) Start(duration time.Duration) {
timer.Reset()
min := int(1000 / ebiten.TPS()) // 16.66ms == 1 tick
dur := duration