1 decade ago by stahlmanDesign
I had a problem in my game and another simple project where what I drew in weltmeister would not show up. But upon saving and loading the game, the drawings were there. This happened in Safari, Firefox and Chrome. You could choose your tile but when you drag to draw, it just appears as invisible.
I think the problem was related to preRender=true in background-map.js in Impact.
But it was confusing because sometimes the browser keeps things in cache even after you quit, so it was hard to figure out what was causing it.
Besides that redraw bug, preRender=true screwed up my background tiles in Weltmeister layout, but not in the game. There were large areas of black between the background tiles. But with preRender=false -- and cache emptied -- it seems to have gone away.
I think the problem was related to preRender=true in background-map.js in Impact.
But it was confusing because sometimes the browser keeps things in cache even after you quit, so it was hard to figure out what was causing it.
Besides that redraw bug, preRender=true screwed up my background tiles in Weltmeister layout, but not in the game. There were large areas of black between the background tiles. But with preRender=false -- and cache emptied -- it seems to have gone away.