add a center point to the camera and a text label to display hints (as F to pick...
authorEduardo <[email protected]>
Sun, 11 Feb 2024 16:56:28 +0000 (17:56 +0100)
committerEduardo <[email protected]>
Sun, 11 Feb 2024 16:56:28 +0000 (17:56 +0100)
levels/ui.tscn

index 5a348661dfa14f3af4785aaa739b320e720c1710..8f60d47c3577c74e5095ef979a9f864c7d060d7d 100644 (file)
@@ -20,6 +20,36 @@ grow_vertical = 2
 script = ExtResource("1_sm2ld")
 unChargeSpeedMod = 0.1
 
+[node name="CenterContainer" type="CenterContainer" parent="."]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+
+[node name="Label" type="Label" parent="CenterContainer"]
+modulate = Color(1, 1, 1, 0.490196)
+layout_mode = 2
+text = "ยท"
+horizontal_alignment = 1
+vertical_alignment = 1
+
+[node name="CenterContainer2" type="CenterContainer" parent="."]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+offset_top = 40.0
+offset_bottom = 40.0
+grow_horizontal = 2
+grow_vertical = 2
+
+[node name="ActionText" type="Label" parent="CenterContainer2"]
+layout_mode = 2
+horizontal_alignment = 1
+vertical_alignment = 1
+
 [node name="HBoxContainer" type="HBoxContainer" parent="."]
 layout_mode = 0
 offset_left = 50.0