mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
10 lines
133 B
GDScript
10 lines
133 B
GDScript
extends BulletBase
|
|
class_name FireScan
|
|
|
|
func register():
|
|
speed = 10
|
|
damage = 5
|
|
|
|
func ai():
|
|
PresetBulletAI.forward(self, rotation)
|