6 lines
112 B
GDScript3
6 lines
112 B
GDScript3
|
extends Control
|
||
|
#
|
||
|
#func _process(delta):
|
||
|
#position = -get_viewport_transform().get_origin()
|
||
|
#print(position)
|