Browse Source

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

Vargh 5 years ago
parent
commit
6b8f57ad88
1 changed files with 6 additions and 6 deletions
  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>