1 decade ago by Joncom
I've noticed recently, a few times, across a couple different projects, that when I save a level, the level is saved with a problem.
Notice the
This then results in the error:
Any idea what I might be doing to cause this?
ig.module( 'game.levels.track' ) .requires( 'impact.image','' ) .defines(function(){
Notice the
.requires
contains an empty string.This then results in the error:
Failed to load resource: the server responded with a status of 404 (Not Found)
Uncaught Failed to load module at lib/.js required from game.levels.track
Any idea what I might be doing to cause this?