ImpactJS-Scene-Manager icon indicating copy to clipboard operation
ImpactJS-Scene-Manager copied to clipboard

This is a plugin for the ImpactJS game engine, design to help you more efficiently manage the various scenes within your game.

Results 1 ImpactJS-Scene-Manager issues
Sort by recently updated
recently updated
newest added

i created this simple scene. but i can't get collisions in LevelMain to work. what am i doing wrong ? ``` ig.module( 'game.scenes.mainScene' ) .requires( 'impact.entity', 'game.entities.ent1', 'game.entities.en2', 'game.levels.main', 'plugins.scene_manager'...