henrikkee Posted October 20, 2015 Share Posted October 20, 2015 I'm making i new game, that i'm trying to insert enemies ("inimigos" in my language) by Tiled, But its going wrong wrong. Can anyone help? Code:inimigos = game.add.group();inimigos.enableBody = true;map.createFromObjects('inimigos', 1, 'sprites' ,0, true, false, inimigos);Image: Link to comment Share on other sites More sharing options...
drhayes Posted October 21, 2015 Share Posted October 21, 2015 What's going wrong? Can you post the error? Link to comment Share on other sites More sharing options...
henrikkee Posted October 21, 2015 Author Share Posted October 21, 2015 What's going wrong? Can you post the error?It's not an error, it just dont show the enemy, so i think i put something wrong Link to comment Share on other sites More sharing options...
Recommended Posts