Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

nanobot567

12
Posts
68
Followers
2
Following
A member registered Sep 08, 2021 · View creator page →

Creator of

Recent community posts

Hey there, glad you're enjoying it!! Yeah, I think that happens when you play an audio file has a different sample rate than the others. To fix that, you can either:

- drag your MP3 into something like Audacity, change the project rate (it should be in the bottom left corner) to 44100 Hz (or the same rate as the rest of your files), then re-export the MP3

- change the sample rate with ffmpeg: `ffmpeg -i input.mp3 -ar 44100 output.mp3`

That should fix the issue. Hope this helps! :)

Ok, the performance issue has been fixed! Thanks again for the bug report!

Thanks for letting me know! I’ll push a fix as soon as I can :)

It’s under the MIT license, I’ll add the license here in a few so there’s less confusion :)

And I've released version 3.0! Thanks again for your suggestions!

Hello, thank you for your suggestions! I will incorporate all of them in the next release :)

No problem! Have a good flight :)

(1 edit)

It should also support .PDAs, which are audio files that have been converted into a Playdate-readable format.

If you want to play, say, WAVs, you should send those files through Audacity to convert them into MP3s.

Also, no problem! Let me know if you have any features that you'd like me to add!

Thanks!

I found a bug with the to-do list, when I try to delete a list it always deletes the last one in the list (of lists).

(1 edit)

Oh my gosh, thank you so much!!! (I can't believe you made a video on this game lol)

(EDIT: Also, I fixed the cloud movement via crank, it should be faster/easier to move it now)

I just purchased this and it is great! Awesome job!

(Also, it would be neat if there was a notepad :) )