summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2021-10-11 15:50:41 +0000
committerJules <jules@asdf.us>2021-10-11 15:50:41 +0000
commitd70d9e95feb95d5c07ec14c971c75a4f8d20453d (patch)
tree77fd5027dfb0c813bd463c380147b840da245683 /index.html
parent2f8c0d2b19ffda3a599a426c4fd6a6ea21f6adfc (diff)
ducks
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index df5cd21..1d8bcdf 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<body><canvas id="canvas"></body>
<script>
ctx=canvas.getContext('2d')
-var imgs = "apple.png banana.png rasp.png lime.png lemon.png"
+var imgs = "apple.png banana.png rasp.png lime.png lemon.png grapes.png pineapple.png orange.png"
.split(" ").map(function(s){
var img = new Image()
var c = document.createElement("canvas")