Changed island on main menu

This commit is contained in:
theo@manjaro 2021-09-18 11:23:05 +02:00
parent 00ee61474e
commit a5604fa6e6
2 changed files with 1 additions and 1 deletions

BIN
gamedata/assets/islands.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -6,7 +6,7 @@ class MenuBackground(BaseObject):
super().__init__(0,0,game,game.DISPLAY_WIDTH,game.DISPLAY_HEIGHT)
# Islands
self.sprite = game.sprite_lib["ingame.png"]
self.sprite = game.sprite_lib["islands.png"]
self.depth = -2