-
Lots of people ask me this, so I'm going to put the answer here so I can always link to it. |
Beta Was this translation helpful? Give feedback.
Answered by
PullJosh
Dec 26, 2021
Replies: 1 comment
-
Inside the file const state = new Stage({ costumeNumber: 1 }) The number might be different, but otherwise it should be about the same. You can replace that with something like this to change the width and height of the stage: const stage = new Stage({ width: 720, height: 405, costumeNumber: 1 }); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PullJosh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inside the file
index.js
, there will be a line that says...The number might be different, but otherwise it should be about the same. You can replace that with something like this to change the width and height of the stage: