Skip to content

Commit

Permalink
Mas pruebas de Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MatePirchi committed Nov 8, 2024
1 parent d0af867 commit 94806df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juego.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class Pieza{//un "pixel" del bloque de tetris

}

class Tipo_bloqueSombra inherits BloqueTetris(){
class Tipo_bloqueSombra inherits BloqueTetris{
method descender(){
if(controlador.dirEstaLibre("abajo", [a, b, c, d])){
self.caer()
Expand Down

0 comments on commit 94806df

Please sign in to comment.