libstubble 0.3.5

Stubble APIs
Documentation
pico-8 cartridge // http://www.pico-8.com
version 43
__lua__
-- {{#if title}}{{to_lower_case title}}{{else}}untitled{{/if}}
-- {{#if author}}{{to_lower_case author}}{{else}}by unknown{{/if}}

{{#if description}}-- {{to_lower_case description}}{{/if}}

function _init()

end

function _update()

end

function _draw()
    cls()
end