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

10 lines
133 B
GDScript

extends BulletBase
class_name FireScan
func register():
speed = 10
damage = 5
func ai():
PresetBulletAI.forward(self, rotation)