Compare commits
No commits in common. "371491a607164dee638dba4b97b8c7d55447764a" and "7786e953abbc4ac7f50c5d6f545708cc5c7f5651" have entirely different histories.
371491a607
...
7786e953ab
@ -1,6 +1,4 @@
|
|||||||
from os import makedirs
|
from os import makedirs
|
||||||
from time import time
|
|
||||||
|
|
||||||
class Segment:
|
class Segment:
|
||||||
def __init__(self,bA,cA,cB,trColor):
|
def __init__(self,bA,cA,cB,trColor):
|
||||||
self.isFinite = bA
|
self.isFinite = bA
|
||||||
@ -49,7 +47,7 @@ def save_level(level):
|
|||||||
|
|
||||||
def open_level(path):
|
def open_level(path):
|
||||||
save = open(path, "r")
|
save = open(path, "r")
|
||||||
r = save.read()
|
r = save.read()
|
||||||
save.close()
|
save.close()
|
||||||
return r
|
return r
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user