Snippets
- Surface to&from a base64 stringfor those who do save thumbnails in a gamemaker game and have the unfortunate fate of having to do a console port.
- Vector2 Class (based on Godot)A Vector2 class for GMS 2.3 mostly ported over from https://github.com/godotengine/godot/blob/master/core/math/vector2.cpp
- ds_to_struct_arrayConverts data structures (ds_map, ds_list, ds_grid) to structs/arrays!