Replaces Xeno sprite. (#2718)

* Initial

* Adjusted the bounding box to be sensible
This commit is contained in:
Swept
2020-12-17 12:13:23 +00:00
committed by GitHub
parent 3d60965fd9
commit a1d9248613
13 changed files with 34 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
# Hacky for the stress test so don't even consider adding to this
- type: entity
save: false
name: Xeno hunter
name: Xeno
id: XenoMob_Content
description: They mostly come at night. Mostly.
drawdepth: Mobs
@@ -20,14 +20,14 @@
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: running
sprite: Mobs/Aliens/Xenos/xeno_hunter.rsi
sprite: Mobs/Aliens/Xenos/xeno.rsi
- type: Clickable
- type: Physics
anchored: false
mass: 85
shapes:
- !type:PhysShapeAabb
bounds: "-0.35,-0.35,0.35,0.35"
bounds: "-0.95,-0.60,-0.10,0.60"
mask:
- Impassable
- MobImpassable

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,31 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Colonial Marines at commit https://gitlab.com/cmdevs/colonial-warfare/-/commit/f6b3c61fcbfe73a3f0f92edd5fc441ef845017e5",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "running",
"directions": 4
},
{
"name": "walking",
"directions": 4
},
{
"name": "dead",
"directions": 1
},
{
"name": "sleeping",
"directions": 1
},
{
"name": "crit",
"directions": 1
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -1,37 +0,0 @@
{
"version": 1,
"size": {
"x": 64,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/7344da18b5e3dd0b1994a84e9c9c0774d71b93a5/icons/mob/alien.dmi",
"states": [
{
"name": "running",
"directions": 4
},
{
"name": "standing",
"directions": 4
},
{
"name": "crit",
"directions": 1
},
{
"name": "dead",
"directions": 1
},
{
"name": "sleeping",
"directions": 1,
"delays": [
[
1.0,
1.0
]
]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB