Skip to content

Commit 8208ea8

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

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
@@ -9,7 +9,7 @@ let bg;
99
let y = 0;
1010

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

0 commit comments

Comments
 (0)