2022-04-17 20:29:33 +00:00
|
|
|
extends Control
|
2022-04-16 09:02:53 +00:00
|
|
|
|
|
|
|
func _ready():
|
2022-04-22 16:35:29 +00:00
|
|
|
$Window/VBoxContainer/MarginContainer/sky_panel/samayun_panel/data_panel/samayun_arc_value.value = khanat_world.celestial_positions["samayun_arc"]
|
2022-04-16 09:02:53 +00:00
|
|
|
|
|
|
|
func _on_quit_pressed():
|
2022-04-22 16:35:29 +00:00
|
|
|
$Window.visible = false
|