Skip to content

Commit

Permalink
Fix board ground aunque se ve raro
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed May 19, 2024
1 parent fec91bd commit 0da61d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion game/pgmMain.wpgm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ program tamagotchi {
game.title("Tamagotchi")
game.height(10)
game.width(10)
game.ground("suelo.png")
game.boardGround("suelo.png")

game.addVisual(comida)
game.addVisual(juego)
Expand All @@ -26,4 +26,6 @@ program tamagotchi {
game.say(mascota, "Presiona ESPACIO para interactuar con los objetos")

game.start()

game.boardGround("suelo.png")
}
7 changes: 7 additions & 0 deletions log/wollok.log
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,10 @@
{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed game.pgmMain.tamagotchi on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","timeElapsed":162886,"timestamp":"2024-05-19T21:58:46.497Z"}
{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed game.pgmMain.tamagotchi on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","timeElapsed":154231,"timestamp":"2024-05-19T22:01:23.778Z"}
{"failures":[],"level":"info","message":"🧪 Test runner executed matching testMascotaTest.\"Mascota\" on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","result":{"failed":0,"ok":10},"timeElapsed":293,"timestamp":"2024-05-19T22:02:22.961Z"}
{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed game.pgmMain.tamagotchi on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","timeElapsed":340923,"timestamp":"2024-05-19T22:07:27.484Z"}
{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed game.pgmMain.tamagotchi on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","timeElapsed":36903,"timestamp":"2024-05-19T22:08:07.875Z"}
{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed game.pgmMain.tamagotchi on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","timeElapsed":22446,"timestamp":"2024-05-19T22:08:32.671Z"}
{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed game.pgmMain.tamagotchi on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","timeElapsed":259534,"timestamp":"2024-05-19T22:12:55.568Z"}
{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed game.pgmMain.tamagotchi on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","timeElapsed":323775,"timestamp":"2024-05-19T22:18:23.961Z"}
{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed game.pgmMain.tamagotchi on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","timeElapsed":7205,"timestamp":"2024-05-19T22:18:35.384Z"}
{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed game.pgmMain.tamagotchi on /home/dodain/workspace/wollok-dev/wollok-workspace/migracion-proyectos/tamagotchiGameComposicion","timeElapsed":40859,"timestamp":"2024-05-19T22:19:18.028Z"}

0 comments on commit 0da61d4

Please sign in to comment.