Fixes mistake (#1751)

Never again.
This commit is contained in:
AJCM-git
2020-08-16 19:29:47 -04:00
committed by GitHub
parent 0f7e62d414
commit c17dd97383
5 changed files with 0 additions and 78 deletions

Binary file not shown.

View File

@@ -546,43 +546,3 @@
- type: DamageStateVisualizer
normal: penguin
dead: penguin_dead
- type: entity
save: false
name: big chungus
parent: MonkeyMob_Content
id: BigChungusMob_Content
description:
drawdepth: Mobs
suffix: AI
components:
- type: LoopingSound
sound: /Audio/Effects/chungus.ogg
- type: Sprite
drawdepth: Mobs
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: chungster
sprite: Mobs/Animals/unusuallylargefunnyrabbit.rsi
- type: Icon
sprite: Mobs/Animals/unusuallylargefunnyrabbit.rsi
state: chungster
- type: Physics
mass: 10
- type: Collidable
shapes:
- !type:PhysShapeAabb
bounds: "-0.50,-0.30,0.35,0.30"
mask:
- Impassable
- MobImpassable
- VaultImpassable
- SmallImpassable
layer:
- Opaque
- MobImpassable
- type: Appearance
visuals:
- type: DamageStateVisualizer
normal: chungster
dead: dead

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 848 B

View File

@@ -1,38 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "PPAP",
"copyright": "BIGBIGCHUNGUSBIGCHUNGUSBIGCHUNGUS",
"states": [
{
"name": "dead",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "chungster",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}