mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
7 lines
112 B
GDScript
7 lines
112 B
GDScript
extends BulletBase
|
|
class_name Diamond
|
|
|
|
func ai():
|
|
rotation_degrees += 1
|
|
forward(Vector2.from_angle(rotation))
|