Adds a memorial object (#6647)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -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 |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user