diff --git a/asset/img/background.jpg b/asset/img/background.jpg index 37411a5..e20b960 100644 Binary files a/asset/img/background.jpg and b/asset/img/background.jpg differ diff --git a/src/game.py b/src/game.py index 5691a4c..f44dbcf 100644 --- a/src/game.py +++ b/src/game.py @@ -105,7 +105,9 @@ class EasyGame(PaiaGame): """ # TODO add music or sound bg_path = path.join(ASSET_PATH, "img/background.jpg") - background = create_asset_init_data("background", 800, 600, bg_path, "url") + background = create_asset_init_data( + "background", 800, 600, bg_path, + github_raw_url="https://raw.githubusercontent.com/PAIA-Playful-AI-Arena/easy_game/main/asset/img/background.jpg") scene_init_data = {"scene": self.scene.__dict__, "assets": [ background