YUI icon indicating copy to clipboard operation
YUI copied to clipboard

Add support for baking .yui files into the gml code to support non-desktop platforms

Open shdwcat opened this issue 3 years ago • 0 comments

HTML5 etc can't use file_find_etc -- possible solution is to have the system load all the .yui files into their raw structs and then write out GML files with all the data in them in gml struct syntax. Then we need a way for Cabinet to be able to intercept 'file' requests and return the baked in data instead.

shdwcat avatar Nov 18 '22 10:11 shdwcat