mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://7jevaemboajn"]
|
|
|
|
[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"]
|
|
|
|
[node name="DifficultySelection" type="CenterContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
|
|
[node name="TextureButton" type="TextureButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
texture_normal = ExtResource("1_00pwu")
|
|
|
|
[node name="TextureButton2" type="TextureButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
texture_normal = ExtResource("2_m1stl")
|
|
|
|
[node name="TextureButton3" type="TextureButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
texture_normal = ExtResource("3_dmnj4")
|
|
|
|
[node name="TextureButton4" type="TextureButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
texture_normal = ExtResource("4_pkp66")
|