コード例 #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")