瀏覽代碼

SDK:
- change slightly misleading description of BasicGame project regarding the role of SimpleApplication

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8221 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 14 年之前
父節點
當前提交
08f7363d1f
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      sdk/jme3-templates/src/com/jme3/gde/templates/basic/BasicGameDescription.html

+ 1 - 2
sdk/jme3-templates/src/com/jme3/gde/templates/basic/BasicGameDescription.html

@@ -7,7 +7,6 @@ and open the template in the editor.
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     </head>
     <body>
-        This basic jme3 application is based on SimpleApplication to allow an
-        easy start with jme3.
+        This is the basic jme3 application template for any kind of jME3 project.
     </body>
 </html>