AndEngineExamples
AndEngineExamples copied to clipboard
Restore LevelLoaderExample
Along with restoring LevelLoaderExample and fixing the example.lvl this patch also makes use of LevelLoaderUtils- new utility class to simplify working with XML-based leveles.
It shows how position and size of an Entity can be easily restored from level description using LevelLoaderUtils. It still does not show how to dump a level, though.
LevelLoaderUtils: https://github.com/nicolasgramlich/AndEngine/pull/145