mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Difficulty selection mockup
This commit is contained in:
parent
33c637b095
commit
c2dc442e98
1 changed files with 47 additions and 0 deletions
47
Scenes/HUD/DifficultySelection.tscn
Normal file
47
Scenes/HUD/DifficultySelection.tscn
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
[gd_scene load_steps=3 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"]
|
||||
|
||||
[node name="DifficultySelection" type="CenterContainer"]
|
||||
offset_right = 155.0
|
||||
offset_bottom = 104.0
|
||||
|
||||
[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"
|
||||
|
||||
[node name="TextureButton" type="TextureButton" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Button2" type="Button" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("1_0o611")
|
||||
text = "asdf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue