mdiehr / Spielmatrix

A tile-based game engine for prototyping abstract games.
3 stars 0 forks source link

Set up canvas scaling options in HTML attributes #6

Closed mdiehr closed 9 years ago

mdiehr commented 9 years ago

Put the options in the HTML so that the page embedding the game gets to decide how to present it.

<div id="game" sm-max-width="640" sm-min-width="320" sm-mobile-behavior="maximize"></div>
mdiehr commented 9 years ago

Completed in 269f566d5e76e1d5452a36e6cb06e44f027db7ad