Mac-only issue, windows is fine.
Checking the option "Start in Fullscreen" from settings make the game window starts fullscreen but the actual game is at its normal size at the bottom-left corner.
The result is similar to the issue (now fixed) reported here:http://community.stencyl.com/index.php?issue=1389.0
Exit fullscreen and re-enter fullscreen fixes.
If it can be of any help my workaround is calling
Checking the option "Start in Fullscreen" from settings make the game window starts fullscreen but the actual game is at its normal size at the bottom-left corner.
The result is similar to the issue (now fixed) reported here:http://community.stencyl.com/index.php?issue=1389.0
Exit fullscreen and re-enter fullscreen fixes.
If it can be of any help my workaround is calling
Code: [Select]
cast(Engine.engine.root, Universal).initScreen(true);
in the very first scene so the game correctly fullscreen at start.