diff --git a/web/spin-wheel/index.html b/web/spin-wheel/index.html index f0e8a3b..f39b014 100644 --- a/web/spin-wheel/index.html +++ b/web/spin-wheel/index.html @@ -20,7 +20,7 @@ questions.onreadystatechange = function() { questions.send(); function preload(){ - img=loadImage('wheel2803.svg'); + img=loadImage('wheel2803.png'); } function setup() { var canvas = createCanvas(windowWidth/2, windowHeight/2);