Compare commits
3 Commits
7786e953ab
...
371491a607
Author | SHA1 | Date | |
---|---|---|---|
371491a607 | |||
799165b225 | |||
1e18630c44 |
@ -1,4 +1,6 @@
|
|||||||
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
|
||||||
@ -47,7 +49,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…
Reference in New Issue
Block a user