Remove lower intensity songs from vessel
This commit is contained in:
parent
5431788a53
commit
1e605404e6
@ -90,9 +90,6 @@ link = "https://soundcloud.com/alexandr-zhelanov"
|
||||
credit = "Cyber Implant In My Butt"
|
||||
link = "https://opengameart.org/content/cyber-implant-in-my-butt"
|
||||
[[people.credits]]
|
||||
credit = "Post Apocalyptic and CyberPunk Melodies"
|
||||
link = "https://opengameart.org/content/post-apocalyptic-and-cyberpunk-melodies"
|
||||
[[people.credits]]
|
||||
credit = "Act of War"
|
||||
link = "https://opengameart.org/content/act-of-war"
|
||||
[[people.credits]]
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
[gd_resource type="MapResource" format=3 uid="uid://c1jeep2rxx8ko"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cumnvlhn48b3k" path="res://maps/vessel/icon.png" id="1_24862"]
|
||||
[ext_resource type="AudioStream" uid="uid://dganvwj0c183d" path="res://raw_assets/music/Battle_1.ogg" id="2_y6db0"]
|
||||
[ext_resource type="AudioStream" uid="uid://bt1ruoxb454tn" path="res://raw_assets/music/Brains.ogg" id="3_prdtt"]
|
||||
[ext_resource type="AudioStream" uid="uid://c4n5c7bob3r27" path="res://raw_assets/music/Alert! Outsider!.mp3" id="4_b6v3a"]
|
||||
[ext_resource type="PackedScene" uid="uid://cmai3tqkk3db3" path="res://maps/vessel/vessel_static.scn" id="5_prdtt"]
|
||||
[ext_resource type="PackedScene" uid="uid://dk36d2s5vlp8k" path="res://maps/vessel/vessel.tscn" id="5_y6db0"]
|
||||
@ -14,5 +12,5 @@ name = "Vessel"
|
||||
scene = ExtResource("5_y6db0")
|
||||
static_scene = ExtResource("5_prdtt")
|
||||
teams = Array[TeamResource]([ExtResource("6_prdtt"), ExtResource("7_b6v3a")])
|
||||
music = Array[AudioStream]([ExtResource("2_y6db0"), ExtResource("3_prdtt"), ExtResource("4_b6v3a")])
|
||||
music = Array[AudioStream]([ExtResource("4_b6v3a")])
|
||||
icon = ExtResource("1_24862")
|
||||
|
||||
Binary file not shown.
@ -1,19 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://dganvwj0c183d"
|
||||
path="res://.godot/imported/Battle_1.ogg-237b2f7fe9f0128d7eb2b59727efbe78.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://raw_assets/music/Battle_1.ogg"
|
||||
dest_files=["res://.godot/imported/Battle_1.ogg-237b2f7fe9f0128d7eb2b59727efbe78.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
Binary file not shown.
@ -1,19 +0,0 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://bt1ruoxb454tn"
|
||||
path="res://.godot/imported/Brains.ogg-5bf3fd0d567b067710d13d5a7dc5b4bc.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://raw_assets/music/Brains.ogg"
|
||||
dest_files=["res://.godot/imported/Brains.ogg-5bf3fd0d567b067710d13d5a7dc5b4bc.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
Loading…
Reference in New Issue
Block a user