Заменен Walter на Doggi

This commit is contained in:
Pelemonk
2024-07-21 20:43:14 +03:00
parent 88b6b457df
commit 177112b216
4 changed files with 27 additions and 5 deletions

View File

@@ -338,10 +338,10 @@
components:
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Pets/walter.rsi
sprite: Mobs/Pets/doggi.rsi
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: walter
state: dog
- type: Physics
- type: Fixtures
fixtures:
@@ -360,11 +360,11 @@
- type: DamageStateVisuals
states:
Alive:
Base: walter
Base: dog
Critical:
Base: walter_dead
Base: dog_dead
Dead:
Base: walter_dead
Base: dog_dead
- type: Butcherable
spawned:
- id: FoodMeat

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by Pelemonk (Github) for CrystallPunk 14",
"states":
[
{
"name": "dog",
"directions": 4
},
{
"name": "dog_dead",
"directions": 1
}
]
}