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

@@ -171,3 +171,7 @@ func (f *FlyEye) Health() int {
func (f *FlyEye) MaxHealth() int {
return 1
}
func (f *FlyEye) GetAngle() float64 {
return 0
}