mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
6 lines
92 B
GDScript
6 lines
92 B
GDScript
|
|
extends BulletBase
|
||
|
|
class_name DogCircle
|
||
|
|
|
||
|
|
func ai():
|
||
|
|
PresetBulletAI.forward(self, rotation)
|