Skip to content

Commit

Permalink
Probando slime
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasSchkurko committed Oct 3, 2024
1 parent 30f1bdb commit 7cce3a8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added Cosas_juego/New Piskel.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 Cosas_juego/slime_base.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/slime base.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 zombie.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class ZombiesNormales {
const position = new MutablePosition(x=10, y=0.randomUpTo(5).truncate(0))
var property moverse = true /*va a servir para hacer que deje de avanzar*/
method position() = position
var property imagen = "durisimoHelmano.gif"
var property imagen = "slime_base.png"
method image() = imagen

method movete() {
Expand Down

0 comments on commit 7cce3a8

Please sign in to comment.