durvenson-github/cartoonKingdoms/index.js
Durvenson 40e4d353b0 "carton kingdoms"
just a title screen thing
2020-07-30 13:00:41 -04:00

10 lines
No EOL
250 B
JavaScript

var isPlaying = false;
var audio = document.getElementById("audio");
var img = document.getElementById("img");
audio.loop = true;
function noExist() {
window.alert("lol this doesn't exist yet")
}
function select(thing) {
img.src = thing + ".png";
}