mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-10 05:37:12 +08:00
8 lines
165 B
GDScript
8 lines
165 B
GDScript
|
|
extends BulletBase
|
||
|
|
class_name BroomGun
|
||
|
|
|
||
|
|
func shake():
|
||
|
|
CameraManager.shake(2000, 200)
|
||
|
|
func ai():
|
||
|
|
PresetBulletAI.trace(self , launcher.currentFocusedPosition, 0.05)
|