forked from team-sg/hero-mark-2
4 lines
65 B
GDScript
4 lines
65 B
GDScript
extends Control
|
|
|
|
func _process(delta):
|
|
print(get_focus_owner())
|