MINI v.0.9.64d:
- [NEW] origin(x,y) sets the origin of the coordinate system. - [FIX] false extern declaration removed. - MINI_VERSION has its own header file.
This commit is contained in:
@@ -17,7 +17,9 @@ function normal_update()
|
||||
view(10,10,140,100)
|
||||
cls(3)
|
||||
prnt("HOLA",0,0)
|
||||
prnt(text,x,60)
|
||||
origin(70,50)
|
||||
prnt("ORIGIN",0,0)
|
||||
prnt(text,x,10)
|
||||
if btnp(keyRight) then x=x+1 end
|
||||
if btnp(keyLeft) then x=x-1 end
|
||||
if btnp(KEY_SPACE) then
|
||||
|
||||
Reference in New Issue
Block a user