summary refs log tree commit diff stats
path: root/nbproject
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-02-15 10:45:26 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-02-15 10:45:26 -0500
commitffba4e065710ce5d76872607d9bc4676feae6c28 (patch)
tree7c23655ba8c4b0fb15714ccca94fd7c593cc4858 /nbproject
parente50f6fe85fd19d2f91a3877ac99eca234537aac2 (diff)
downloadfourpuzzle-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')
-rwxr-xr-xnbproject/project.properties4
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 @@
1application.title=Four Puzzle Library
2application.vendor=hatkirby
1build.classes.dir=${build.dir}/classes 3build.classes.dir=${build.dir}/classes
2build.classes.excludes=**/*.java,**/*.form 4build.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
21javac.classpath=\ 23javac.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
24javac.compilerargs= 26javac.compilerargs=-Xlint:unchecked
25javac.deprecation=false 27javac.deprecation=false
26javac.source=1.5 28javac.source=1.5
27javac.target=1.5 29javac.target=1.5