Skip to content

Commit

Permalink
adds a well for decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Aug 19, 2023
1 parent e2b048e commit b2287fa
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Resources/Prototypes/Nuclear14/Entities/Structures/Misc/wells.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
- type: entity
id: Well
placement:
mode: SnapgridCenter
components:
- type: Sprite
sprite: Nuclear14/Structures/Misc/well.rsi
noRot: true
netsync: false
state: well
- type: Transform
anchored: true
- type: Clickable
- type: Tag
tags:
- Structure
- type: InteractionOutline
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-1,0,1,0.5"
density: 500
mask:
- MachineMask
layer:
- MidImpassable
- LowImpassable
14 changes: 14 additions & 0 deletions Resources/Textures/Nuclear14/Structures/Misc/well.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Nukapop13 at https://github.com/SeeminglyTypicalUsername/Nukapop13/commit/e94dbe621ed40488918fca87da9ddfc942867ea6",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "well"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2287fa

Please sign in to comment.