5 lines
79 B
GDScript
5 lines
79 B
GDScript
extends WindowDialog
|
|
|
|
func _physics_process(_delta):
|
|
if not visible:
|
|
return
|