mirror of
https://github.com/stevenhowes/GoRetro.git
synced 2026-05-27 04:01:00 +01:00
Allow easy killing (with animation) of anything that has a DR. Useful for plausibly disposing of projectiles.
This commit is contained in:
@@ -21,6 +21,7 @@ type Element struct {
|
||||
Rotation float64
|
||||
Active bool
|
||||
Delete bool
|
||||
Kill bool
|
||||
Collisions []Circle
|
||||
components []component
|
||||
parentElement *Element
|
||||
|
||||
Reference in New Issue
Block a user