Set Fullscreen and Smooth Scaling within Ruby #122
Labels
No Label
RGSS accuracy
bug
compilation
discussion
documentation
duplicate
enhancement
invalid
performance issue
port request
question
ruby incompatibility
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MapleShrine/mkxp#122
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there!
I was wondering if there was a way to, from within Ruby, to make the game Fullscreen or not, or make it use the smoothScaling option or not.
There settings can be both defined in the config file (or Alt + Enter to toggle Fullscreen), but I want to provide this as part of the Settings menu.
I tried to do
Graphics.fullscreen = true
(innocent me!) to no luck. Don't know about smoothScaling.Any clues?
Thank you!
Hmm, that should have worked.
Ok no, that is working in fact. I just forced it on every Scene update and worked (I guess one of my checks was overwritting it to false)
So that's a thing! Thanks! Now, can Smooth Scaling be controlled the same way with some method?
Currently, no.