Changed island on main menu
This commit is contained in:
parent
00ee61474e
commit
a5604fa6e6
BIN
gamedata/assets/islands.png
Normal file
BIN
gamedata/assets/islands.png
Normal file
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)
|
super().__init__(0,0,game,game.DISPLAY_WIDTH,game.DISPLAY_HEIGHT)
|
||||||
|
|
||||||
# Islands
|
# Islands
|
||||||
self.sprite = game.sprite_lib["ingame.png"]
|
self.sprite = game.sprite_lib["islands.png"]
|
||||||
|
|
||||||
self.depth = -2
|
self.depth = -2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user