41 lines
749 B
Plaintext
41 lines
749 B
Plaintext
|
|
Ronin
|
|
|
|
Canvas
|
|
@ 100 100
|
|
|
|
Scale
|
|
~ 100 100
|
|
|
|
Layers
|
|
# 1
|
|
> Next Layer
|
|
< Prev Layer
|
|
|
|
Background Fill
|
|
* ff00ff ; Fill background with color
|
|
|
|
Save File
|
|
$ new_name.jpg
|
|
|
|
Load File
|
|
/ file_name.jpg
|
|
|
|
Brush
|
|
& 10 ; Size
|
|
& 1 ff0000 0 ; Eraser
|
|
|
|
Pointers
|
|
+ 10 0 ; Add pointer at pos
|
|
- 10 0 ; Remove pointer at pos
|
|
+ 0 0 400 0 ; Mirror X, at 400px
|
|
+ 0 !S ; Speed is y offset
|
|
|
|
Zoom
|
|
= 100 ; Zoom factor
|
|
|
|
Formatting
|
|
; ; Split into multiple commands
|
|
|
|
Guides
|
|
| 10 10 100 100 ; Draw a guide |