Improved notes a bit more.

This commit is contained in:
Devine Lu Linvega 2016-11-12 21:35:37 -08:00
parent 4b1f6913e8
commit e375dbe0c1

View File

@ -3,12 +3,15 @@
Canvas Canvas
@ 100 100 ; New canvas of size @ 100 100 ; New canvas of size
@ ? ; Clear canvas
Layers Layers
# 1 ; ? # 3 ; Layer 3
# ? ; Layer 1
Background Fill Background Fill
* ff00ff ; Fill background with color * ff00ff ; Fill background with color
* ? ; Remove background
Save File Save File
$ new_name.jpg ; Create a new file with name $ new_name.jpg ; Create a new file with name
@ -20,20 +23,23 @@ $ new_name.jpg ; Create a new file with name
& 10 1 ; Size 10 & 10 1 ; Size 10
& 1 0 ; Eraser, Size 1 & 1 0 ; Eraser, Size 1
& 4 1 ff0000 ; Red brush, Size 4 & 4 1 ff0000 ; Red brush, Size 4
& ? ; Size 1, black
Pointers Pointers
+ 10 0 ; Add pointer at pos > 10 0 ; Add pointer at pos
- 10 0 ; Remove pointer at pos > 10 0 ; Remove pointer at pos
+ 0 0 400 0 ; Mirror X, at 400px > 0 0 400 0 ; Mirror X, at 400px
+ 0 !S ; Speed is y offset > 0 _S ; Speed is y offset
> ? ; Remove pointers
Zoom Zoom
= 100 ; Zoom factor = 75 ; Zoom factor
= ? ; Zoom 100%
Guides Guides
| 10 10 100 100 ; Draw a guide | 10 10 100 100 ; Draw a guide
| ? ; Remove guides
Formatting Formatting
; ; Split into multiple commands ; ; Split into multiple commands
! ; Variable with name _ ; Variable with name
? ; Unknown.