mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 14:33:46 +00:00
Floor system
This commit is contained in:
parent
8c17738371
commit
c1afa466d3
14 changed files with 199 additions and 86 deletions
|
|
@ -21,9 +21,9 @@
|
|||
[ext_resource type="Resource" uid="uid://byo74ews118nl" path="res://Resources/Music/No_Reason.tres" id="13_fh7cp"]
|
||||
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="14_yxkem"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ljnfb"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_py6u0"]
|
||||
atlas = ExtResource("9_riqfo")
|
||||
region = Rect2(128, 0, 32, 16)
|
||||
region = Rect2(416, 0, 32, 16)
|
||||
|
||||
[sub_resource type="Theme" id="Theme_c7h4d"]
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ offset_top = 40.995
|
|||
offset_right = 186.42
|
||||
offset_bottom = 56.995
|
||||
rotation = 3.14159
|
||||
texture = SubResource("AtlasTexture_ljnfb")
|
||||
texture = SubResource("AtlasTexture_py6u0")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
|
|
@ -112,6 +112,16 @@ theme = ExtResource("4_nk7wn")
|
|||
theme_override_styles/normal = ExtResource("7_rrcx7")
|
||||
text = "Continue"
|
||||
|
||||
[node name="RogueliteTestButton" type="Button" parent="MarginContainer/GridContainer/GameButtons"]
|
||||
layout_mode = 2
|
||||
focus_neighbor_left = NodePath("../../Options/CreditsButton")
|
||||
focus_neighbor_top = NodePath("../ContinueButton")
|
||||
focus_neighbor_right = NodePath("../../Options/CreditsButton")
|
||||
focus_neighbor_bottom = NodePath("../ExitButton")
|
||||
theme = ExtResource("4_nk7wn")
|
||||
text = "Roguelite
|
||||
Test"
|
||||
|
||||
[node name="DebugButton" type="Button" parent="MarginContainer/GridContainer/GameButtons"]
|
||||
layout_mode = 2
|
||||
focus_neighbor_left = NodePath("../../Options/CreditsButton")
|
||||
|
|
@ -223,6 +233,7 @@ 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/ContinueButton" to="." method="OnContinuePressed"]
|
||||
[connection signal="pressed" from="MarginContainer/GridContainer/GameButtons/RogueliteTestButton" to="." method="OnRogueliteButtonPressed"]
|
||||
[connection signal="pressed" from="MarginContainer/GridContainer/GameButtons/DebugButton" to="." method="_on_debug_button_pressed"]
|
||||
[connection signal="pressed" from="MarginContainer/GridContainer/GameButtons/ExitButton" to="." method="_on_exit_button_pressed"]
|
||||
[connection signal="pressed" from="MarginContainer/GridContainer/Options/OptionsButton" to="." method="OnOptionsButtonPressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue