Skip to content

Commit

Permalink
Arreglo sintaxis de salto
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucard02 committed Nov 10, 2024
1 parent cf7f55b commit bb48a64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file added assets/dinoCoin.mp3
Binary file not shown.
4 changes: 1 addition & 3 deletions example.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ object juegoDeDinosaurio {
game.whenCollideDo(dinosaurio, { elemento => elemento.teChocoElDino() })
}
}
object soundProgram {
keyboard.up().onPressDo({dinosaurio.saltar()})
}

object normal {
method puntosRestados(n) = n

Expand Down

0 comments on commit bb48a64

Please sign in to comment.