Skip to content

Commit

Permalink
yuh!
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed Dec 22, 2024
1 parent 5f6c924 commit 8b28fa5
Showing 1 changed file with 5 additions and 41 deletions.
46 changes: 5 additions & 41 deletions Resources/Prototypes/_SSS/markers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@
components:
- type: Sprite
layers:
- sprite: _SSS/markers.rsi # {
- sprite: _SSS/markers.rsi
state: chasm
shader: unshaded
- type: AtmosFixMarker
- type: Chasm
- type: StepTrigger
requiredTriggeredSpeed: 0
intersectRatio: 0.4
blacklist:
tags:
- Catwalk
- type: Transform
anchored: true
- type: Clickable
Expand All @@ -58,30 +54,17 @@
name: Invisible Chasm
suffix: Corner
id: FloorChasmEntityInvisibleCorner
parent: MarkerBase
parent: FloorChasmEntityInvisible
placement:
mode: SnapgridCenter
snap:
- Wall
components:
- type: Sprite
layers:
- sprite: _SSS/markers.rsi # {
- sprite: _SSS/markers.rsi
state: chasm_corner
shader: unshaded
- type: AtmosFixMarker
- type: Chasm
- type: StepTrigger
requiredTriggeredSpeed: 0
intersectRatio: 0.4
blacklist:
tags:
- Catwalk
- type: Transform
anchored: true
- type: Clickable
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
fix1:
Expand All @@ -94,38 +77,22 @@
- ItemMask
density: 1000
hard: false
- type: Tag
tags:
- HideContextMenu

- type: entity
name: Invisible Chasm
suffix: Side
id: FloorChasmEntityInvisibleSide
parent: MarkerBase
parent: FloorChasmEntityInvisible
placement:
mode: SnapgridCenter
snap:
- Wall
components:
- type: Sprite
layers:
- sprite: _SSS/markers.rsi # {
- sprite: _SSS/markers.rsi
state: chasm_side
shader: unshaded
- type: AtmosFixMarker
- type: Chasm
- type: StepTrigger
requiredTriggeredSpeed: 0
intersectRatio: 0.4
blacklist:
tags:
- Catwalk
- type: Transform
anchored: true
- type: Clickable
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
fix1:
Expand All @@ -138,6 +105,3 @@
- ItemMask
density: 1000
hard: false
- type: Tag
tags:
- HideContextMenu

0 comments on commit 8b28fa5

Please sign in to comment.