game: online: recoded but collision not work
This commit is contained in:
@ -5,7 +5,7 @@ class Position:
|
||||
|
||||
def __init__(self, location: int | Point = 0, time: int = 0) -> None:
|
||||
self.time: float = time
|
||||
self.location: float = location
|
||||
self.location: float | Point = location
|
||||
|
||||
def copy(self):
|
||||
try:
|
||||
|
Reference in New Issue
Block a user