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:
2023-07-05 07:58:31 +02:00
parent dab7a96ec2
commit 9b99aa23cf
5 changed files with 22 additions and 3 deletions

View File

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