Fixed merge errors
This commit is contained in:
29
Assets/Scenes/MenusAndLevels/HTP.tscn
Normal file
29
Assets/Scenes/MenusAndLevels/HTP.tscn
Normal file
@@ -0,0 +1,29 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bl0eanc4ptrip"]
|
||||
|
||||
[ext_resource type="Script" path="res://Assets/Scripts/CommonScripts/UISelector.cs" id="2_htcbc"]
|
||||
[ext_resource type="Script" uid="uid://b28bv2l2asbpy" path="res://Assets/Scripts/CommonScripts/ChangeMenuInitiator.cs" id="4_htcbc"]
|
||||
|
||||
[node name="Htp" type="Node2D"]
|
||||
|
||||
[node name="UISelector" type="Node2D" parent="."]
|
||||
script = ExtResource("2_htcbc")
|
||||
|
||||
[node name="BackButton" type="Sprite2D" parent="UISelector"]
|
||||
z_index = 1
|
||||
position = Vector2(0, 65)
|
||||
script = ExtResource("4_htcbc")
|
||||
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 = "No quema cuh"
|
||||
scroll_active = false
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
Reference in New Issue
Block a user