|
-
 Originally Posted by Alloy Bacon
I uploaded a new version:
https://rpguy.weebly.com/
This one gets the fullscreen, and doesn't stretch the stage on your phone.
The screenBounds object gives you the size of the stage like, screenBounds.width and screenBounds.height
if you are going to use screenBounds on desktop (not mobile) I would just change screenbounds to:
screenBounds.width=stage.stageWidth;
screenBounds.height=stage.stageHeight;
Ok. i´ll try...
Thx a lot
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|