From 709a74a76a38f2a1eab790c722fcd35551c9f6a2 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Thu, 7 Sep 2023 11:45:44 +0200 Subject: [PATCH] No se --- game.lua | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) mode change 120000 => 100644 game.lua diff --git a/game.lua b/game.lua deleted file mode 120000 index 4bc6e9d..0000000 --- a/game.lua +++ /dev/null @@ -1,20 +0,0 @@ -function init() - mode(0) - cls() - play("o4v5l1crcl4dcferl1crcl4dcgfr") -end - -function update() - cls() - locate(0,0) - if mousebutton(1) then - print("Has pulsat el boto esquerre") - elseif mousebutton(2) then - print("Has pulsat el boto del mig") - elseif mousebutton(3) then - print("Has pulsat el boto dret") - else - print("No has pulsat cap boto") - end - -end \ No newline at end of file diff --git a/game.lua b/game.lua new file mode 100644 index 0000000..d18009e --- /dev/null +++ b/game.lua @@ -0,0 +1,8 @@ +function init() + mode(0) + cls() + print("HOLA MUNDO!") +end + +function update() +end \ No newline at end of file