-
Notifications
You must be signed in to change notification settings - Fork 4
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
Nicolaas de Bruyn
committed
Mar 19, 2015
1 parent
3a06349
commit d20987b
Showing
21 changed files
with
54 additions
and
13 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Material My Material : Common/MatDefs/Misc/Unshaded.j3md { | ||
MaterialParameters { | ||
ColorMap : Flip Models/enemies/enemies.png | ||
AlphaDiscardThreshold : 0.5 | ||
} | ||
AdditionalRenderState { | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# | ||
#Wed Mar 18 14:11:11 CAT 2015 | ||
ORIGINAL_PATH=Models/enemies/ghost.blend |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# | ||
#Wed Mar 18 14:12:35 CAT 2015 | ||
ORIGINAL_PATH=Models/enemies/mummy.blend |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# | ||
#Wed Mar 18 14:12:50 CAT 2015 | ||
ORIGINAL_PATH=Models/enemies/skeleton.blend |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# | ||
#Wed Mar 18 14:12:55 CAT 2015 | ||
ORIGINAL_PATH=Models/enemies/zombie.blend |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# | ||
#Wed Mar 18 13:45:42 CAT 2015 | ||
ORIGINAL_PATH=Models/static/dungeon_pixel.blend |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ build.xml.script.CRC32=79a29eb7 | |
build.xml.stylesheet.CRC32=[email protected] | ||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. | ||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. | ||
nbproject/build-impl.xml.data.CRC32=0ccb49ba | ||
nbproject/build-impl.xml.script.CRC32=a0c37273 | ||
nbproject/build-impl.xml.data.CRC32=e7b1b2bc | ||
nbproject/build-impl.xml.script.CRC32=f008f0be | ||
nbproject/build-impl.xml.stylesheet.CRC32=[email protected] |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!--linuxlauncher-impl.xml v1.1--> | ||
<project name="linuxlauncher-impl" basedir=".."> | ||
|
||
<target name="-linux-launcher" depends="-test-linux-launcher-enabled" if="is.linux.launcher.enabled"> | ||
<echo>Linux Launcher Creation</echo> | ||
<echo file="${application.title}.sh">#!/bin/sh | ||
java JVMARGS -jar ${application.title}.jar | ||
</echo> | ||
<replace file="${application.title}.sh" token="JVMARGS" value="${run.jvmargs}"/> | ||
<zip destfile="${dist.dir}/${application.title}-Linux.zip"> | ||
<zipfileset file="${application.title}.sh" filemode="755" prefix=""/> | ||
<zipfileset file="${dist.jar}" prefix=""/> | ||
<zipfileset dir="${dist.dir}/lib" prefix="lib/"/> | ||
</zip> | ||
<delete file="${application.title}.sh"/> | ||
</target> | ||
<target name="-test-linux-launcher-enabled"> | ||
<condition property="is.linux.launcher.enabled"> | ||
<istrue value="${linux.launcher.enabled}"/> | ||
</condition> | ||
</target> | ||
</project> |
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,4 +1,4 @@ | ||
compile.on.save=false | ||
compile.on.save=true | ||
do.depend=false | ||
do.jar=true | ||
javac.debug=true | ||
|
Empty file.
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