diff --git a/blockly.json b/blockly.json index a1e2229..c0c6f83 100644 --- a/blockly.json +++ b/blockly.json @@ -16,7 +16,7 @@ ["scene_info['squid_lv']", "level of squid", "玩家角色的等級"], ["scene_info['squid_vel']", "velocity of squid", "玩家角色的速度"], ["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", "dictionary of all information", "包含所有資訊的字典"] ], diff --git a/game_config.json b/game_config.json index f9f7fea..a0d5b81 100644 --- a/game_config.json +++ b/game_config.json @@ -1,11 +1,11 @@ { "game_name": "easy_game", - "version": "2.4a0", + "version": "2.4a1", "url": "https://github.com/PAIA-Playful-AI-Arena/easy_game", "description": "這是一個吃東西小遊戲,除了讓你熟習所有基本操作,也是 PAIA 的遊戲教學範例", "logo": [ - "./asset/logo.svg", - "https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/Paia-Desktop/master/media/easygame.svg" + "./asset/logo.png", + "https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/easy_game/main/asset/logo.png" ], "user_num": { "min": 1, diff --git a/requirements.txt b/requirements.txt index 0a49b58..451f03c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -mlgame>=10.3.2 \ No newline at end of file +mlgame>=10.3.2 +