From 0da61d437bf869b1e3c266b1cbb4d0ba5e0f6695 Mon Sep 17 00:00:00 2001 From: Fernando Dodino Date: Sun, 19 May 2024 19:23:28 -0300 Subject: [PATCH] Fix board ground aunque se ve raro --- game/pgmMain.wpgm | 4 +++- log/wollok.log | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/game/pgmMain.wpgm b/game/pgmMain.wpgm index 9072ee2..1adf517 100644 --- a/game/pgmMain.wpgm +++ b/game/pgmMain.wpgm @@ -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) @@ -26,4 +26,6 @@ program tamagotchi { game.say(mascota, "Presiona ESPACIO para interactuar con los objetos") game.start() + + game.boardGround("suelo.png") } \ No newline at end of file diff --git a/log/wollok.log b/log/wollok.log index 9b17083..87e13eb 100644 --- a/log/wollok.log +++ b/log/wollok.log @@ -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"}