Skip to content

Commit

Permalink
release no se crea se vuelve a crear
Browse files Browse the repository at this point in the history
  • Loading branch information
polmarrod committed Dec 13, 2023
1 parent ccaee17 commit 0e533fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images.g.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Auto-generated code. Do not edit.
// Código generado automáticamente. No editar.
namespace myImages {

helpers._registerFactory("image", function(name: string) {
Expand Down Expand Up @@ -1332,4 +1332,4 @@ f f f f f f f f f f f f f f f f
})

}
// Auto-generated code. Do not edit.
// Código generado automáticamente. No editar.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ def deathMario():
sprites.destroy_all_sprites_of_kind(SpriteKind.Shroom)
sprites.destroy_all_sprites_of_kind(SpriteKind.Turtle)
sprites.destroy_all_sprites_of_kind(SpriteKind.Shell)
marioLevel.set_image(assets.image("""mario_right"""))
marioLevel.vy = 0
marioLevel.ay = 350
controller.move_sprite(marioLevel,100,0)
Expand Down
1 change: 1 addition & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ function deathMario() {
sprites.destroyAllSpritesOfKind(SpriteKind.Shroom)
sprites.destroyAllSpritesOfKind(SpriteKind.Turtle)
sprites.destroyAllSpritesOfKind(SpriteKind.Shell)
marioLevel.setImage(assets.image`mario_right`)
marioLevel.vy = 0
marioLevel.ay = 350
controller.moveSprite(marioLevel, 100, 0)
Expand Down
4 changes: 2 additions & 2 deletions tilemap.g.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Auto-generated code. Do not edit.
// Código generado automáticamente. No editar.
namespace myTiles {
//% fixedInstance jres blockIdentity=images._tile
export const transparency16 = image.ofBuffer(hex``);
Expand Down Expand Up @@ -293,4 +293,4 @@ namespace myTiles {
})

}
// Auto-generated code. Do not edit.
// Código generado automáticamente. No editar.

0 comments on commit 0e533fd

Please sign in to comment.