- Canvis per a adaptar el codi a mini v0.9.95
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user