CRITICAL PATCH: v1.0.1


Hey everyone! Playdate firmware 1.13.1 just released which made a change to the data type of sprites. The change broke a couple critical elements of Fish’n Feathers, which I have fixed in v1.0.1. You will have to update your game if you want to continue playing! The patch also makes the difficulty slightly easier by reduce fall speed of the fish.

NOTE: If you originally sideloaded this game before Feb 2023, a recent change to sideloading means that new versions of the game will show up as brand new games on the Playdate website and your device. You will have to manually transfer your save data if you wish to keep your high scores. Detailed instructions on how to do this can be found on Panic’s support page here.

Super sorry about the inconvenience! I hope you can continue enjoying Fish’n Feathers post-patch. Thanks for all the support.

Files

Fish'n Feathers v1.0.1 8 MB
Feb 23, 2023

Get Fish'n Feathers for Playdate

Buy Now$5.00 USD or more

Comments

Log in with itch.io to leave a comment.

Out of curiosity, what was the breaking change in 1.13.1?

Sprites are now type ‘userdata’ instead of ‘table’ and I had a couple checks in my game for type(var) == ‘table’