mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 01:33:48 +00:00
Valve and music
This commit is contained in:
parent
af44d96c33
commit
ed86ffd184
13 changed files with 197 additions and 15 deletions
|
|
@ -7,7 +7,6 @@
|
|||
[sub_resource type="Resource" id="Resource_ep84i"]
|
||||
script = ExtResource("1_aaqha")
|
||||
Name = "Director"
|
||||
Contribution = ""
|
||||
CustomLabelSettings = ExtResource("2_vda0h")
|
||||
metadata/_custom_type_script = "uid://bc4f4ggvk3ktf"
|
||||
|
||||
|
|
@ -20,7 +19,6 @@ metadata/_custom_type_script = "uid://bc4f4ggvk3ktf"
|
|||
[sub_resource type="Resource" id="Resource_m7fsk"]
|
||||
script = ExtResource("1_aaqha")
|
||||
Name = "Original Game By"
|
||||
Contribution = ""
|
||||
CustomLabelSettings = ExtResource("2_vda0h")
|
||||
metadata/_custom_type_script = "uid://bc4f4ggvk3ktf"
|
||||
|
||||
|
|
@ -33,7 +31,6 @@ metadata/_custom_type_script = "uid://bc4f4ggvk3ktf"
|
|||
[sub_resource type="Resource" id="Resource_1cmaw"]
|
||||
script = ExtResource("1_aaqha")
|
||||
Name = "Music"
|
||||
Contribution = ""
|
||||
CustomLabelSettings = ExtResource("2_vda0h")
|
||||
metadata/_custom_type_script = "uid://bc4f4ggvk3ktf"
|
||||
|
||||
|
|
@ -46,7 +43,6 @@ metadata/_custom_type_script = "uid://bc4f4ggvk3ktf"
|
|||
[sub_resource type="Resource" id="Resource_daaek"]
|
||||
script = ExtResource("1_aaqha")
|
||||
Name = "Art"
|
||||
Contribution = ""
|
||||
CustomLabelSettings = ExtResource("2_vda0h")
|
||||
metadata/_custom_type_script = "uid://bc4f4ggvk3ktf"
|
||||
|
||||
|
|
@ -59,7 +55,6 @@ metadata/_custom_type_script = "uid://bc4f4ggvk3ktf"
|
|||
[sub_resource type="Resource" id="Resource_321dv"]
|
||||
script = ExtResource("1_aaqha")
|
||||
Name = "Misc"
|
||||
Contribution = ""
|
||||
CustomLabelSettings = ExtResource("2_vda0h")
|
||||
metadata/_custom_type_script = "uid://bc4f4ggvk3ktf"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
[sub_resource type="Resource" id="Resource_7e7pr"]
|
||||
script = ExtResource("2_bbif0")
|
||||
EggIndex = 0
|
||||
StartingEquipment = []
|
||||
RemoveEquipment = []
|
||||
metadata/_custom_type_script = "uid://mja0rk7n2kln"
|
||||
|
|
@ -16,6 +15,5 @@ LevelId = -1
|
|||
MapName = &"Briefing"
|
||||
MapDescription = null
|
||||
ScenePath = &"uid://dcn2o6hllas78"
|
||||
WeaponsAllowed = false
|
||||
StartData = SubResource("Resource_7e7pr")
|
||||
metadata/_custom_type_script = "uid://quy4d4tgvqfy"
|
||||
|
|
|
|||
12
Resources/Music/Apparitions_Stalk_The_Factory.tres
Normal file
12
Resources/Music/Apparitions_Stalk_The_Factory.tres
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="Resource" script_class="MusicResource" load_steps=3 format=3 uid="uid://b12ldmtfhlvf0"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cx63lvsuj1787" path="res://Scripts/Resources/MusicResource.cs" id="1_l4141"]
|
||||
[ext_resource type="AudioStream" uid="uid://ckewppifyg28p" path="res://Music/Apparitions_Stalk_The_factory.ogg" id="1_nvmwn"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_l4141")
|
||||
TrackName = "Apparitions Stalk the Factory"
|
||||
AuthorName = "J4NkY"
|
||||
ShowAuthor = true
|
||||
Track = ExtResource("1_nvmwn")
|
||||
metadata/_custom_type_script = "uid://cx63lvsuj1787"
|
||||
Loading…
Add table
Add a link
Reference in a new issue