Skip to content

Commit

Permalink
termina al chocar
Browse files Browse the repository at this point in the history
  • Loading branch information
castiel21 committed Oct 1, 2024
1 parent 2eadfac commit b08cb30
Show file tree
Hide file tree
Showing 2 changed files with 721 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dinoGame.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@ object cactus {
}

method mover(){
// ha completar
position = position.left(1)
}

method chocar(){
//COMPLETAR
game.stop()
}

method detener(){
//COMPLETAR

}
}

Expand Down
Loading

0 comments on commit b08cb30

Please sign in to comment.