@@ -0,0 +1,18 @@
|
||||
- type: entity
|
||||
name: wood bench
|
||||
id: CP14BenchWood
|
||||
parent:
|
||||
- SeatBase
|
||||
- CP14BaseFlammable
|
||||
description: A bench carved from wood, a comfortable part of the interior designed for sitting and relaxing.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Transform
|
||||
anchored: false
|
||||
- type: Rotatable
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Furniture/bench.rsi
|
||||
layers:
|
||||
- state: wooden
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CLA",
|
||||
"copyright": "Created by omsoyk (Discord)",
|
||||
"size": {
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "wooden",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user