menu music
This commit is contained in:
parent
63469f9537
commit
ad56c6f61f
7 changed files with 60 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=19 format=3 uid="uid://bfstrli64u23y"]
|
||||
[gd_scene load_steps=20 format=3 uid="uid://bfstrli64u23y"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dvldjlg0nr355" path="res://assets/sprites/atlases/atlas1.png" id="1_jk1qb"]
|
||||
[ext_resource type="Script" uid="uid://drru785m4eep" path="res://scripts/gui/main_menu_rich_text.gd" id="2_5dd4i"]
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
[ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="7_7b55j"]
|
||||
[ext_resource type="Texture2D" uid="uid://drydueofrb448" path="res://assets/sprites/gui/almanach/book.tres" id="7_flqon"]
|
||||
[ext_resource type="AudioStream" uid="uid://bdx83fokp6kha" path="res://assets/audio/sfx/buttonclick.mp3" id="8_5pajh"]
|
||||
[ext_resource type="AudioStream" uid="uid://djgyc7bbwcepp" path="res://assets/audio/music/Александр Зацепин - Увертюра.mp3" id="9_j7ex8"]
|
||||
[ext_resource type="AudioStream" uid="uid://cp7c8ys8sk2r0" path="res://assets/audio/music/Toxa/Upcoming Serenity.wav" id="12_1ajci"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvpt0q4j6nx18" path="res://scenes/gui/almanach.tscn" id="12_rcqid"]
|
||||
[ext_resource type="PackedScene" uid="uid://djfsa0pxqeoq1" path="res://scenes/gui/cursor_canvas_layer.tscn" id="14_1ajci"]
|
||||
|
||||
|
|
@ -36,6 +36,10 @@ texture_margin_top = 6.0
|
|||
texture_margin_right = 6.0
|
||||
texture_margin_bottom = 6.0
|
||||
|
||||
[sub_resource type="AudioStreamPlaylist" id="AudioStreamPlaylist_7b55j"]
|
||||
stream_count = 1
|
||||
stream_0 = ExtResource("12_1ajci")
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_flqon"]
|
||||
resource_name = "version_label"
|
||||
script/source = "extends Label
|
||||
|
|
@ -195,7 +199,7 @@ channel = "button"
|
|||
metadata/_custom_type_script = "uid://c36bj8u7jghc7"
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("9_j7ex8")
|
||||
stream = SubResource("AudioStreamPlaylist_7b55j")
|
||||
volume_db = -20.0
|
||||
autoplay = true
|
||||
bus = &"MusicBus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue