SophieWalden / Grand-Expansion

A little simplistic game about resource management
6 stars 2 forks source link

After Import Glitches + Restart Glitch #6

Closed THB0705 closed 5 years ago

THB0705 commented 5 years ago

I have an idea why this happens... It seems quite silly, but when you restart, the game creates a board with smaller boxes, so a larger grid. So when you git the old grid into it, it shows up as too small. This happens on a loop.

Grid one: image

Grid two: image

Grid three (it just keeps going like this, this is also a mistake I believe): image

I only just read your update notes for the latest patch and see that when you restart the game thinks you are probably moving to a new level which is why the map gets bigger.

SophieWalden commented 5 years ago

Sorry, this happened to you. What happens is exactly what you say because I forgot one line of code that reloads the images, but doesn't worry. In the next update later I'm going to fix it and add a different save system.

-8BitToaster