I'm using the following code to push an image drawable to my world.
scale: 0.4
});
World.drawables.push(image);
When I use this code it breaks my world and my object will no longer detect. Am I doing this properly?
Hi Joe,
Which SDK version are you using? Is this happening on Android or iOS? What exactly is the error message?
Thx and greetingsNicola
Joe Scotto
I'm using the following code to push an image drawable to my world.
scale: 0.4
});
World.drawables.push(image);
When I use this code it breaks my world and my object will no longer detect. Am I doing this properly?