0
votes
0answers
45 views

How to load tile from an Arcade Rom gdx file?

I'm trying to see how tiles are saved doing some reverse engineering using old roms gfx files (this example trying with snow bros arcade set one) . This is what I know now : Each color point to a ...
1
vote
1answer
124 views

Connecting tiles to make a large image based on text file

If I am building my level from a text file 0,0,0,0,0 0,1,0,1,0 0,2,1,0,0 0,0,0,0,0 and I want to draw a large image, how do I go about doing that? do I take the image, separate it in tiles (the ...
-3
votes
1answer
363 views

How to remaster a retro game's graphics?

I want to remake an old game, which graphics is pretty old (1980s game), and I want to make a "HD version" of it. Of course, the game will have an "old graphics" setting, but I want to remaster the ...