1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-25 21:12:29 +08:00
Files
Dog-Lynx-And-HCN/scripts/Contents/Bullets/Presets/Presets.gd
T

5 lines
126 B
GDScript
Raw Normal View History

class_name PresetsAI
static func forward(bullet: BulletBase, rotation: float):
bullet.forward(Vector2.from_angle(rotation))