示例#1
0
文件: Level_1.py 项目: irskep/Gluball
def show_help_4():
    if event.get_flag('help4'):
        return
    else:
        event.set_flag('help4', True)
    event.show_message("RAM IT.")
示例#2
0
文件: Level_1.py 项目: irskep/Gluball
def show_help_2():
    if event.get_flag('help2'):
        return
    else:
        event.set_flag('help2', True)
    event.show_message("Get a bomb and press Z to drop it here")
示例#3
0
文件: Level_1.py 项目: irskep/Gluball
def show_help_3():
    if event.get_flag('help3'):
        return
    else:
        event.set_flag('help3', True)
    event.show_message("Press Escape to reconfigure")
示例#4
0
文件: Level_1.py 项目: irskep/Gluball
def show_help_1():
    if event.get_flag('help1'):
        return
    else:
        event.set_flag('help1', True)
    event.show_message("Hold Shift")