mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-05 19:27:15 +08:00
9 lines
129 B
GDScript
9 lines
129 B
GDScript
|
|
extends BulletBase
|
||
|
|
|
||
|
|
func register():
|
||
|
|
speed = 1
|
||
|
|
func ai():
|
||
|
|
speed *= 1.1
|
||
|
|
damage = speed
|
||
|
|
PresetBulletAI.forward(self, rotation)
|