コード例 #1
0
ファイル: main_state.py プロジェクト: kshg1324/2DGP
def exit():
    game_world.clear()
コード例 #2
0
def exit():
    global is_crush
    del (is_crush)
    game_world.clear()
コード例 #3
0
def exit():
#    global boy, grass
#    del boy
#    del grass
    game_world.clear()
コード例 #4
0
def exit():
    game_world.clear()
    global image
    del (image)
    pass
コード例 #5
0
def exit():
    global mario, map, enemy, object
    game_world.clear()
    pass
コード例 #6
0
def exit():
    global selected_character
    del (selected_character)
    game_world.clear()
コード例 #7
0
def exit():
    global player, background, ui
    game_world.clear()
    ally.ReloadMan.giving_snow_queue.clear()
    ally.Storage.num_ammo[0] = 0
コード例 #8
0
ファイル: dead_state.py プロジェクト: dlwngh1113/2DGP
def exit():
    global image
    game_world.clear()
    del image
    pass
コード例 #9
0
def exit():
    global background
    game_world.clear()
    del background
コード例 #10
0
def exit():
    bgm.stop()
    # score, money parsing
    result_scene.score = score
    result_scene.money = money
    game_world.clear()
コード例 #11
0
def exit():
    global background_image

    del background_image
    game_world.clear()
コード例 #12
0
def exit():
    ranking_save()
    game_world.clear()