Cull even more map lines (#8773)

This commit is contained in:
metalgearsloth
2022-06-12 14:12:18 +10:00
committed by GitHub
parent 01d70fbab7
commit 7452ff6787
6 changed files with 17 additions and 4 deletions

View File

@@ -85,6 +85,12 @@
components: components:
- type: Door - type: Door
state: Open state: Open
- type: Physics
canCollide: false
- type: Occluder
enabled: false
- type: Airtight
airBlocked: false
- type: Construction - type: Construction
graph: Shutters graph: Shutters
node: Shutters node: Shutters

View File

@@ -238,6 +238,8 @@
- type: Sprite - type: Sprite
sprite: Structures/Wallmounts/Lighting/light_small.rsi sprite: Structures/Wallmounts/Lighting/light_small.rsi
state: empty state: empty
- type: AmbientSound
enabled: false
- type: PointLight - type: PointLight
enabled: false enabled: false
offset: "0, -0.5" offset: "0, -0.5"

View File

@@ -7,6 +7,7 @@
components: components:
- type: AmbientOnPowered - type: AmbientOnPowered
- type: AmbientSound - type: AmbientSound
enabled: false
volume: -9 volume: -9
range: 3 range: 3
sound: sound:

View File

@@ -40,8 +40,10 @@
- type: Tag - type: Tag
tags: tags:
- Pipe - Pipe
- type: Physics
canCollide: false
- type: AmbientSound - type: AmbientSound
enabled: true enabled: false
volume: -15 volume: -15
range: 2 range: 2
sound: sound:

View File

@@ -16,6 +16,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Physics - type: Physics
bodyType: Static bodyType: Static
canCollide: false
- type: Fixtures - type: Fixtures
fixtures: fixtures:
- shape: - shape:

View File

@@ -44,6 +44,7 @@
- type: Weldable - type: Weldable
- type: PlaceableSurface - type: PlaceableSurface
placeCentered: true placeCentered: true
isPlaceable: false
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: Inorganic
damageModifierSet: Metallic damageModifierSet: Metallic