소스 검색

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.