- Canvis per a adaptar el codi a mini v0.9.95

This commit is contained in:
2024-02-15 13:54:34 +01:00
parent 00423dfd73
commit d5a886987d
7 changed files with 29 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ textbox={
rect(40,70, 120, 80,8)
if textbox.value then
prnt(textbox.value,43,73)
if (flr(time()*4)%2)==0 then
if (math.floor(time()*4)%2)==0 then
prnt("_",43+#textbox.value*4,73)
end
end