moonbase.archive functions - Protovision/moonbase GitHub Wiki

moonbase.archive.font( path, size )

Loads font file path from the game archive with the specified size. Returns a userdata object with classname "moonbase_font"

moonbase.archive.image( path )

Loads image file path from the game archive. Returns a userdata object with classname "moonbase_image"

moonbase.archive.sound( path )

Loads sound file path from the game archive. Returns a userdata object with classname "moonbase_sound"