colinator27
colinator27
Here's an example: ```gml while (a < b) { switch abc { case 123: a = b continue } } ``` The switch detector isn't able to handle this, because...
## Description Originally was part of https://github.com/UnderminersTeam/UndertaleModTool/pull/1894, now is its own PR. Replaces `WebClient` with `HttpClient` in the updater code, as the former is obsolete (and was producing a warning)....
### Describe the bug When zooming in on one room editor, then switching tabs to another room and back to the original room that was zoomed in on, the scroll...
## Description Implements the main functionality needed for a modding project system, along with installation logic. Library code is meant to be used by installers as well as for development...