mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-06 03:37:13 +08:00
7 lines
117 B
GDScript
7 lines
117 B
GDScript
|
|
extends BulletBase
|
||
|
|
class_name Diamond2Bullet
|
||
|
|
|
||
|
|
func ai():
|
||
|
|
if is_instance_valid(parent):
|
||
|
|
position = parent.position
|