|
From: <ka...@us...> - 2010-07-15 19:43:17
|
Revision: 3382
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3382&view=rev
Author: kappa1
Date: 2010-07-15 19:43:11 +0000 (Thu, 15 Jul 2010)
Log Message:
-----------
appletloader.html - edit html to reflect latest changes in the AppletLoader
Modified Paths:
--------------
trunk/LWJGL/applet/appletloader.html
Modified: trunk/LWJGL/applet/appletloader.html
===================================================================
--- trunk/LWJGL/applet/appletloader.html 2010-07-15 19:07:49 UTC (rev 3381)
+++ trunk/LWJGL/applet/appletloader.html 2010-07-15 19:43:11 UTC (rev 3382)
@@ -41,15 +41,15 @@
<!-- Version of Applet, important otherwise applet won't be cached, version change will update applet, must be int or float -->
<!-- <param name="al_version" value="0.1"> -->
+ <!-- whether to use cache - defaults to true -->
+ <!-- <param name="al_cache" value="true"> -->
+
<!-- background color to paint with, defaults to white -->
<!-- <param name="boxbgcolor" value="#000000"> -->
<!-- foreground color to paint with, defaults to black -->
<!-- <param name="boxfgcolor" value="#ffffff"> -->
- <!-- error color to paint with, defaults to red -->
- <!-- <param name="boxerrorcolor" value="#ff0000"> -->
-
<!-- whether to run in debug mode -->
<!-- <param name="al_debug" value="true"> -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|