19 lines
359 B
Python
19 lines
359 B
Python
# -------------------------------
|
|
# Difficult Rocket
|
|
# Copyright © 2021-2022 by shenjackyuanjie 3695888@qq.com
|
|
# All rights reserved
|
|
# -------------------------------
|
|
"""
|
|
writen by shenjackyuanjie
|
|
mail: 3695888@qq.com
|
|
github: @shenjackyuanjie
|
|
gitee: @shenjackyuanjie
|
|
"""
|
|
|
|
import mixin
|
|
|
|
|
|
@mixin.mix_tick('maybe?')
|
|
def mixed(game):
|
|
game.speed -= 1
|