From ffba4e065710ce5d76872607d9bc4676feae6c28 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 15 Feb 2009 10:45:26 -0500 Subject: 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 --- nbproject/project.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nbproject') 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 @@ +application.title=Four Puzzle Library +application.vendor=hatkirby build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: @@ -21,7 +23,7 @@ jar.compress=false javac.classpath=\ ${libs.swing-app-framework.classpath} # Space-separated list of extra javac options -javac.compilerargs= +javac.compilerargs=-Xlint:unchecked javac.deprecation=false javac.source=1.5 javac.target=1.5 -- cgit 1.4.1