Skip to content

Commit

Permalink
agregando mago medio feucho xd
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasSchkurko committed Oct 5, 2024
1 parent c99f229 commit 2d76f2b
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Binary file added Cosas_juego/marcos.psd
Binary file not shown.
Binary file added assets/fedeValverde.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mago1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/marcoRojo.png
Binary file not shown.
Binary file removed assets/marcoVerde.png
Binary file not shown.
Binary file added assets/marcosRojo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion cursor.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object cursor {
method queSoy() = "cursor"
method perderVida(danio) { vida -= danio}

method image() = "marcoRojo.png"
method image() = "marcosRojo.png"

method accion(){
keyboard.right().onPressDo({ self.moverseDerecha() })
Expand Down
2 changes: 1 addition & 1 deletion menu.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object menu {
const position = new MutablePosition(x=0, y=5)
method position() = position

var property imagen = "marcoRojo.png"
var property imagen = "marcosRojo.png"
method image() = imagen

method accion(){
Expand Down
2 changes: 1 addition & 1 deletion plantas.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Guisante{
const property tipo = "guisante"
var property vida=100
method position() = position
var property imagen = "zombie.png"
var property imagen = "mago1.png"
method image() = imagen

method recibeDanio(danio) {
Expand Down

0 comments on commit 2d76f2b

Please sign in to comment.