Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser



Quick Information

A simple level manager for Godot.for more info see the repo at https://github.com/dmoreland117/d-s-levelsor the wiki athttps://github.com/dmoreland117/d-s-levels/wiki
D's Level Manager (Alpha 1.0)
A Level Manager built for the Godot Engine using GDScript. If you would like to contribute let me know at [email protected]
Freatures
- Level Management UI for adding, removing and editing Level info.
- Loading Screen management UI
- In game loading of levels via the Levels Singleton
- Can Automatically show Loading Screens while chaanging Levels.
Ussage
- Clone this repo
git clone https://github.com/dmoreland117/d-s-levels.git
- Copy the addons/ds_levels into your projects addons folder
- Open your godot project and enable the d's levels plugin
- somewhere in your project create resource files with the types LevelDataStorage and LoadingScreneDataStorage
- re-open the Project Settings and navigate to ds levels > directories and set the loading screen and level storage paths to the files created in step 4
- Now you can add Levels and Loading Screens in the levels tab at the top of the scren.
- in your game world add a LevelContainer2D, 3D
- in script call
Levels.change_to_level(Levels.get_level_storage().get_data_by_label('lvl2'), 'spawn_point'. {'arg 1': 'hello'})
TODO
- Clean up code a bit
- Write docs
- Post a demo Video
A simple level manager for Godot.
for more info see the repo at https://github.com/dmoreland117/d-s-levels
or the wiki at
https://github.com/dmoreland117/d-s-levels/wiki
Reviews
Quick Information

A simple level manager for Godot.for more info see the repo at https://github.com/dmoreland117/d-s-levelsor the wiki athttps://github.com/dmoreland117/d-s-levels/wiki