7 lines
125 B
GDScript3
7 lines
125 B
GDScript3
|
|
extends Node2D
|
||
|
|
|
||
|
|
|
||
|
|
func _physics_process(delta: float) -> void:
|
||
|
|
#print($"/root/GlobalVariables".target_planet_position)
|
||
|
|
pass
|