29 lines
788 B
Plaintext
29 lines
788 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://krtvmtme8s5f"]
|
|
|
|
[ext_resource type="Script" uid="uid://2x1k6uk86wqj" path="res://scripts/galaxy.gd" id="1_n7ltq"]
|
|
[ext_resource type="PackedScene" uid="uid://bbgymc0drqpbx" path="res://scenes/time_display.tscn" id="2_jxn3g"]
|
|
|
|
[node name="galaxy" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_n7ltq")
|
|
|
|
[node name="VBoxContainer" type="Control" parent="."]
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="TimeDisplay" parent="." instance=ExtResource("2_jxn3g")]
|
|
layout_mode = 1
|
|
anchors_preset = 1
|
|
anchor_left = 1.0
|
|
anchor_bottom = 0.0
|
|
offset_left = -128.0
|
|
offset_bottom = 23.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 1
|