Просмотр исходного кода

Update project_creation.adoc

send beginners in the right direction by specifying ant project until proper tutorial
Rickard Edén 2 лет назад
Родитель
Сommit
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.