mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
Change Spain's flag to Mexico's Flag
This commit is contained in:
parent
dc2abc5494
commit
00a49d2342
3 changed files with 1 additions and 1 deletions
BIN
game/gui/flag/Mexico.png
Normal file
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 |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue