mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-29 23:41:54 +08:00
7 lines
108 B
GDScript
7 lines
108 B
GDScript
|
|
extends BulletBase
|
||
|
|
class_name EggBullet
|
||
|
|
|
||
|
|
func ai():
|
||
|
|
speed += 0.25
|
||
|
|
PresetBulletAI.forward(self , rotation)
|