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

add transparent vent and mesh

This commit is contained in:
BuckarooBanzay
2024-05-03 11:02:46 +02:00
parent 4bbe29fcd3
commit d4ec06f888
3 changed files with 36 additions and 0 deletions

View File

@ -50,6 +50,12 @@
"vent2": {
"description": "vent"
},
"vent3": {
"description": "transparent vent",
"texture_name": "vent2",
"texture_modifier": "^[makealpha:33,33,33",
"drawtype": "glasslike"
},
"stripes": {
"description": "hazard stripes",
"slat": true
@ -94,6 +100,12 @@
"mesh2": {
"description": "metal floormesh"
},
"mesh3": {
"description": "transparent metal floormesh",
"texture_name": "mesh2",
"texture_modifier": "^[makealpha:19,19,19",
"drawtype": "glasslike"
},
"pipe": {
"description": "wall pipe"
},