Posted December 30, 2022 by Grisgram
There were former bug fixes when it comes to HTML rendering with GameMaker and while most of them could be fixed, there have been some minor glitches around for quite some time.
The gml-raptor release 2.3 now fixes all known issues with HTML rendering, including UI-Scaling!
In addition, a big rework has been done to file access and the savegame system. It is now possible to call constructors when loading a saved game, all you have to do, is to register your class with raptor to tell it, which functions are constructors. It will then invoke the constructor correctly instead of just applying struct data to your objects and classes.
The same is true for every json file you load. If it contains constructible classes (and they are registered with raptor), even the loading of a simple text file will take care, that your constructors gets invoked correctly.
Have fun! Gris