new image

main
Boyana 1 year ago
parent 090aba57bc
commit d46cb9691c

@ -4,7 +4,7 @@
<script> <script>
console.log("hey there"); console.log("hey there");
function preload(){ function preload(){
img=loadImage('wheel.png') img=loadImage('wheel-of-fortune')
} }
function setup() { function setup() {
createCanvas(windowWidth, windowHeight); createCanvas(windowWidth, windowHeight);
@ -41,6 +41,7 @@ function draw() {
</head> </head>
<body> <body>
<h1>Spin the Oracle Wheel!</h1>
<p></p>
</body> </body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Loading…
Cancel
Save