feat: change level format
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
["scene_info['ball_y']", "y coordinate of ball", "球的 y 座標"],
|
||||
["scene_info['score']", "score", "目前的分數"],
|
||||
["scene_info['foods']", "list of foods positions", "點點的位置清單"],
|
||||
// TODO 通關分數
|
||||
["scene_info", "dictionary of all information", "包含所有資訊的字典"]
|
||||
],
|
||||
"CONSTANT": [
|
||||
@ -22,6 +23,7 @@
|
||||
[600, "bottom boundary", "下邊界"],
|
||||
[30, "ball width", "球身的寬度"],
|
||||
[30, "ball height", "球身的高度"],
|
||||
// TODO
|
||||
[8, "food width", "食物的寬度"],
|
||||
[8, "food height", "食物的高度"]
|
||||
],
|
||||
|
Reference in New Issue
Block a user