nclud / 2013.beercamp.com

MIT License
0 stars 1 forks source link

Set Canvas size based on HUD #22

Closed peakpg closed 11 years ago

peakpg commented 11 years ago

The HUD has left/right/footer areas. Solutions (in order of priority)

  1. Have the Canvas height stop at the footer (so you can see the floor)
  2. Have the left/right edge of the HUD be the edge of the screen.

Only possible concern with 2 is that the right/left are transparent, so it might need something behind them. We should probably not spend much time on that until we get the rest of the MVG done.

peakpg commented 11 years ago

This is done, works as I would expect to it in both horizontal and vertical directions.