ig.CONFIG.

OVERLAY

Overlay base configuration settings. IMPORTANT: Don't modify config directly! (see example)

Author:
  • Collin Hover - collinhover.com
Source:
// in order to add your own custom configuration to Impact++
// edit the file defining ig.CONFIG_USER, 'plusplus.config-user'
// ig.CONFIG_USER is never modified by Impact++ (it is strictly for your use)
// ig.CONFIG_USER is automatically merged over Impact++'s config

<static> ALPHA :Number

Alpha value from 0 to 1.

Default Value:
  • 0.8
Source:

<static> B :Number

Blue value from 0 to 1.

Default Value:
  • 0
Source:

<static> G :Number

Green value from 0 to 1.

Default Value:
  • 0
Source:

<static> PIXEL_PERFECT :Boolean

Whether overlay should be drawn and scaled pixel perfectly. IMPORTANT: pixel perfect scaling has a very high performance cost, use carefully!

Default Value:
  • false
Source:

<static> R :Number

Red value from 0 to 1.

Default Value:
  • 0
Source: