mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-25 21:12:29 +08:00
5 lines
126 B
GDScript
5 lines
126 B
GDScript
|
|
class_name PresetsAI
|
||
|
|
|
||
|
|
static func forward(bullet: BulletBase, rotation: float):
|
||
|
|
bullet.forward(Vector2.from_angle(rotation))
|