"carton kingdoms"

just a title screen thing
This commit is contained in:
Durvenson 2020-07-30 13:00:41 -04:00
parent 01ea685e80
commit 40e4d353b0
10 changed files with 93 additions and 4 deletions

10
cartoonKingdoms/index.js Normal file
View file

@ -0,0 +1,10 @@
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";
}