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