cirnogodot/Scenes/HUD/DifficultySelection.tscn

33 lines
1.3 KiB
Text
Raw Normal View History

2025-03-17 23:34:52 +01:00
[gd_scene load_steps=5 format=3 uid="uid://7jevaemboajn"]
2025-03-17 01:38:13 +01:00
2025-03-17 23:34:52 +01:00
[ext_resource type="Texture2D" uid="uid://dbrliyhwbbscy" path="res://Sprites/UI/DifficultyButton0.png" id="1_00pwu"]
[ext_resource type="Texture2D" uid="uid://chjt6y61ywk6" path="res://Sprites/UI/DifficultyButton1.png" id="2_m1stl"]
[ext_resource type="Texture2D" uid="uid://bu50y0l51u05" path="res://Sprites/UI/DifficultyButton2.png" id="3_dmnj4"]
[ext_resource type="Texture2D" uid="uid://b5dwiatnadrpx" path="res://Sprites/UI/DifficultyButton3.png" id="4_pkp66"]
2025-03-17 01:38:13 +01:00
[node name="DifficultySelection" type="CenterContainer"]
2025-03-17 23:34:52 +01:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
2025-03-17 01:38:13 +01:00
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
2025-03-17 23:34:52 +01:00
theme_override_constants/separation = 8
2025-03-17 01:38:13 +01:00
2025-03-17 23:34:52 +01:00
[node name="TextureButton" type="TextureButton" parent="VBoxContainer"]
2025-03-17 01:38:13 +01:00
layout_mode = 2
2025-03-17 23:34:52 +01:00
texture_normal = ExtResource("1_00pwu")
2025-03-17 01:38:13 +01:00
2025-03-17 23:34:52 +01:00
[node name="TextureButton2" type="TextureButton" parent="VBoxContainer"]
2025-03-17 01:38:13 +01:00
layout_mode = 2
2025-03-17 23:34:52 +01:00
texture_normal = ExtResource("2_m1stl")
2025-03-17 01:38:13 +01:00
2025-03-17 23:34:52 +01:00
[node name="TextureButton3" type="TextureButton" parent="VBoxContainer"]
2025-03-17 01:38:13 +01:00
layout_mode = 2
2025-03-17 23:34:52 +01:00
texture_normal = ExtResource("3_dmnj4")
2025-03-17 01:38:13 +01:00
2025-03-17 23:34:52 +01:00
[node name="TextureButton4" type="TextureButton" parent="VBoxContainer"]
2025-03-17 01:38:13 +01:00
layout_mode = 2
2025-03-17 23:34:52 +01:00
texture_normal = ExtResource("4_pkp66")