I have put in a formula inside my event sheet and its purpose is to generate a map. (it does it pixel by pixel every tic)
However when I am previewing the game it takes 3 min for the hole process to finish.
Is there a way I can have it run one time and preload the "maps", for another time.
map_pixel is a 4x4 pixel sprite with image point at 0,4(bottom left)
I need the map in 1000's of 1x1 pixel's but the load is too slow, any recomidations
thankyou