TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
FORUMS
CHAT
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Ask a Question
→
Scaling
Pages:
1
Scaling
Bullsnake73
Posts: 8
December 03, 2022, 12:13:46 pm
I would like my game to scale to device. I am not sure why it is just staying at 1x after published. HTML5
Bullsnake73
Posts: 8
December 10, 2022, 01:20:35 pm
Hmm, I don't know what size you could try.
But it seems for html5 , scaling works a bit differently
try to put in the advanced OpenFL settings
Code: [Select]
<window resizable="true" if="html5" />
and it should adapt to page automatically.
this is the answer!
Pages:
1