This commit is contained in:
2023-09-07 11:45:44 +02:00
parent b2a96309e5
commit 709a74a76a

View File

@@ -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

8
game.lua Normal file
View File

@@ -0,0 +1,8 @@
function init()
mode(0)
cls()
print("HOLA MUNDO!")
end
function update()
end