Skip to content

Commit

Permalink
Jueguito Terminado v2.0.0.0.0.0.0.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoVinaccia committed Nov 13, 2024
1 parent 2927a36 commit b328c63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/spawn.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ object spawnEnemigo {
// ALFIL = 20%
// TORRE = 20%
// REINA = 10%
// const pieza = [new Peon(), new Peon(), new Peon()
// , new Caballo(), new Caballo()
// , new Alfil(), new Alfil()
// ,new Torre(), new Torre()
// ,new Reina()].anyOne()
const pieza = [new Peon(), new Peon(), new Peon()
, new Caballo(), new Caballo()
, new Alfil(), new Alfil()
,new Torre(), new Torre()
,new Reina()].anyOne()

const pieza = [new Reina()].anyOne()
// const pieza = [new Reina()].anyOne()
juegoAjedrez2.agregarVisual(pieza)
pieza.empezarMoverse()
}
Expand Down

0 comments on commit b328c63

Please sign in to comment.