mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Extends Integer scaling range, corrects some info (#92130)
## About The Pull Request Extends the max range for integer scaling up to 9x, corrects some misinfo in the visuals guide ## Why It's Good For The Game This allows proper integer scaling up to 8k resolution, which not only is generally the highest consumer-available resolution currently, but also the next resolution that is able to perfectly display a 480p image on it via integer scaling. Also corrects misinfo because misinfo is bad. ## Changelog 🆑 qol: Increased the integer scaling range up to 9x /🆑
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
savefile_identifier = PREFERENCE_PLAYER
|
||||
|
||||
minimum = 0
|
||||
maximum = 5
|
||||
maximum = 9
|
||||
|
||||
step = 0.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user