ig.CONFIG.

COLLISION

Collision 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> ALLOW_FIXED :Number

Whether to allow two fixed entities to collide just like any other entities.

Source:

<static> TILE_CLIMBABLE :Number

Climbable tile.

Source:

<static> TILE_CLIMBABLE_STAIRS :Number

Stairs tile.

Source:

<static> TILE_CLIMBABLE_STAIRS_WITH_TOP :Number

Stairs tile with a top.

Source:

<static> TILE_CLIMBABLE_WITH_TOP :Number

Climbable tile with a top.

Source:

<static> TILE_ONE_WAY_DOWN :Number

One way down tile.

Source:

<static> TILE_ONE_WAY_LEFT :Number

One way left tile.

Source:

<static> TILE_ONE_WAY_RIGHT :Number

One way right tile.

Source:

<static> TILE_ONE_WAY_UP :Number

One way up tile.

Source:

<static> TILE_SOLID :Number

Solid tile.

Source:

<static> TILES_HASH_CLIMBABLE :Array

Hash of climbable collision map tiles.

Source:

<static> TILES_HASH_CLIMBABLE_ONE_WAY :Array

Hash of climbable one way collision map tiles.

Source:

<static> TILES_HASH_CLIMBABLE_STAIRS :Array

Hash of climbable stairs collision map tiles.

Source:

<static> TILES_HASH_ONE_WAY :Array

Hash of one way collision map tiles.

Source:

<static> TILES_HASH_SLOPED :Array

Hash of sloped collision map tiles.

Source:

<static> TILES_HASH_WALKABLE :Array

Hash of walkable collision map tiles.

Source:

<static> TILES_HASH_WALKABLE_STRICT :Array

Hash of strictly walkable, i.e. empty, collision map tiles.

Source: