Commit fddc4c5e by BellCodeEditor

save project

parent 5bd2e494
Showing with 1 additions and 0 deletions
...@@ -24,6 +24,7 @@ jumpState = "runing" ...@@ -24,6 +24,7 @@ jumpState = "runing"
t = 30 t = 30
road_x=0 road_x=0
obstacle_list = [bush, stone, cacti] obstacle_list = [bush, stone, cacti]
class Block(): class Block():
def __init__(self,list): def __init__(self,list):
super().__init__() super().__init__()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment