This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyssey-old/Scenes/UI/Panels/ServerInfo.gd

6 lines
79 B
GDScript3
Raw Normal View History

2020-07-20 09:15:39 +00:00
extends WindowDialog
2020-07-22 15:34:04 +00:00
func _physics_process(_delta):
2020-07-20 09:15:39 +00:00
if not visible:
return