6 lines
91 B
GDScript
6 lines
91 B
GDScript
extends WindowDialog
|
|
|
|
func _physics_process(delta):
|
|
if not visible:
|
|
return
|
|
multiplayer
|