-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86a2d12
commit 33bf8a9
Showing
6 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE gameProject SYSTEM 'DragengineGameProject'> | ||
<gameProject> | ||
<name>audioTest</name> | ||
<description>Example project testing different audio situations.</description> | ||
<dataDirectory>data</dataDirectory> | ||
<cacheDirectory>cache</cacheDirectory> | ||
<baseGameDefinition>DragonScript Basic</baseGameDefinition> | ||
<projectGameDefinition>audioTest.degd</projectGameDefinition> | ||
<scriptModule>DragonScript</scriptModule> | ||
<scriptModule version='1.1'>DragonScript</scriptModule> | ||
</gameProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE gameProject SYSTEM 'DragengineGameProject'> | ||
<gameProject> | ||
<name>DEGraphicsTest</name> | ||
<description>Drag[en]gine Graphic Module Test project.</description> | ||
<dataDirectory>data</dataDirectory> | ||
<cacheDirectory>cache</cacheDirectory> | ||
<baseGameDefinition>DragonScript Basic</baseGameDefinition> | ||
<projectGameDefinition>DEGraphicsTest.degd</projectGameDefinition> | ||
<scriptModule>DragonScript</scriptModule> | ||
<scriptModule version='1.1'>DragonScript</scriptModule> | ||
</gameProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE gameProject SYSTEM 'DragengineGameProject'> | ||
<gameProject> | ||
<name>DragonScript Test Project</name> | ||
<description></description> | ||
<description/> | ||
<dataDirectory>data</dataDirectory> | ||
<cacheDirectory>cache</cacheDirectory> | ||
<baseGameDefinition>DragonScript Basic</baseGameDefinition> | ||
<projectGameDefinition>dstestproject.degd</projectGameDefinition> | ||
<scriptModule>DragonScript</scriptModule> | ||
<scriptModule version='1.1'>DragonScript</scriptModule> | ||
</gameProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE gameProject SYSTEM 'DragengineGameProject'> | ||
<gameProject> | ||
<name>Example App</name> | ||
<description>Example Application project for using DragonScript Module based on BaseGameApp.</description> | ||
<dataDirectory>data</dataDirectory> | ||
<cacheDirectory>cache</cacheDirectory> | ||
<baseGameDefinition>DragonScript Basic</baseGameDefinition> | ||
<projectGameDefinition>exampleApp.degd</projectGameDefinition> | ||
<scriptModule>DragonScript</scriptModule> | ||
<scriptModule version='1.1'>DragonScript</scriptModule> | ||
</gameProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters