mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-31 00:11:54 +08:00
6 lines
95 B
GDScript
6 lines
95 B
GDScript
|
|
extends BulletBase
|
||
|
|
class_name PurpleCrystal
|
||
|
|
|
||
|
|
func ai():
|
||
|
|
forward(Vector2.from_angle(rotation))
|