finnvoor / PlaydateKit

Create games for Playdate using Swift.
https://finnvoor.github.io/PlaydateKit/documentation/playdatekit
Creative Commons Zero v1.0 Universal
198 stars 21 forks source link

Add higher-level finishCallback closure #46

Closed pcbeard closed 7 months ago

pcbeard commented 7 months ago

Also fixes a bug in .load(path:) that was returning false when file was successfully loaded.

pcbeard commented 7 months ago

Not sure how to fix the Lint issues. Also, I re-pushed the branch, after rebasing locally. Don't like seeing merge commits in topic branches.

finnvoor commented 7 months ago

Not sure how to fix the Lint issues. Also, I re-pushed the branch, after rebasing locally. Don't like seeing merge commits in topic branches.

Formatting is done using swiftformat. Still trying to figure out what the best way to enforce that is, I'll probably add an action so you can request a format with a comment or something. I can just format after merging for now.