Everything is looking so polished! You can change your for loop for the line dividers in the charge display to just count up, as long as the centre line is exactly in between the other two: for i=2,46,22 do Should save a few tokens
Another option with the current setup is to erase the parenthesis around the array, so it looks like: ALL{2,46,26}. This is more commonly done with strings, but PICO-8 also lets you do it with tables. Yet another option is to use the SPLIT function to turn a string into an array. Though, I'm pretty sure your option is the most token effecient, as long as the spacing between the sprites is the same.
40:50 Not to annoy but you could just feed all a literal table like you can feed string literals then you would save a token (all{2,46,26} instead of all({2,46,26}) )
Nice haircut! Good luck on the release!
Everything is looking so polished!
You can change your for loop for the line dividers in the charge display to just count up, as long as the centre line is exactly in between the other two: for i=2,46,22 do
Should save a few tokens
Another option with the current setup is to erase the parenthesis around the array, so it looks like: ALL{2,46,26}. This is more commonly done with strings, but PICO-8 also lets you do it with tables.
Yet another option is to use the SPLIT function to turn a string into an array.
Though, I'm pretty sure your option is the most token effecient, as long as the spacing between the sprites is the same.
40:50
Not to annoy but you could just feed all a literal table like you can feed string literals then you would save a token (all{2,46,26} instead of all({2,46,26}) )
When is the release date?
When it's done. Maybe a bit later
"I'm a bit wet", whilst rubbing a "Superdry" hoodie. False advertising.