7 lines
231 B
GDScript
7 lines
231 B
GDScript
extends Control
|
|
|
|
func _ready():
|
|
$Window/VBoxContainer/MarginContainer/sky_panel/samayun_panel/data_panel/samayun_arc_value.value = khanat_world.celestial_positions["samayun_arc"]
|
|
|
|
func _on_quit_pressed():
|
|
$Window.visible = false
|