forked from wh0am1-dev/pico8-api
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Updates To Make
Each h2
represents a tab in the API, and each h3
represents a section in that tab. Each element should reference a change in the API, a tweet, or otherwise worthwhile knowledge not present in the version available now. This means including a link.
P8SCII
Special Commands
These changes are reflected to match the current docs.
- Add the following:
d -- set delay to P0 frames for every character printed
r -- set rhs character wrap boundary to P0*4
-- All of these are strings used in the print function
1..9 -- skip 1,2,4,8,16,32..256 frames
c -- cls to colour P0, set cursor to 0,0
d -- set delay to P0 frames for every character printed
g -- set cursor position to home
h -- set home to cursor position
j -- jump to absolute P0*4, P1*4 (in screen pixels)
r -- set rhs character wrap boundary to P0*4
s -- set tab stop width to P0 pixels (used by "\t")
x -- set character width (default: 4)
y -- set character height (default: 6)
New Sections
System
This entire section is going to be created to separate what is currently just PICO-8.
Some things like _INIT
and EXPORT
will stay as in PICO-8 as they are engine related, while other items like FOLDER
and SHUTDOWN
will move to the new System tab.
Many entries need more information including:
- import
- export
- info
- help Ctrl + U
iiviigames
Metadata
Metadata
Assignees
Labels
No labels