Added units

This commit is contained in:
Devine Lu Linvega 2016-11-14 07:46:30 -08:00
parent 4c31afdafb
commit 613ce78616

View File

@ -74,4 +74,13 @@ $ new_name.jpg ; Create a new file with name
``` ```
# 3 ; Layer 3 # 3 ; Layer 3
# ? ; Layer 1 # ? ; Layer 1
``` ```
#Units
```
5 ; 5px
5w ; 5% of canvas width
7h ; 7% of canvas height
5s ; Brush speed
{5h - 5s} ; 5% of canvas width, minus brush speed
```