Browse Source

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 years ago
parent
commit
7e79374a61

+ 1 - 2
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>