BoolClub / ProjectCrusade

First project of RHS Software Development Club
0 stars 0 forks source link

Maps #44

Open christiancosgrove opened 8 years ago

christiancosgrove commented 8 years ago

With current level sizes, it is easy to get lost. Therefore, I think we should add maps to the game. Unexplored regions won't appear on the map. Specifically, the Map will be a GUI element that, e.g., could be displayed on the inventory screen. Is this a good feature?

I'll work on this feature on a separate branch.

Authman2 commented 8 years ago

Yeah I agree. We also need to decide on the number of floors that the player has to go through.

Xykron commented 8 years ago

Is the map only going to be available in the inventory, or will there be some sort of minimap functionality?

Authman2 commented 8 years ago

I was thinking that it would be available on the inventory or something, because a mini map might get in the way of the game.

christiancosgrove commented 8 years ago

I put it on the inventory screen also because it's costly to render. At least at the moment, rendering the map involves a single draw call for every pixel in the image. Better do this when FPS doesn't really matter.

On Mar 23, 2016, at 12:01 PM, Authman2 notifications@github.com wrote:

I was thinking that it would be available on the inventory or something, because a mini map might get in the way of the game.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub