Skytils / SkytilsMod

Skytils is a Hypixel Skyblock mod! Be careful, malicious copies are distributed across GitHub. Confirm on discord.gg/skytils (807302538558308352)
https://hypixel.net/threads/3856202/
GNU Affero General Public License v3.0
1.06k stars 424 forks source link

Fix GUI positions resetting #228

Closed FluxCapacitor2 closed 2 years ago

FluxCapacitor2 commented 2 years ago

GUI positions will reset every time the game is relaunched if they are not manually added to the config file. This PR assigns the gui element's position and scale to the GUIPOSITIONS and GUISCALES maps so that they are serialized and saved into the config file.

(huge PR, I know)