瀏覽代碼

Moved setup block to the bottom, seems txt2gam always stops building after this location "mod_bestmod"

Vargh 5 年之前
父節點
當前提交
6b8f57ad88
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      bestmod.qproj

+ 6 - 6
bestmod.qproj

@@ -1,12 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <QGen-project version="4.0.0 beta 1">
     <Structure>
-        <Folder name="setup">
-            <Location name="mod_bestmod_options"/>
-            <Location name="mod_bestmod_setup"/>
-            <Location name="mod_bestmod_readme"/>
-            <Location name="mod_bestmod"/>
-        </Folder>
         <Folder name="locations">
             <Location name="mod_bestmod_banditbreak"/>
             <Location name="mod_bestmod_mira"/>
@@ -20,5 +14,11 @@
             <Location name="mod_bestmod_petshop"/>
             <Location name="mod_bestmod_park_dog"/>
         </Folder>
+        <Folder name="setup">
+            <Location name="mod_bestmod_options"/>
+            <Location name="mod_bestmod_setup"/>
+            <Location name="mod_bestmod_readme"/>
+            <Location name="mod_bestmod"/>
+        </Folder>
     </Structure>
 </QGen-project>