From e375dbe0c106bbcbb21944396249059a2848d5f0 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sat, 12 Nov 2016 21:35:37 -0800 Subject: [PATCH] Improved notes a bit more. --- _notes.txt | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/_notes.txt b/_notes.txt index b6c0656..ddb9214 100644 --- a/_notes.txt +++ b/_notes.txt @@ -3,12 +3,15 @@ Canvas @ 100 100 ; New canvas of size +@ ? ; Clear canvas Layers -# 1 ; ? +# 3 ; Layer 3 +# ? ; Layer 1 Background Fill * ff00ff ; Fill background with color +* ? ; Remove background Save File $ 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 & 1 0 ; Eraser, Size 1 & 4 1 ff0000 ; Red brush, Size 4 +& ? ; Size 1, black 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 +> 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 +> ? ; Remove pointers Zoom -= 100 ; Zoom factor += 75 ; Zoom factor += ? ; Zoom 100% Guides | 10 10 100 100 ; Draw a guide +| ? ; Remove guides Formatting ; ; Split into multiple commands -! ; Variable with name -? ; Unknown. \ No newline at end of file +_ ; Variable with name \ No newline at end of file