Snippets
-
JS Promise in GM1:1 port of Javascript's promise object class
-
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.
-
GMStringA very simple script to allow for using JS syntax for GM strings.
-
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!