1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-10 05:37:12 +08:00
Files
Dog-Lynx-And-HCN/scripts/Contents/Bullets/BroomGun.gd
T

8 lines
165 B
GDScript
Raw Normal View History

extends BulletBase
class_name BroomGun
func shake():
CameraManager.shake(2000, 200)
func ai():
PresetBulletAI.trace(self , launcher.currentFocusedPosition, 0.05)