28 lines
651 B
Plaintext
28 lines
651 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://c7d6w6w7q6x6v"]
|
|
|
|
[ext_resource type="Script" uid="uid://ddulydpkxc5fh" path="res://scripts/ui/CanaryScreen.gd" id="1_5x5x5"]
|
|
|
|
[node name="CanaryScreen" 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_5x5x5")
|
|
|
|
[node name="VersionLabel" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -11.5
|
|
offset_right = 20.0
|
|
offset_bottom = 11.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "v0.0.1"
|