* bench

* anchored
This commit is contained in:
Nim
2025-01-13 21:59:57 +02:00
committed by GitHub
parent ddd61df7b8
commit 732bc267f7
3 changed files with 33 additions and 0 deletions

View File

@@ -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

View File

@@ -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