Wood chairs, wood tables, bar stools, more sprites from Eris.

This commit is contained in:
Pieter-Jan Briers
2020-04-23 00:15:38 +02:00
parent 69ca8c2153
commit 8fbf5eae72
52 changed files with 348 additions and 5 deletions

View File

@@ -13,6 +13,17 @@
sprite: Buildings/furniture.rsi
state: stool_base
- type: entity
name: bar stool
id: StoolBar
parent: Stool
components:
- type: Sprite
state: bar_stool
color: "white"
- type: Icon
state: bar_stool
- type: entity
name: White Office Chair
id: ChairOfficeLight
@@ -57,3 +68,15 @@
- type: Icon
sprite: Buildings/furniture.rsi
state: chair
- type: entity
name: Wooden Chair
id: ChairWood
parent: Chair
components:
- type: Sprite
state: wooden_chair
color: "white"
- type: Icon
state: wooden_chair

View File

@@ -7,10 +7,10 @@
- type: PlaceableSurface
- type: Sprite
netsync: false
sprite: Buildings/table_solid.rsi
sprite: Buildings/tables.rsi
- type: Icon
sprite: Buildings/table_solid.rsi
sprite: Buildings/tables.rsi
state: plain_preview
- type: Collidable
@@ -29,3 +29,16 @@
- type: Destructible
thresholdvalue: 50
spawnondestroy: TableParts
- type: entity
id: TableWood
parent: Table
name: "wood table"
components:
- type: IconSmooth
base: wood_
- type: Damageable
- type: Destructible
thresholdvalue: 50
spawnondestroy: TableParts