summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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")