fix: revise blockly.json
This commit is contained in:
parent
36119041a7
commit
1b38b21cbb
|
@ -11,7 +11,7 @@
|
||||||
["scene_info['status']", "game status", "遊戲狀態"],
|
["scene_info['status']", "game status", "遊戲狀態"],
|
||||||
["scene_info['ball_x']", "x coordinate of ball", "球的 x 座標"],
|
["scene_info['ball_x']", "x coordinate of ball", "球的 x 座標"],
|
||||||
["scene_info['ball_y']", "y coordinate of ball", "球的 y 座標"],
|
["scene_info['ball_y']", "y coordinate of ball", "球的 y 座標"],
|
||||||
["scene_info['score']", "x coordinate of platform", "平台的 x 座標"],
|
["scene_info['score']", "score", "目前的分數"],
|
||||||
["scene_info['foods']", "list of foods positions", "點點的位置清單"],
|
["scene_info['foods']", "list of foods positions", "點點的位置清單"],
|
||||||
["scene_info", "dictionary of all information", "包含所有資訊的字典"]
|
["scene_info", "dictionary of all information", "包含所有資訊的字典"]
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue