Adds a memorial object (#6647)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Lamrr
2022-02-14 14:20:52 +11:00
committed by GitHub
parent cd7843028b
commit b063a57584
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
- type: entity
id: Memorial
parent: BaseStructure
name: memorial
description: Commemorating something.
components:
- type: Sprite
sprite: Structures/Furniture/memorial.rsi
state: memorial
noRot: true
- type: Transform
noRot: true
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.20"
mass: 50
layer:
- SmallImpassable
mask:
- Impassable
- type: InteractionOutline

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

View File

@@ -0,0 +1,14 @@
{
"version":1,
"size":{
"x":32,
"y":64
},
"license":"CC-BY-NC-3.0",
"copyright":"Taken from tgmc at commit https://github.com/tgstation/TerraGov-Marine-Corps/commit/72ad433b2bf198366037852d44b4e8b9fbd5abab",
"states":[
{
"name": "memorial"
}
]
}