-
-
Notifications
You must be signed in to change notification settings - Fork 280
Window Settings V2 (EX) #1994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window Settings V2 (EX) #1994
Conversation
🖼 NEW EXTENSION IMAGES
!format |
!lint |
!format |
!format |
we'd rather you edit Window Controls to fix or add features rather than make a whole new extension. |
Can I get in touch with @CubesterYT on GitHub sometime? |
he'll probably find this PR. You can also contact him on Discord |
Thanks, but it's a pity that I'm not on Discord) |
theres not a single file in this pull request anymore, are you going to fix that or can it be closed |
i think it's safe to close at this point, if it's been over a month without update or files |
Cubester is working on other things at the same time. This is also something thats waiting on an update on the TW side. No wonder it hasnt been updated yet. It shouldnt be closed. |
As far as I know, Cubester isn't even involved in this extension. Also, I highly doubt it was just 'waiting on an update' considering all the extension files were deleted and stayed deleted for over a month. |
🧱 Extension "Window Settings V2"
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:
