Skip to content

Commit 442bcf4

Browse files
committed
minor modification
1 parent 3b88122 commit 442bcf4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/build.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/build.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sketch.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ function draw() {
101101
// -------------------
102102

103103
function preload() {
104-
whiteShape = loadImage('../oneWhiteShape.png');
105-
blackShape = loadImage('../oneBlackShape.png');
104+
whiteShape = loadImage('./oneWhiteShape.png');
105+
blackShape = loadImage('./oneBlackShape.png');
106106
}
107107

108108
function mousePressed() {

0 commit comments

Comments
 (0)