Cloud layer.
This commit is contained in:
@@ -163,5 +163,11 @@ func (f *FlyEye) SetExplosionInitiated() {
|
||||
}
|
||||
|
||||
func (f *FlyEye) Health() int {
|
||||
//health bars reserved for special enemies, flyeye is a one
|
||||
//hitter so returning zero ensure no health bar is rendered
|
||||
return 0
|
||||
}
|
||||
|
||||
func (f *FlyEye) MaxHealth() int {
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user