Clean up notes even further.
This commit is contained in:
parent
bae0b4fef4
commit
4b1f6913e8
26
_notes.txt
26
_notes.txt
@ -2,28 +2,24 @@
|
|||||||
Ronin
|
Ronin
|
||||||
|
|
||||||
Canvas
|
Canvas
|
||||||
@ 100 100
|
@ 100 100 ; New canvas of size
|
||||||
|
|
||||||
Scale
|
|
||||||
~ 100 100
|
|
||||||
|
|
||||||
Layers
|
Layers
|
||||||
# 1
|
# 1 ; ?
|
||||||
> Next Layer
|
|
||||||
< Prev Layer
|
|
||||||
|
|
||||||
Background Fill
|
Background Fill
|
||||||
* ff00ff ; Fill background with color
|
* ff00ff ; Fill background with color
|
||||||
|
|
||||||
Save File
|
Save File
|
||||||
$ new_name.jpg
|
$ new_name.jpg ; Create a new file with name
|
||||||
|
|
||||||
Load File
|
Load File
|
||||||
/ file_name.jpg
|
/ file_name.jpg 10 10 100 100 ; Load image into canvas, at position 10,10
|
||||||
|
|
||||||
Brush
|
Brush
|
||||||
& 10 ; Size
|
& 10 1 ; Size 10
|
||||||
& 1 ff0000 0 ; Eraser
|
& 1 0 ; Eraser, Size 1
|
||||||
|
& 4 1 ff0000 ; Red brush, Size 4
|
||||||
|
|
||||||
Pointers
|
Pointers
|
||||||
+ 10 0 ; Add pointer at pos
|
+ 10 0 ; Add pointer at pos
|
||||||
@ -34,8 +30,10 @@ $ new_name.jpg
|
|||||||
Zoom
|
Zoom
|
||||||
= 100 ; Zoom factor
|
= 100 ; Zoom factor
|
||||||
|
|
||||||
Formatting
|
|
||||||
; ; Split into multiple commands
|
|
||||||
|
|
||||||
Guides
|
Guides
|
||||||
| 10 10 100 100 ; Draw a guide
|
| 10 10 100 100 ; Draw a guide
|
||||||
|
|
||||||
|
Formatting
|
||||||
|
; ; Split into multiple commands
|
||||||
|
! ; Variable with name
|
||||||
|
? ; Unknown.
|
Loading…
x
Reference in New Issue
Block a user