uspgamedev / backdoor

A deck-building roguelike cyberpunk game.
GNU General Public License v3.0
23 stars 4 forks source link

Refactor sector view code to NOT use pixels, but arbitrary units #851

Open aki-cat opened 6 years ago

aki-cat commented 6 years ago

This would require storing some "settings" values such as:

This would make all rendering much easier to code. The only downside (upside?) is that we'd probably need to use meshes for everything (floor tiles & body/drop sprites)

Kazuo256 commented 4 years ago

Given we've opted for pixel art graphics, do you think this still necessary, @OrenjiAkira?