mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 23:33:47 +00:00
Hide roguelite test
This commit is contained in:
parent
fadc498926
commit
745cfce0d0
1 changed files with 8 additions and 6 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="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"]
|
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="14_yxkem"]
|
||||||
|
|
||||||
[sub_resource type="AtlasTexture" id="AtlasTexture_cy8ro"]
|
[sub_resource type="AtlasTexture" id="AtlasTexture_hbsma"]
|
||||||
atlas = ExtResource("9_riqfo")
|
atlas = ExtResource("9_riqfo")
|
||||||
region = Rect2(96, 0, 32, 16)
|
region = Rect2(192, 0, 32, 16)
|
||||||
|
|
||||||
[sub_resource type="Theme" id="Theme_c7h4d"]
|
[sub_resource type="Theme" id="Theme_c7h4d"]
|
||||||
|
|
||||||
|
|
@ -59,6 +59,7 @@ texture = ExtResource("2_qdx0s")
|
||||||
|
|
||||||
[node name="TextureRect" type="TextureRect" parent="."]
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
|
anchors_preset = -1
|
||||||
offset_left = 122.315
|
offset_left = 122.315
|
||||||
offset_top = 21.375
|
offset_top = 21.375
|
||||||
offset_right = 170.315
|
offset_right = 170.315
|
||||||
|
|
@ -66,15 +67,16 @@ offset_bottom = 61.375
|
||||||
texture = ExtResource("2_j4e6a")
|
texture = ExtResource("2_j4e6a")
|
||||||
|
|
||||||
[node name="TitleCrystal" parent="." instance=ExtResource("8_riqfo")]
|
[node name="TitleCrystal" parent="." instance=ExtResource("8_riqfo")]
|
||||||
|
anchors_preset = -1
|
||||||
offset_left = 154.42
|
offset_left = 154.42
|
||||||
offset_top = 40.995
|
offset_top = 40.995
|
||||||
offset_right = 186.42
|
offset_right = 186.42
|
||||||
offset_bottom = 56.995
|
offset_bottom = 56.995
|
||||||
rotation = 3.14159
|
rotation = 3.14159
|
||||||
texture = SubResource("AtlasTexture_cy8ro")
|
texture = SubResource("AtlasTexture_hbsma")
|
||||||
|
|
||||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||||
anchors_preset = 15
|
anchors_preset = -1
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
offset_left = 16.0
|
offset_left = 16.0
|
||||||
|
|
@ -115,6 +117,7 @@ theme_override_styles/normal = ExtResource("7_rrcx7")
|
||||||
text = "Continue"
|
text = "Continue"
|
||||||
|
|
||||||
[node name="RogueliteTestButton" type="Button" parent="MarginContainer/GridContainer/GameButtons"]
|
[node name="RogueliteTestButton" type="Button" parent="MarginContainer/GridContainer/GameButtons"]
|
||||||
|
visible = false
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
focus_neighbor_left = NodePath("../../Options/CreditsButton")
|
focus_neighbor_left = NodePath("../../Options/CreditsButton")
|
||||||
focus_neighbor_top = NodePath("../ContinueButton")
|
focus_neighbor_top = NodePath("../ContinueButton")
|
||||||
|
|
@ -233,12 +236,11 @@ text = "Credits"
|
||||||
[node name="AudioStreamPlayer2D" parent="." instance=ExtResource("8_koqhg")]
|
[node name="AudioStreamPlayer2D" parent="." instance=ExtResource("8_koqhg")]
|
||||||
stream = ExtResource("4_i6ku4")
|
stream = ExtResource("4_i6ku4")
|
||||||
autoplay = true
|
autoplay = true
|
||||||
bus = &"Music"
|
|
||||||
MusicData = ExtResource("13_fh7cp")
|
MusicData = ExtResource("13_fh7cp")
|
||||||
|
|
||||||
[node name="SubMenuContainer" type="PanelContainer" parent="."]
|
[node name="SubMenuContainer" type="PanelContainer" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
anchors_preset = 15
|
anchors_preset = -1
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
offset_left = -1.0
|
offset_left = -1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue