There was an error while loading. Please reload this page.
1 parent 979c788 commit 070a027Copy full SHA for 070a027
1 file changed
atores.py
@@ -38,7 +38,7 @@ def calcular_posicao(self, tempo):
38
:param tempo: o tempo do jogo
39
:return: posição x, y do ator
40
"""
41
- return 1, 1
+ return self.x, self.y
42
43
def colidir(self, outro_ator, intervalo=1):
44
0 commit comments