Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
GNU General Public License v3.0
16 stars 7 forks source link

Add overmap grid visualization to menu #473

Closed snipercup closed 3 days ago

snipercup commented 4 days ago

The overmap grid visualization was a separate scene not connected trough the menus. I added it to "other tools" in the "content manager".

I was trying to figure out why it's so slow in generating the grid, but I haven't been able to solve it. The grid data only takes a second, but visualizing it to 10000 tiles is taking about a minute. We would need to do something similar to what the overmap window does, chunking the parts and visualizing a few at a time.