"carton kingdoms"
just a title screen thing
This commit is contained in:
parent
01ea685e80
commit
40e4d353b0
10 changed files with 93 additions and 4 deletions
10
cartoonKingdoms/index.js
Normal file
10
cartoonKingdoms/index.js
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue