mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:55:35 +00:00
47 lines
1.5 KiB
Text
47 lines
1.5 KiB
Text
[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"
|