Fied issue with the guide's hint message.
This commit is contained in:
parent
e06cdf864a
commit
404ee40160
@ -84,7 +84,13 @@ $ ! ; Clear temporary storage
|
|||||||
45' ; degree: 45/365
|
45' ; degree: 45/365
|
||||||
rate:10 ; variable: rate = 10
|
rate:10 ; variable: rate = 10
|
||||||
"foo" ; string: foo
|
"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
|
#Presets
|
||||||
|
@ -2,6 +2,7 @@ function Overlay(element)
|
|||||||
{
|
{
|
||||||
Module.call(this);
|
Module.call(this);
|
||||||
|
|
||||||
|
this.parameters = [Position,Rect];
|
||||||
this.element = element;
|
this.element = element;
|
||||||
|
|
||||||
// Module
|
// Module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user