Changed island on main menu

pull/1/head
theo@manjaro 2 years ago
parent 00ee61474e
commit a5604fa6e6

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

@ -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

Loading…
Cancel
Save