mbkarle / mind-the-fog

Roguelike JavaScript game--mind the fog!
2 stars 1 forks source link

long tall room goes off screen #70

Closed akarle closed 7 years ago

akarle commented 7 years ago

Should just be an html offset fix

akarle commented 7 years ago

So the key here, for future reference @mbkarle was that html offset is based at 30 height, so if you have anything greater, it will go off screen.

So just don't make things greater than 30 for now!