Skip to content

How to change stage size in Leopard #108

Answered by PullJosh
PullJosh asked this question in Q&A
Discussion options

You must be logged in to vote

Inside the file index.js, there will be a line that says...

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 });

Replies: 1 comment

Comment options

PullJosh
Dec 26, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by PullJosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant