diff --git a/HDIIGameHTMLEdition/index.html b/HDIIGameHTMLEdition/index.html index 3818213..4bd389c 100644 --- a/HDIIGameHTMLEdition/index.html +++ b/HDIIGameHTMLEdition/index.html @@ -21,12 +21,12 @@

Items

- Bare Hands (1 damage, costed 0 coins)
+ Bare Hands (1 block damage, costed 0 coins)

Shop

You have 0 coins to spend.

- Dirt Shovel (1.25 damage, costs 2.5 coins)
+ Dirt Shovel (1.25 block damage, costs 2.5 coins)

+
+
+
+
+ + + \ No newline at end of file diff --git a/cartoonKingdoms/index.js b/cartoonKingdoms/index.js new file mode 100644 index 0000000..fcb0da2 --- /dev/null +++ b/cartoonKingdoms/index.js @@ -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"; +} \ No newline at end of file diff --git a/cartoonKingdoms/logo.svg b/cartoonKingdoms/logo.svg new file mode 100644 index 0000000..a39aa3d --- /dev/null +++ b/cartoonKingdoms/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cartoonKingdoms/singleplayer.png b/cartoonKingdoms/singleplayer.png new file mode 100644 index 0000000..d37ddcd Binary files /dev/null and b/cartoonKingdoms/singleplayer.png differ diff --git a/cartoonKingdoms/tutorial.png b/cartoonKingdoms/tutorial.png new file mode 100644 index 0000000..49b8616 Binary files /dev/null and b/cartoonKingdoms/tutorial.png differ