more new tiles

This commit is contained in:
2024-04-15 13:36:40 +02:00
parent d22042cc72
commit 8c14f36463
8 changed files with 46 additions and 1 deletions

View File

@@ -12,9 +12,9 @@ const (
Destruction = iota
Idle
Collision
Moving
)
// virtual location, aka tile address
type Animation struct {
Active bool // animation is running
Loop bool // remove the entity if false, loop endless otherwise