Skip to main content

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

Interesting I'll see what I can do about that

are you using a while loop when you click things for area filling? i know when i was doing something like that (in love2d too) my while loops would freeze up especially when i filled edges of the fill area.

I'm using a recursive method which is actually really inefficient, I'm saving the refactor for my stellar ship

yeah that would be a good idea