Skip to content

Commit 070a027

Browse files
committed
Posição de Ator
1 parent 979c788 commit 070a027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def calcular_posicao(self, tempo):
3838
:param tempo: o tempo do jogo
3939
:return: posição x, y do ator
4040
"""
41-
return 1, 1
41+
return self.x, self.y
4242

4343
def colidir(self, outro_ator, intervalo=1):
4444
"""

0 commit comments

Comments
 (0)