Skip to content

Commit

Permalink
add weather blocking marker (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 authored Sep 4, 2024
1 parent a1afeca commit f8ed245
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,16 @@
- WallLayer
density: 1000
- type: Physics
bodyType: Static
bodyType: Static


# Weather Blocker
- type: entity
name: Marker Weather Blocker
id: MarkerWeatherblocker
parent: MarkerBase
components:
- type: Sprite
sprite: _Nuclear14/Markers/environment.rsi
state: weather
- type: BlockWeather
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
},
{
"name": "wall"
},
{
"name": "weather"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8ed245

Please sign in to comment.