ig.CONFIG.

PLAYER_MANAGER

Player manager 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> AUTO_MANAGE_PLAYER :Boolean

Whether to automatically manage player if within level.

Default Value:
  • true
Source:

<static> HOLD_TO_MOVE :Boolean

Whether to allow touch/click and hold to be interpreted as movement.

Default Value:
  • true
Source:

<static> SWIPE_TO_JUMP :Boolean

Whether to allow swipe up to be interpreted as jump.

Default Value:
  • true
Source: