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.gd

7 lines
92 B
GDScript3
Raw Normal View History

2020-07-06 22:00:39 +00:00
extends Control
signal command(command)
2020-07-10 00:09:54 +00:00
#func _ready():
#$MapPopup.popup_centered_ratio()