- lua should use prnt for onscreen text
This commit is contained in:
@@ -6,7 +6,7 @@ end
|
|||||||
|
|
||||||
function _update()
|
function _update()
|
||||||
cls(20)
|
cls(20)
|
||||||
print(text,x,60)
|
prnt(text,x,60)
|
||||||
x=x+1
|
x=x+1
|
||||||
if x>160 then x=-strlen(text)*4 end
|
if x>160 then x=-strlen(text)*4 end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user