fix: revise blockly.json

This commit is contained in:
Kylin_on_Mac 2023-09-23 17:02:21 +08:00
parent 36119041a7
commit 1b38b21cbb
1 changed files with 1 additions and 1 deletions

View File

@ -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", "包含所有資訊的字典"]
], ],