Nazariglez / Gecko2D

Cross-platform Game Framework
https://nazariglez.github.io/Gecko2D
MIT License
50 stars 6 forks source link

Add screen modes in html5 #11

Closed Nazariglez closed 6 years ago

Nazariglez commented 7 years ago

Pass to game an options as screenModes to resize the canvas.

In native targets as cpp needs some work to check the screen resolution to use the screen size without go to fullScreen mode.