Skip to content

Commit

Permalink
pelota animada
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed Oct 17, 2023
1 parent 9545ed5 commit 0fc2a61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/assets/pelotaAnimada.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 src/escenas/libroPrimaria/EscenaChuy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class EscenaChuy extends EscenaDesdeMapa {

this.obtenerActoresConEtiqueta("PelotaAnimada").forEach(actor => {
actor.aprender(Flotar, { Desvio: 4 });
actor.escala *= this.escalaSegunCuadricula(0.5);
actor.escala *= this.escalaSegunCuadricula(0.1);
});

this.obtenerActoresConEtiqueta("PingPong").forEach(actor => {
Expand Down

0 comments on commit 0fc2a61

Please sign in to comment.