mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
🍱 add ambiance sounds
This commit is contained in:
parent
58618d6b01
commit
e398af7bed
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1,2 +1,4 @@
|
|||
# Normalize EOL for all files that Git considers text files.
|
||||
* text=auto eol=lf
|
||||
sounds/ filter=lfs diff=lfs merge=lfs -text
|
||||
sounds/** filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://chbno00ugl6te"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://chbno00ugl6te"]
|
||||
|
||||
[ext_resource type="Environment" uid="uid://d2ahijqqspw5f" path="res://environments/default.tres" id="1_3nr12"]
|
||||
[ext_resource type="Script" path="res://maps/map.gd" id="1_6ysiv"]
|
||||
[ext_resource type="Terrain3DStorage" uid="uid://dyon4xda4k40d" path="res://maps/genesis/resources/storage.res" id="1_a88qe"]
|
||||
[ext_resource type="Terrain3DMaterial" uid="uid://bd4lr5sxu8xu" path="res://maps/genesis/resources/material.res" id="2_o2y3d"]
|
||||
[ext_resource type="Terrain3DTextureList" uid="uid://dnqa8kxgm3xuw" path="res://maps/genesis/resources/textures.res" id="3_1cww7"]
|
||||
[ext_resource type="AudioStream" uid="uid://cbqb633wh0lyp" path="res://sounds/ambiance/Sonik Sound Library - Spatial Countryside/grassland.tres" id="6_ik5rm"]
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_k2vhq"]
|
||||
|
||||
|
|
@ -62,3 +63,7 @@ shadow_enabled = true
|
|||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = ExtResource("1_3nr12")
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("6_ik5rm")
|
||||
autoplay = true
|
||||
|
|
|
|||
3
sounds/ambiance/License - GDC Game Audio.pdf
Normal file
3
sounds/ambiance/License - GDC Game Audio.pdf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a26e0113e8b00a4dc953a2d568d326bc780ebd792165f9bb604cb26010dee27
|
||||
size 60375
|
||||
3
sounds/ambiance/Readme.txt
Normal file
3
sounds/ambiance/Readme.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:672c363c58195f32233928a747abb04cfa78ece9d8876bdf9881399a40cc42a4
|
||||
size 3621
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34f596c1014d1250ad92e8688431075f385534860e5d4bd24683978a26386eee
|
||||
size 34461922
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:267d1702fd0c9bcc492bc4464f57cce353c0cd0e08223403bb59c048371d420a
|
||||
size 885
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca6c515e431946fe6b2d86fec01910d107e5e26dc0c434251cab3cfb0d6bcbd4
|
||||
size 3114053
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:405d3f0157378e1f280b62efd7f0c0938189f6883c43dea5313e1cde9216876b
|
||||
size 747
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5969d8202ef225a51d9d0ff04ac2a4f5901e023ec8c61454e97ea42ca3cbaf0e
|
||||
size 14495854
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de76b32287d1a65f9689a55c5ae91a2a891560ab05d669c7b15455b636d8ffad
|
||||
size 93935536
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c19bf6aa42e5143b737edbf0c0491885d79400b06ec1a48ddb86b18c4e85a9b4
|
||||
size 723
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d75480514a6d7498279f2214051d3726c60ce61afea02302a411c4ed751ba9fd
|
||||
size 136811614
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81f772a866479c9665059545f58fadadbe74f5c0c03e658e32b3df0ec8592c1f
|
||||
size 714
|
||||
Loading…
Reference in a new issue