OK, I've made a simple RPG that uses CreatecompatibleDC, etc etc.
Also, a simple Tile Engine (Very simple ^_^)
But, when I walk it leaves a 'trail'... how to fix this? I can upload project if needed... thanks. ^_^
(Sorry for english)
Printable View
OK, I've made a simple RPG that uses CreatecompatibleDC, etc etc.
Also, a simple Tile Engine (Very simple ^_^)
But, when I walk it leaves a 'trail'... how to fix this? I can upload project if needed... thanks. ^_^
(Sorry for english)
Redraw the tiles behind your character and then draw the character, every frame. When you think about it, it's just common sense.
I would like to see this tile engine... But if you aren't too keen on giving out the source code, could you please attach it in .EXE form? :)
Just store the orginal tile for location the player monster etc is and replace it with the orginal when they step to the next one.