Fixed merge errors

This commit is contained in:
Jojackman1
2026-01-19 10:41:03 -07:00
parent 9e0eed66c3
commit 985a975577
50 changed files with 1622 additions and 81 deletions

View File

@@ -0,0 +1,30 @@
[gd_scene load_steps=3 format=3 uid="uid://bvjmefswaveya"]
[ext_resource type="Script" path="res://Assets/Scripts/CommonScripts/UISelector.cs" id="2_66bl7"]
[ext_resource type="Script" uid="uid://b28bv2l2asbpy" path="res://Assets/Scripts/CommonScripts/ChangeMenuInitiator.cs" id="4_gp05m"]
[node name="Htp" type="Node2D"]
[node name="UISelector" type="Node2D" parent="."]
script = ExtResource("2_66bl7")
[node name="BackButton" type="Sprite2D" parent="UISelector"]
z_index = 1
position = Vector2(0, 65)
script = ExtResource("4_gp05m")
metadata/TargetMenu = "MainMenu"
metadata/TransitionType = "FAST"
[node name="SelectionIndicator" type="Sprite2D" parent="UISelector"]
z_index = 1
[node name="RichTextLabel" type="RichTextLabel" parent="."]
offset_left = -154.0
offset_top = -84.0
offset_right = 154.0
offset_bottom = 52.0
text = "Created by ...
"
scroll_active = false
horizontal_alignment = 1
vertical_alignment = 1