Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 801 Bytes

File metadata and controls

22 lines (15 loc) · 801 Bytes

Welcome to Defold

This project was created from the "empty" project template.

The settings in "game.project" are all the default. A bootstrap empty "main.collection" is included.

Check out the documentation pages for examples, tutorials, manuals and API docs.

If you run into trouble, help is available in our forum.

Happy Defolding!


Adding New Levels (until automated)

  • Copy and paste a level collection
  • Rename the collection ID
  • Rename the level exit game object ID
  • Rename the collection file
  • Update the LEVEL_COUNT in loader.script
  • Add a proxy collection in main.collection
  • Add a new button in level_select.gui, update the ID and text