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:
21
nodes.json
21
nodes.json
@ -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",
|
||||
|
Reference in New Issue
Block a user