fix: game: 2d work
This commit is contained in:
@ -20,7 +20,6 @@ class Point:
|
||||
return dist((point.x, point.y), (self.x, self.y))
|
||||
|
||||
def copy(self):
|
||||
|
||||
return Point(self.x, self.y)
|
||||
|
||||
def to_dict(self) -> dict:
|
||||
|
Reference in New Issue
Block a user