예제 #1
0
def menu_options():
	''' function called after the user click options menu item'''
	options.options_main()
예제 #2
0
파일: menu.py 프로젝트: loophac/ForkedMagic
def select_language(lang):
    globals.language = lang
    options.options_main()
    globals.gameinformationpanel.display(
        'Save settings and restart the game to accept changes')
예제 #3
0
def select_language(lang):
    globals.language = lang
    options.options_main()
    globals.gameinformationpanel.display('Save settings and restart the game to accept changes')
예제 #4
0
파일: menu.py 프로젝트: loophac/ForkedMagic
def menu_options():
    ''' function called after the user click options menu item'''
    options.options_main()