more new tiles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user