1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-08-23 01:00:26 +02:00

add ambience sounds and helper function (#87)

* add ambience sounds and helper function

* minor tweaks

* fix deps

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
This commit is contained in:
Buckaroo Banzai
2025-02-03 17:18:31 +01:00
committed by GitHub
parent 62037ad60a
commit d531ad4eda
8 changed files with 103 additions and 4 deletions

View File

@ -25,7 +25,12 @@
"texture_name": "white2"
},
"engine": {
"description": "Engine"
"description": "Engine",
"ambience": {
"scifi_nodes_ambience_engine": {
"interval": 16.1
}
}
},
"wall": {
"description": "metal wall"
@ -58,7 +63,12 @@
"description": "transparent vent",
"texture_name": "vent2",
"texture_modifier": "^[makealpha:33,33,33",
"drawtype": "glasslike"
"drawtype": "glasslike",
"ambience": {
"scifi_nodes_ambience_vent": {
"interval": 4.2
}
}
},
"stripes": {
"description": "hazard stripes",
@ -261,7 +271,12 @@
"light": 5
},
"fan": {
"description": "Fan"
"description": "Fan",
"ambience": {
"scifi_nodes_ambience_fan": {
"interval": 7
}
}
},
"ppllght": {
"description": "Purple wall light",