mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-29 23:41:54 +08:00
9 lines
148 B
GDScript
9 lines
148 B
GDScript
|
|
extends BulletBase
|
||
|
|
class_name Laser
|
||
|
|
|
||
|
|
func register():
|
||
|
|
penerate = 1
|
||
|
|
func ai():
|
||
|
|
rotation_degrees += 1
|
||
|
|
PresetsAI.lockLauncher(self, launcher, true)
|