Преглед на файлове

Update project_creation.adoc

send beginners in the right direction by specifying ant project until proper tutorial
Rickard Edén преди 2 години
родител
ревизия
8bfbb479bd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/modules/sdk/pages/project_creation.adoc

+ 1 - 1
docs/modules/sdk/pages/project_creation.adoc

@@ -10,7 +10,7 @@ The jMonkeyEngine SDK makes it easy to get started with developing 3-D games bas
 == Creating a New jMonkeyEngine Project
 
 .  Choose `menu:File[New Project]` from the main menu.
-.  In the New Project Wizard, select the template `menu:JME3[Basic Game]`.
+.  In the New Project Wizard, select the template `menu:JME3[Basic Game (with Ant)]`.
 .  Click next to specify a project name, and the path where to store your new project.
 .  Click Finish. A skeleton application is created and opens in the Project Explorer.
 **  This basic jme3 application is based on the SimpleApplication class to allow an easy start with jme3.