1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-04 18:57:13 +08:00
Files
Dog-Lynx-And-HCN/scripts/Contents/Bullets/WhiteSoul.gd
T

9 lines
130 B
GDScript
Raw Normal View History

extends BulletBase
func register():
speed = 1
func ai():
speed *= 1.05
damage = speed
PresetBulletAI.forward(self, rotation)