LevelEditor Example
Genre |
Felgo Level Editor
|
Project Location |
<Path to your Felgo SDK>/Examples/Felgo/examples/level/ |
To run this demo, open the .pro file with Qt Creator. This demo is also available for quick testing with the Felgo Sample Launcher
|
Description
This example shows all of the functionality of the LevelEditor:
- Create new levels with draggable entities
-
ItemEditor usage to modify the entity properties at runtime
- Store levels with a custom levelName
- Load levels
- Remove levels
- Duplicate levels
- Different level locations
- Export levels to bundle them with the application
The LevelEditor is also used in the Squaby Demo, which can be taken as a reference implementation in a real game.