Fied issue with the guide's hint message.

This commit is contained in:
Devine Lu Linvega 2016-11-17 13:19:32 -08:00
parent e06cdf864a
commit 404ee40160
2 changed files with 8 additions and 1 deletions

View File

@ -84,7 +84,13 @@ $ ! ; Clear temporary storage
45' ; degree: 45/365
rate:10 ; variable: rate = 10
"foo" ; string: foo
{40w} ; dynamic: 120px, 40% canvas width
{40w} ; constant: 120px, 40% canvas width
```
#Constants
```
w ; percentage of canvas width
h ; percentage of canvas height
```
#Presets

View File

@ -2,6 +2,7 @@ function Overlay(element)
{
Module.call(this);
this.parameters = [Position,Rect];
this.element = element;
// Module