diff --git a/assets/player_characters.json b/assets/player_characters.json index 84f796d3e7..2fa5963641 100644 --- a/assets/player_characters.json +++ b/assets/player_characters.json @@ -34,5 +34,14 @@ "x": 0.0, "y": 16.0 } + }, + { + "id": "lionfishy", + "name": "Lionfishy", + "texture": "player_lionfishy", + "offset": { + "x": 0.0, + "y": 16.0 + } } -] \ No newline at end of file +] diff --git a/assets/textures.json b/assets/textures.json index c75c9439f6..bc697f4845 100644 --- a/assets/textures.json +++ b/assets/textures.json @@ -193,6 +193,15 @@ "y": 80 } }, + { + "id": "player_lionfishy", + "path": "textures/player/PlayerLionfishy(96x80).png", + "type": "spritesheet", + "sprite_size": { + "x": 96, + "y": 80 + } + }, { "id": "pirate_hat", "path": "textures/items/hats/pirate hat.png", @@ -487,4 +496,4 @@ "y": 144 } } -] \ No newline at end of file +] diff --git a/assets/textures/player/PlayerLionfishy(96x80).png b/assets/textures/player/PlayerLionfishy(96x80).png new file mode 100644 index 0000000000..95663ee6c0 Binary files /dev/null and b/assets/textures/player/PlayerLionfishy(96x80).png differ