Allow easy killing (with animation) of anything that has a DR. Useful for plausibly disposing of projectiles.

This commit is contained in:
stevenhowes
2022-03-27 17:13:18 +01:00
parent 428e2d175c
commit 61b8cecc0b
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ type Element struct {
Rotation float64
Active bool
Delete bool
Kill bool
Collisions []Circle
components []component
parentElement *Element