Hi, i bought c2 a few weeks ago and have built a game and used phonegap to port to android.
I have c2 set up to rescale to window size (not crop), but it is left aligned when previewing in construct 2 and when it is recreated as an app. does anyone know how to force the canvas to display centred?
Many thanks,
Andy
Develop games in your browser. Powerful, performant & highly capable.
In the layout properties set unbounded scrolling to yes.
Yep, you just asked what I've asked 5 min ago..
It's probably something with the index.html
allign:center;
but not sure, someone will come up with the right answer.
EDIT:Yeah, I was wrong =(
Hello AndyWatson
Sounds like what I was just trying to figure out. This page might help just read all the posts here:
who check my game on mobile
Thanks for all the help, i'll check out unbounded scrolling tomorrow, much appreciated.
Thanks Kyatric, perfect, just what I needed!