You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need developer input to figure out the best format to package these for Playdate. For microcontrollers we package in a sprite map and then import via a mapping that can be used.
Ex:
export const IconAccount = [source, 22, 1, 2];
The array is then used as... <image resource>, <size>, 1 * <size>, 2 * <size>.
Looking at the docs it's expecting a .png file. So the question is what is the easiest format to bundle this mapping / image?
The text was updated successfully, but these errors were encountered:
Need developer input to figure out the best format to package these for Playdate. For microcontrollers we package in a sprite map and then import via a mapping that can be used.
Ex:
export const IconAccount = [source, 22, 1, 2];
<image resource>, <size>, 1 * <size>, 2 * <size>
.Looking at the docs it's expecting a
.png
file. So the question is what is the easiest format to bundle this mapping / image?The text was updated successfully, but these errors were encountered: