Skip to content

Commit c72ffe1

Browse files
Update src/data/examples/zh-Hans/05_Image/01_Background_Image.js
Co-Authored-By: Kenneth Lim <[email protected]>
1 parent 8208ea8 commit c72ffe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/05_Image/01_Background_Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let y = 0;
1010

1111
function setup() {
1212
// 背景图像的大小必须和 createCanvas() 函数中的参数一样。
13-
// 该图像大小为720x400 像素。
13+
// 该图像大小为 720x400 像素。
1414
bg = loadImage('assets/moonwalk.jpg');
1515
createCanvas(720, 400);
1616
}

0 commit comments

Comments
 (0)