Fireballs and shadows.

This commit is contained in:
2024-11-16 19:03:07 -05:00
parent 1d65d0046e
commit e049e8c3d0
8 changed files with 287 additions and 46 deletions

View File

@@ -24,4 +24,5 @@ type Enemies interface {
SetExplosionInitiated()
Health() int
MaxHealth() int
GetAngle() float64
}