1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-29 23:41:54 +08:00
Files
Dog-Lynx-And-HCN/scripts/Contents/Bullets/Egg.gd
T

7 lines
108 B
GDScript
Raw Normal View History

extends BulletBase
class_name EggBullet
func ai():
speed += 0.25
PresetBulletAI.forward(self , rotation)