mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:45:33 +00:00
Briefing scene
This commit is contained in:
parent
39183aa83f
commit
d141bffde6
6 changed files with 86 additions and 25 deletions
|
|
@ -20,9 +20,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_w08op"]
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rs5p5"]
|
||||
atlas = ExtResource("9_riqfo")
|
||||
region = Rect2(800, 0, 32, 16)
|
||||
region = Rect2(0, 0, 32, 16)
|
||||
|
||||
[sub_resource type="Theme" id="Theme_c7h4d"]
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ outline_color = Color(0, 0, 0, 1)
|
|||
|
||||
[node name="MainMenu" type="CanvasLayer" node_paths=PackedStringArray("SubMenuHolder", "DefaultSelectedButton", "MusicPlayer")]
|
||||
script = ExtResource("1_702nk")
|
||||
GameScene = "res://Scenes/Maps/Tutorial.tscn"
|
||||
GameScene = "uid://dcn2o6hllas78"
|
||||
MainMenuScene = "res://Scenes/MainMenu.tscn"
|
||||
SubMenuHolder = NodePath("SubMenuContainer")
|
||||
DefaultSelectedButton = NodePath("MarginContainer/GridContainer/GameButtons/StartButton")
|
||||
|
|
@ -67,7 +67,7 @@ offset_top = 40.995
|
|||
offset_right = 186.42
|
||||
offset_bottom = 56.995
|
||||
rotation = 3.14159
|
||||
texture = SubResource("AtlasTexture_w08op")
|
||||
texture = SubResource("AtlasTexture_rs5p5")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue