Added a penguin plushie! (#21097)

This commit is contained in:
CMDR-Piboy314
2023-11-04 01:07:16 -04:00
committed by GitHub
parent a96563c78a
commit 5a5e39f47d
5 changed files with 17 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
- id: PlushieXeno - id: PlushieXeno
- id: PlushieHampter - id: PlushieHampter
- id: PlushieMoth - id: PlushieMoth
- id: PlushiePenguin
- type: entity - type: entity
id: CrateFunInstrumentsVariety id: CrateFunInstrumentsVariety

View File

@@ -1088,3 +1088,12 @@
- type: MeleeWeapon - type: MeleeWeapon
soundHit: soundHit:
path: /Audio/Voice/Moth/moth_chitter.ogg path: /Audio/Voice/Moth/moth_chitter.ogg
- type: entity
parent: BasePlushie
id: PlushiePenguin
name: penguin plushie
description: I use arch btw!
components:
- type: Sprite
state: plushie_penguin

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
abstract: true abstract: true
id: ArcadeBase id: ArcadeBase
description: An arcade cabinet. description: An arcade cabinet.
@@ -85,6 +85,7 @@
- BeachBall - BeachBall
- PlushieMoth - PlushieMoth
- PlushieHampter - PlushieHampter
- PlushiePenguin
- type: WiresPanel - type: WiresPanel
- type: Wires - type: Wires
layoutId: Arcade layoutId: Arcade

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github), plushie_xeno by LinkUyx#6557, plushie_hampter by RenLou#4333, beachball taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, beachb-inhand by ;3#1161, bee hat and in-hand sprites drawn by Ubaser", "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, orb, orb-inhand-left and orb-inhand-right created by Pancake, plushie_diona and plushie_diona1 created by discord user Deos#5630, toy-mouse-equipped-HELMET is a resprited 1-equipped-HELMET in mouse.rsi by PuroSlavKing (Github), plushie_xeno by LinkUyx#6557, plushie_hampter by RenLou#4333, beachball taken from https://github.com/ss220-space/Paradise/commit/662c08272acd7be79531550919f56f846726eabb, beachb-inhand by ;3#1161, bee hat and in-hand sprites drawn by Ubaser, plushie_penguin by netwy",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -10,7 +10,10 @@
{ {
"name": "plushie_ratvar" "name": "plushie_ratvar"
}, },
{ {
"name": "plushie_penguin"
},
{
"name": "plushie_moth" "name": "plushie_moth"
}, },
{ {

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B