This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.

29 lines
184 B
JavaScript

images = [
""
];
audio = [
""
];
function update() {
}
function input() {
}
function draw() {
}
function absoluteDraw() {
}
function onAssetsLoaded() {
}
setup(60);