Change Spain's flag to Mexico's Flag

This commit is contained in:
Nutbuster 2022-11-03 08:12:19 +11:00
parent dc2abc5494
commit 00a49d2342
3 changed files with 1 additions and 1 deletions

BIN
game/gui/flag/Mexico.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@ -8,7 +8,7 @@ instead of the dynamic displayable stuff
init python:
list_langs_buttons = [
{'image': 'gui/flag/USofA.png', 'name': 'English', 'value': None },
{'image': 'gui/flag/spain.png', 'name': 'Español', 'value': 'test'}
{'image': 'gui/flag/Mexico.png', 'name': 'Español', 'value': 'test'}
]
class LangCave: #todo: think of a better name