diff --git a/tutorials/colorslide.md b/tutorials/colorslide.md index 1581960d0..0bb446a53 100644 --- a/tutorials/colorslide.md +++ b/tutorials/colorslide.md @@ -9,15 +9,15 @@ title: Colorslide tutorial In this medium difficulty tutorial you build an in-game GUI, a GUI screen for level selection and a start screen for a simple multi level mobile game. -The tutorial is integrated with the Defold editor and easily accessible: +The tutorial is integrated with the Defold editor and easily accessible, just start Defold, and: -1. Start Defold. -2. Select *New Project* on the left. -3. Select the *From Tutorial* tab. -4. Select the "Colorslide tutorial" -5. Select a location for the project on your local drive and click *Create New Project*. +1. Under "Create From" select the *Tutorials* tab. +2. Select the "Colorslide tutorial". +3. Set the project's name. +4. Set the project's directory. +5. Click *Create New Project*. -![new project](../images/new-colorslide.png) +![new project](../images/colorslide_tutorial.png) The editor automatically opens the "README" file from the project root, containing the full tutorial text. @@ -25,4 +25,4 @@ The editor automatically opens the "README" file from the project root, containi If you get stuck, head over to the [Defold Forum](//forum.defold.com) where you will get help from the Defold team and many friendly users. -Happy Defolding! \ No newline at end of file +Happy Defolding! diff --git a/tutorials/images/colorslide_tutorial.png b/tutorials/images/colorslide_tutorial.png new file mode 100644 index 000000000..d38c7270f Binary files /dev/null and b/tutorials/images/colorslide_tutorial.png differ diff --git a/tutorials/images/new-colorslide.png b/tutorials/images/new-colorslide.png deleted file mode 100644 index 812c5bc27..000000000 Binary files a/tutorials/images/new-colorslide.png and /dev/null differ diff --git a/tutorials/images/new-colorslide@2x.png b/tutorials/images/new-colorslide@2x.png deleted file mode 100644 index afec5491a..000000000 Binary files a/tutorials/images/new-colorslide@2x.png and /dev/null differ