darkfo
darkfo copied to clipboard
See if rendering roof/floor tilemaps to a single sprite is faster than drawing each tile each frame
It should be quite a bit faster, especially if we only render subrectangles of the full bitmap. From the profiler, quite a lot of time overall is spent rendering the floors in unlit mode.