Posted February 23, 2022 by abhimonk
Hi all,
I recently uploaded Planet D4RK to Armorgames. I got a ton of really useful feedback from there and iterated on the game a bunch on Armor, so I wanted to bring those updates to the itch version of the game:
The performance was really bad before due to my reluctance to use sprite batching for the background tiles. This caused some of the more tile-heavy levels to be really laggy on some machines. Since then I've switched to using love2D's spritebatch system which has massively reduced the number of "draw" calls I need to do (if you aren't using spritebatches for your love2d rendering of tiles, I highly recommend it).
As an aside, the players on Armorgames have also set a new world record for the speedrun of this game (absolutely shattering my record):
User Keltusad finished Planet D4RK in 4 minutes 31.841 seconds (almost a minute faster than my PB!). It's so goddamn satisfying to watch people master my games, and it feels even better to have people surpass me.
Anyway that's all for this update. I don't anticipate any further big updates to the game, I might make some small QoL improvements to speedrun mode if I get some time in the next few weeks.
Abhi