update background.jpg

This commit is contained in:
Kylin_on_Mac 2022-06-07 10:31:50 +08:00
parent 757adbf542
commit 59cf32675a
2 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1018 KiB

After

Width:  |  Height:  |  Size: 317 KiB

View File

@ -105,7 +105,9 @@ class EasyGame(PaiaGame):
""" """
# TODO add music or sound # TODO add music or sound
bg_path = path.join(ASSET_PATH, "img/background.jpg") 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__, scene_init_data = {"scene": self.scene.__dict__,
"assets": [ "assets": [
background background