|
@@ -296,8 +296,12 @@ If you use the jme SDK you can add the following template to make adding BaseApp
|
|
|
<#assign licenseLast = " */">
|
|
|
<#include "../Licenses/license-${project.license}.txt">
|
|
|
|
|
|
-<#if package?? && package != "">package ${package};
|
|
|
-</#if>import com.jme3.app.Application;import com.jme3.app.state.BaseAppState;
|
|
|
+<#if package?? && package != "">
|
|
|
+package ${package};
|
|
|
+
|
|
|
+</#if>
|
|
|
+import com.jme3.app.Application;
|
|
|
+import com.jme3.app.state.BaseAppState;
|
|
|
|
|
|
/**
|
|
|
*
|