Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

D's Levels

An asset by dmoreland117
The page banner background of a mountain and forest
D's Levels thumbnail image
D's Levels thumbnail image
D's Levels hero image

Quick Information

0 ratings
D's Levels icon image
dmoreland117
D's Levels

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

Supported Engine Version
4.4
Version String
1.0.0-alpha.5.1
License Version
MIT
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL

D's Level Manager (Alpha 1.0)

README Level Manager UI

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

  1. Clone this repo
git clone https://github.com/dmoreland117/d-s-levels.git
  1. Copy the addons/ds_levels into your projects addons folder
  2. Open your godot project and enable the d's levels plugin
  3. somewhere in your project create resource files with the types LevelDataStorage and LoadingScreneDataStorage
  4. 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
  5. Now you can add Levels and Loading Screens in the levels tab at the top of the scren.
  6. in your game world add a LevelContainer2D, 3D
  7. 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

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
D's Levels icon image
dmoreland117
D's Levels

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

Supported Engine Version
4.4
Version String
1.0.0-alpha.5.1
License Version
MIT
Support Level
community
Modified Date
1 day ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers