Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed Nov 7, 2023
1 parent 2c5cc8e commit 4c1f9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/actores/segundoCiclo/Manic/Manic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Manic extends ActorAnimado {
}
}

//Usado para ejercicios de Manic dibujando, se necesita tener la grilla con mayor espacio para que no sea vea feo al dibujar y rotar, ya que el dibujo sale desde el centro de la imagen.
class ManicDibujando extends ActorAnimado {
static _grilla = 'actor.manicDibujando.png'

Expand Down
2 changes: 1 addition & 1 deletion src/comportamientos/DibujarLinea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Está pensado para iniciar la línea en el centro del receptor.
// Esto hace que no haya que hacer cálculos ni aprender qué significa Shape.regX ó cómo lo usa pilas.
// Llámenme cobarde, sí. Perdón.
// Llámenme cobarde, sí. Perdón. (x2)
class DibujarLinea extends MovimientoAnimado {

iniciar(receptor) {
Expand Down

0 comments on commit 4c1f9d4

Please sign in to comment.