mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
pixel Menu styles
This commit is contained in:
parent
536e3d05ac
commit
64f7d0e2b8
12 changed files with 110 additions and 18 deletions
|
|
@ -9,6 +9,7 @@
|
|||
[ext_resource type="AudioStream" uid="uid://di416g5wgx6j0" path="res://Music/Title.mp3" id="4_i6ku4"]
|
||||
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="4_nk7wn"]
|
||||
[ext_resource type="LabelSettings" uid="uid://wr7cb2qa6w71" path="res://Resources/Styles/Title_Text_Style.tres" id="7_loo7a"]
|
||||
[ext_resource type="StyleBox" uid="uid://ctw2hju32l3rg" path="res://Resources/Styles/PixelStyleBoxRed.tres" id="7_rrcx7"]
|
||||
[ext_resource type="PackedScene" uid="uid://b3tyacxxw88lx" path="res://Scenes/Utils/StreamPlayerWithName.tscn" id="8_koqhg"]
|
||||
[ext_resource type="PackedScene" uid="uid://bemu3l6b1e84y" path="res://Scenes/HUD/debug_menu.tscn" id="9_nwlsr"]
|
||||
|
||||
|
|
@ -21,9 +22,6 @@ font_size = 12
|
|||
outline_size = 4
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_if7li"]
|
||||
bg_color = Color(0, 0, 0, 0.760784)
|
||||
|
||||
[node name="Control" type="Control" node_paths=PackedStringArray("SubMenuHolder")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
|
|
@ -81,6 +79,7 @@ Game"
|
|||
[node name="DebugButton2" type="Button" parent="MarginContainer/GridContainer/GameButtons"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("4_nk7wn")
|
||||
theme_override_styles/normal = ExtResource("7_rrcx7")
|
||||
text = "Continue"
|
||||
|
||||
[node name="DebugButton" type="Button" parent="MarginContainer/GridContainer/GameButtons"]
|
||||
|
|
@ -160,7 +159,7 @@ offset_left = 13.0
|
|||
offset_top = 23.0
|
||||
offset_right = 312.0
|
||||
offset_bottom = 156.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_if7li")
|
||||
theme_override_styles/panel = ExtResource("7_rrcx7")
|
||||
|
||||
[connection signal="pressed" from="MarginContainer/GridContainer/GameButtons/StartButton" to="." method="_on_start_button_pressed"]
|
||||
[connection signal="pressed" from="MarginContainer/GridContainer/GameButtons/DebugButton2" to="." method="_on_debug_button_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue