nicolasgramlich / AndEngineExamples

AndEngine - Examples
http://www.andengine.org
375 stars 332 forks source link

Restore LevelLoaderExample #20

Open nazgee opened 12 years ago

nazgee commented 12 years ago

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.

nazgee commented 12 years ago

LevelLoaderUtils: https://github.com/nicolasgramlich/AndEngine/pull/145