forked from bedohswe/p3he
Compare commits
2 Commits
043606c965
...
9e69321399
Author | SHA1 | Date | |
---|---|---|---|
9e69321399 | |||
837e732efd |
@ -57,7 +57,7 @@ def open_level(path):
|
||||
|
||||
def make_wall(wall_buffer,level):
|
||||
if (len(wall_buffer) != 2):
|
||||
print('Warning: wall buffer not contains 2 points.')
|
||||
print("Warning: wall buffer doesn't contains 2 points.")
|
||||
return
|
||||
|
||||
level.append(
|
||||
|
Loading…
Reference in New Issue
Block a user