mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 06:35:53 +00:00
Difficulty Selection
This commit is contained in:
parent
8779b4426e
commit
a2319b3b88
21 changed files with 188 additions and 55 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=23 format=3 uid="uid://5xajclchk3my"]
|
||||
[gd_scene load_steps=24 format=3 uid="uid://5xajclchk3my"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dql102fvubniv" path="res://Scripts/MainMenu.cs" id="1_702nk"]
|
||||
[ext_resource type="PackedScene" uid="uid://c84shrj84g4t2" path="res://Scenes/HUD/MusicRoom.tscn" id="2_if7li"]
|
||||
|
|
@ -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="PackedScene" uid="uid://bnhcgsyh6wfo3" path="res://Scenes/HUD/OptionsMenu.tscn" id="5_7467j"]
|
||||
[ext_resource type="PackedScene" uid="uid://7jevaemboajn" path="res://Scenes/HUD/DifficultySelection.tscn" id="6_pjscj"]
|
||||
[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"]
|
||||
|
|
@ -20,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_ogjye"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hy5wk"]
|
||||
atlas = ExtResource("9_riqfo")
|
||||
region = Rect2(64, 0, 32, 16)
|
||||
region = Rect2(288, 0, 32, 16)
|
||||
|
||||
[sub_resource type="Theme" id="Theme_c7h4d"]
|
||||
|
||||
|
|
@ -44,6 +45,7 @@ MusicRoomTemplate = ExtResource("2_if7li")
|
|||
DebugMenuTemplate = ExtResource("9_nwlsr")
|
||||
CreditsMenuTemplate = ExtResource("4_8e205")
|
||||
OptionsMenuTemplate = ExtResource("5_7467j")
|
||||
DifficultyMenuTemplate = ExtResource("6_pjscj")
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="."]
|
||||
anchors_preset = 15
|
||||
|
|
@ -67,7 +69,7 @@ offset_top = 40.995
|
|||
offset_right = 186.42
|
||||
offset_bottom = 56.995
|
||||
rotation = 3.14159
|
||||
texture = SubResource("AtlasTexture_ogjye")
|
||||
texture = SubResource("AtlasTexture_hy5wk")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
|
|
@ -211,6 +213,10 @@ visible = false
|
|||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -1.0
|
||||
offset_top = -1.0
|
||||
offset_right = 1.0
|
||||
offset_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = ExtResource("7_rrcx7")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue