Skip to content

Commit

Permalink
Merge pull request #42 from obj1unq/erroresC3
Browse files Browse the repository at this point in the history
cambio de posicion
  • Loading branch information
CristianAFR authored Nov 22, 2023
2 parents 564bba0 + 18ebafd commit e7ddebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nivelx.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ object nivel4 inherits NivelDeJuego {
game.onTick(200, "caminataGuardias", {guardiasNoPerseguidores.perseguir()})
game.onTick(10000, "mostrarCaminos", {caminosValidos.iluminar()})
}

override method generar(){
super()
game.addVisual(sirius)
Expand Down
2 changes: 1 addition & 1 deletion src/tests.wtest
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe "nivel4" {
method initialize(){
nivel4.iniciar()
}

test "harry entra a la zona guardias y no pueden moverse ni el ni sirius"{

harry.entrarEnZonaGuardias()
Expand Down

0 comments on commit e7ddebd

Please sign in to comment.