Last map (for now)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=45 format=3 uid="uid://cxet2lvdco2ak"]
|
||||
[gd_scene load_steps=49 format=3 uid="uid://cxet2lvdco2ak"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://duhi4pfoa45j1" path="res://Game/Menu/mapselector.gd" id="1_cnef1"]
|
||||
[ext_resource type="Texture2D" uid="uid://bgy114b67j3kg" path="res://Assets/Others/8-bit-graphics-pixels-scene-with-castle.jpg" id="1_jteil"]
|
||||
@ -13,6 +13,7 @@
|
||||
[ext_resource type="Texture2D" uid="uid://nxo2e3kn35ym" path="res://Assets/Maps/map7.png" id="11_uvrvw"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8gw3mcck5ig6" path="res://Assets/Maps/map8.png" id="12_44oc2"]
|
||||
[ext_resource type="Texture2D" uid="uid://cn502nylvorxv" path="res://Assets/Maps/map9.png" id="13_hmthg"]
|
||||
[ext_resource type="Texture2D" uid="uid://ckho4scmi8m3t" path="res://Assets/Maps/map10.png" id="14_32se8"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_cnef1"]
|
||||
texture = ExtResource("1_jteil")
|
||||
@ -131,6 +132,19 @@ texture_margin_bottom = 5.0
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_1ujta"]
|
||||
texture = ExtResource("13_hmthg")
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_o7mrl"]
|
||||
texture = ExtResource("14_32se8")
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_8bfy0"]
|
||||
texture = ExtResource("14_32se8")
|
||||
texture_margin_left = 5.0
|
||||
texture_margin_top = 5.0
|
||||
texture_margin_right = 5.0
|
||||
texture_margin_bottom = 5.0
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_g12em"]
|
||||
texture = ExtResource("14_32se8")
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_cnef1"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mjmwi"]
|
||||
@ -546,6 +560,42 @@ layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
text = "Score: 10 / "
|
||||
|
||||
[node name="tenth" type="VBoxContainer" parent="VBoxContainer/HBoxContainer2"]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2/tenth"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
text = "10th Level"
|
||||
|
||||
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer2/tenth"]
|
||||
custom_minimum_size = Vector2(120, 80)
|
||||
layout_mode = 2
|
||||
theme_override_styles/disabled = SubResource("StyleBoxTexture_o7mrl")
|
||||
theme_override_styles/hover = SubResource("StyleBoxTexture_8bfy0")
|
||||
theme_override_styles/normal = SubResource("StyleBoxTexture_g12em")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/HBoxContainer2/tenth/Button"]
|
||||
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 = -20.0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("6_udeaf")
|
||||
|
||||
[node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer2/tenth"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
text = "Score: 10 / "
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 12
|
||||
@ -579,4 +629,5 @@ text = "Main Menu"
|
||||
[connection signal="pressed" from="VBoxContainer/HBoxContainer2/seventh/Button" to="." method="_on_button_map1_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/HBoxContainer2/eighth/Button" to="." method="_on_button_map1_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/HBoxContainer2/nineth/Button" to="." method="_on_button_map1_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/HBoxContainer2/tenth/Button" to="." method="_on_button_map1_pressed"]
|
||||
[connection signal="pressed" from="HBoxContainer/MarginContainer/Button" to="." method="_on_button_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user