mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:45:33 +00:00
Music room music playing
This commit is contained in:
parent
67d7986330
commit
766b04b2ff
9 changed files with 129 additions and 86 deletions
|
|
@ -23,7 +23,7 @@ font_size = 12
|
|||
outline_size = 4
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="Control" type="Control" node_paths=PackedStringArray("SubMenuHolder")]
|
||||
[node name="Control" type="Control" node_paths=PackedStringArray("SubMenuHolder", "MusicPlayer")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
|
@ -36,6 +36,7 @@ script = ExtResource("1_702nk")
|
|||
GameScene = "res://Scenes/Maps/Tutorial.tscn"
|
||||
MainMenuScene = "res://Scenes/MainMenu.tscn"
|
||||
SubMenuHolder = NodePath("SubMenuContainer")
|
||||
MusicPlayer = NodePath("AudioStreamPlayer2D")
|
||||
MusicRoomTemplate = ExtResource("2_if7li")
|
||||
DebugMenuTemplate = ExtResource("9_nwlsr")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue