godot-third-person-basic-scene/scenes/developper/developper.gd

8 lines
231 B
GDScript3
Raw Permalink Normal View History

2022-04-17 20:29:33 +00:00
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