From: Flareguy <78941145+Flareguy@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:12:14 +0000 (-0500) Subject: Vox head displacement map (#30699) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=37e36bfa7c5cc13a39ceb3fdd223b82962cb380f;p=space-station-14.git Vox head displacement map (#30699) * head displacement for vox * fixe --- diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index 4bcd068d9d..3c09baa25f 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -108,6 +108,11 @@ 32: sprite: Mobs/Species/Vox/displacement.rsi state: hand + head: + sizeMaps: + 32: + sprite: Mobs/Species/Vox/displacement.rsi + state: head back: sizeMaps: 32: @@ -151,6 +156,11 @@ 32: sprite: Mobs/Species/Vox/displacement.rsi state: hand + head: + sizeMaps: + 32: + sprite: Mobs/Species/Vox/displacement.rsi + state: head back: sizeMaps: 32: diff --git a/Resources/Textures/Mobs/Species/Vox/displacement.rsi/head.png b/Resources/Textures/Mobs/Species/Vox/displacement.rsi/head.png new file mode 100644 index 0000000000..676262eca6 Binary files /dev/null and b/Resources/Textures/Mobs/Species/Vox/displacement.rsi/head.png differ diff --git a/Resources/Textures/Mobs/Species/Vox/displacement.rsi/meta.json b/Resources/Textures/Mobs/Species/Vox/displacement.rsi/meta.json index 2152470bd1..002f826b3e 100644 --- a/Resources/Textures/Mobs/Species/Vox/displacement.rsi/meta.json +++ b/Resources/Textures/Mobs/Species/Vox/displacement.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "jumpsuit state made by PJB3005. back, hand, and eyes states made by Flareguy, ears and shoes made by TheShuEd", + "copyright": "jumpsuit state made by PJB3005. back, hand, head, and eyes states made by Flareguy, ears and shoes made by TheShuEd", "size": { "x": 32, "y": 32 @@ -22,6 +22,10 @@ "name": "hand", "directions": 4 }, + { + "name": "head", + "directions": 4 + }, { "name": "ears", "directions": 4