diff --git a/assets/player_characters.json b/assets/player_characters.json index 2fa5963641..4dfb0412b5 100644 --- a/assets/player_characters.json +++ b/assets/player_characters.json @@ -43,5 +43,14 @@ "x": 0.0, "y": 16.0 } + }, + { + "id": "catty", + "name": "Catty", + "texture": "player_catty", + "offset": { + "x": 0.0, + "y": 16.0 + } } ] diff --git a/assets/textures.json b/assets/textures.json index bc697f4845..b5252a1a36 100644 --- a/assets/textures.json +++ b/assets/textures.json @@ -202,6 +202,15 @@ "y": 80 } }, + { + "id": "player_catty", + "path": "textures/player/PlayerCatty(96x80).png", + "type": "spritesheet", + "sprite_size": { + "x": 96, + "y": 80 + } + }, { "id": "pirate_hat", "path": "textures/items/hats/pirate hat.png", diff --git a/assets/textures/player/PlayerCatty(96x80).png b/assets/textures/player/PlayerCatty(96x80).png new file mode 100644 index 0000000000..9e018a741d Binary files /dev/null and b/assets/textures/player/PlayerCatty(96x80).png differ