Incoming | Getting started.

  1. Launch Defold.
  2. Choose 'New project' (From Template)
  3. Choose 'Empty project'.
  4. Change the title to 'Incoming'. Make sure the location is where you want to save the project.

New project

  1. Click 'Create New Project'.
  2. You can delete the README.md file. Right click the file and choose 'Delete'.
  3. Download the graphics you need for the game by right clicking this zip file and saving the linked file: graphics.zip

    The file contains these assets:

    cometxx.png
    16 animation frames
    earthxx.png
    40 animation frames
    target.png
    Comet Earth Target
  1. Unzip the graphics.zip file and move the graphics folder into the folder where you have saved your project. If you copied the files out of the zip file you will need to make sure you have a top level, 'graphics' folder.
  2. Go back to Defold and you should see the new folder and files in the assets panel.

Assets

If your assets panel does not look like this you have copied the graphics folder into the wrong place!

We can now create the atlas to store these graphics. Stage 2 >