Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimfar11 committed Feb 10, 2024
1 parent c8a9964 commit de65d1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mode: SnapgridCenter
components:
- type: Anchorable
delay: 5
delay: 4
- type: Transform
anchored: true
- type: Damageable
Expand All @@ -17,6 +17,8 @@
soundGroups:
Brute:
collection: GlassSmash
- type: Physics
bodyType: Static
- type: Clickable
- type: InteractionOutline
- type: Sprite
Expand Down Expand Up @@ -65,7 +67,7 @@
collection: WindowShatter
- !type:SpawnEntitiesBehavior
spawn:
ShardGlass:
ShardGlassReinforced:
min: 1
max: 1
GlassBoxLaserBroken:
Expand Down Expand Up @@ -126,6 +128,8 @@
components:
- type: Transform
anchored: true
- type: Physics
bodyType: Static
- type: Sprite
sprite: Structures/Storage/glassbox.rsi
layers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Inspired by tg station https://github.com/tgstation/tgstation/commit/0129a094635aac51e00fdc7aa3b4248affc1f49d Sprite modified and updated by Nimfiar11",
"copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/0129a094635aac51e00fdc7aa3b4248affc1f49d Sprite modified and updated by Nimfar11 (Github)",
"size": {
"x": 32,
"y": 32
Expand Down

0 comments on commit de65d1f

Please sign in to comment.