fix: update blocks and image

This commit is contained in:
Kylin_on_Mac 2023-11-13 10:25:13 +08:00
parent b302861d8b
commit 78a42fa0d5
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
["scene_info['squid_lv']", "level of squid", "玩家角色的等級"], ["scene_info['squid_lv']", "level of squid", "玩家角色的等級"],
["scene_info['squid_vel']", "velocity of squid", "玩家角色的速度"], ["scene_info['squid_vel']", "velocity of squid", "玩家角色的速度"],
["scene_info['score']", "score", "目前的分數"], ["scene_info['score']", "score", "目前的分數"],
["scene_info['foods']", "list of foods positions", "點點的位置清單"], ["scene_info['foods']", "list of foods positions", "所有食物的位置清單"],
["scene_info['score_to_pass']", "the score for next level", "通關分數"], ["scene_info['score_to_pass']", "the score for next level", "通關分數"],
["scene_info", "dictionary of all information", "包含所有資訊的字典"] ["scene_info", "dictionary of all information", "包含所有資訊的字典"]
], ],

View File

@ -4,8 +4,8 @@
"url": "https://github.com/PAIA-Playful-AI-Arena/easy_game", "url": "https://github.com/PAIA-Playful-AI-Arena/easy_game",
"description": "這是一個吃東西小遊戲,除了讓你熟習所有基本操作,也是 PAIA 的遊戲教學範例", "description": "這是一個吃東西小遊戲,除了讓你熟習所有基本操作,也是 PAIA 的遊戲教學範例",
"logo": [ "logo": [
"./asset/logo.svg", "./asset/logo.png",
"https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/Paia-Desktop/master/media/easygame.svg" "https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/easy_game/main/asset/logo.png"
], ],
"user_num": { "user_num": {
"min": 1, "min": 1,