Textures for difficulty buttons

This commit is contained in:
MaddoScientisto 2025-03-17 23:34:52 +01:00
commit 3e1f584177
10 changed files with 168 additions and 34 deletions

View file

@ -1,47 +1,33 @@
[gd_scene load_steps=3 format=3 uid="uid://7jevaemboajn"]
[gd_scene load_steps=5 format=3 uid="uid://7jevaemboajn"]
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="1_0o611"]
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="2_s2bip"]
[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"]
offset_right = 155.0
offset_bottom = 104.0
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
[node name="Button" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
theme_override_fonts/font = ExtResource("2_s2bip")
theme_override_font_sizes/font_size = 8
text = "Baka"
[node name="English Beef" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
theme_override_fonts/font = ExtResource("2_s2bip")
theme_override_font_sizes/font_size = 8
text = "English Beef"
[node name="Perfect Freeze" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
theme_override_fonts/font = ExtResource("2_s2bip")
theme_override_font_sizes/font_size = 8
text = "Perfect Freeze"
[node name="No Reason" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
theme_override_fonts/font = ExtResource("2_s2bip")
theme_override_font_sizes/font_size = 8
text = "No Reason"
theme_override_constants/separation = 8
[node name="TextureButton" type="TextureButton" parent="VBoxContainer"]
layout_mode = 2
texture_normal = ExtResource("1_00pwu")
[node name="Button2" type="Button" parent="VBoxContainer"]
[node name="TextureButton2" type="TextureButton" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
text = "asdf"
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")