diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-02-15 10:45:26 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-02-15 10:45:26 -0500 |
commit | ffba4e065710ce5d76872607d9bc4676feae6c28 (patch) | |
tree | 7c23655ba8c4b0fb15714ccca94fd7c593cc4858 /nbproject/project.properties | |
parent | e50f6fe85fd19d2f91a3877ac99eca234537aac2 (diff) | |
download | fourpuzzle-ffba4e065710ce5d76872607d9bc4676feae6c28.tar.gz fourpuzzle-ffba4e065710ce5d76872607d9bc4676feae6c28.tar.bz2 fourpuzzle-ffba4e065710ce5d76872607d9bc4676feae6c28.zip |
Engine: Created Fade transitions
Along with Fade Transitions, other things such as the GameOver and TitleScreen special events have been implemented. Also, an unchecked bug in ObjectLoader has been fixed. The current Fade implementation isn't currently that elegant. There should be a way to make it better, but it'll do for now. Closes #13
Diffstat (limited to 'nbproject/project.properties')
-rwxr-xr-x | nbproject/project.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 30c65cb..b91a61d 100755 --- a/nbproject/project.properties +++ b/nbproject/project.properties | |||
@@ -1,3 +1,5 @@ | |||
1 | application.title=Four Puzzle Library | ||
2 | application.vendor=hatkirby | ||
1 | build.classes.dir=${build.dir}/classes | 3 | build.classes.dir=${build.dir}/classes |
2 | build.classes.excludes=**/*.java,**/*.form | 4 | build.classes.excludes=**/*.java,**/*.form |
3 | # This directory is removed when the project is cleaned: | 5 | # This directory is removed when the project is cleaned: |
@@ -21,7 +23,7 @@ jar.compress=false | |||
21 | javac.classpath=\ | 23 | javac.classpath=\ |
22 | ${libs.swing-app-framework.classpath} | 24 | ${libs.swing-app-framework.classpath} |
23 | # Space-separated list of extra javac options | 25 | # Space-separated list of extra javac options |
24 | javac.compilerargs= | 26 | javac.compilerargs=-Xlint:unchecked |
25 | javac.deprecation=false | 27 | javac.deprecation=false |
26 | javac.source=1.5 | 28 | javac.source=1.5 |
27 | javac.target=1.5 | 29 | javac.target=1.5 |