Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🧱 Extension "Window Settings"
HEY, friends! I've created a new extension for TurboWarp "Window Settings" :D
There is such an extension as "Window Controls" in the TurboWarp gallery. With this extension, you can control the window where your project is located. But then why did I make a new similar extension? The problem is that this "Windows Controls" extension is not very convenient.
For example:
For example, I want to set the width and height of the scene: width = 640, height = 420. It is impossible to do this through this block, which you see in the screenshot, since the width and height of the window are set, not the stage, and the stage width and height will be smaller:

This can be fixed through the following code, which you will see in the following screenshot. But the problem is that you will have to set a delay of more than 0 seconds. Which is not very convenient:

Okay, then let's try to set the width and height through the next block, but again nothing worked out:

But here everything is fast, everything is clear, the width and height of the stage are set without any delay, but at the same time the width and height of the window are changed:

https://github.com/WAYLIVES/TurboWARP/blob/main/extensions/WindowSettings/1.1.1.js