Add fancy table spawner (#26044)
* Add fancy table spawner * fix icon --------- Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
- type: entity
|
||||||
|
name: random fancy table spawner
|
||||||
|
id: FancyTableSpawner
|
||||||
|
parent: MarkerBase
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: red
|
||||||
|
- sprite: Structures/Furniture/Tables/Fancy/blue.rsi
|
||||||
|
state: full
|
||||||
|
- type: RandomSpawner
|
||||||
|
prototypes:
|
||||||
|
- TableFancyBlue
|
||||||
|
- TableFancyCyan
|
||||||
|
- TableFancyBlack
|
||||||
|
- TableFancyRed
|
||||||
|
- TableFancyPurple
|
||||||
|
- TableFancyPink
|
||||||
|
- TableFancyGreen
|
||||||
|
- TableFancyOrange
|
||||||
|
- TableFancyWhite
|
||||||
|
offset: 0.0
|
||||||
Reference in New Issue
Block a user