Random Grille Spawner for mappers. (#19416)

* random grille textures

* random grille prototype
This commit is contained in:
VelonacepsCalyxEggs
2023-08-22 05:21:45 +03:00
committed by GitHub
parent 5b6d545f5f
commit 9bf20c7f9b
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
- type: entity
name: Random Grille Spawner
id: GrilleSpawner
parent: MarkerBase
components:
- type: Sprite
layers:
- sprite: Structures/Walls/random.rsi
state: randomgrille
- type: RandomSpawner
prototypes:
- Grille
- GrilleBroken
chance: 1.0
placement:
mode: AlignTileAny

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Grille sprite taken from https://github.com/tgstation/tgstation at commit 17c603f1d037f22081d446b9a3f3ae8d41f52e86",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "randomgrille"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB