removed a bad function
This commit is contained in:
parent
a639b67972
commit
ed85380824
@ -23,10 +23,6 @@ class GameMap:
|
|||||||
else:
|
else:
|
||||||
raise IndexError("Mark added beyond preset max values (max_x - " + self.max_size_x + ", max_y - " + self.max_size_y + ".")
|
raise IndexError("Mark added beyond preset max values (max_x - " + self.max_size_x + ", max_y - " + self.max_size_y + ".")
|
||||||
|
|
||||||
|
|
||||||
def equal(what, to):
|
|
||||||
what = to
|
|
||||||
|
|
||||||
|
|
||||||
def clear_map(self):
|
def clear_map(self):
|
||||||
self.data = {}
|
self.data = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user