mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
AppletLoader: "al_logo" and "al_progress" are now optional parameters, they default to "appletlogo.gif" and "appletprogress.gif". Credit to arielsan for patch.
This commit is contained in:
parent
3b4f843dd4
commit
31dad59c9f
3 changed files with 37 additions and 24 deletions
|
|
@ -15,12 +15,6 @@
|
|||
<!-- Main Applet Class -->
|
||||
<param name="al_main" value="org.lwjgl.test.applet.GearsApplet">
|
||||
|
||||
<!-- logo to paint while loading, will be centered -->
|
||||
<param name="al_logo" value="appletlogo.gif">
|
||||
|
||||
<!-- progressbar to paint while loading. Will be painted on top of logo, width clipped to percentage done -->
|
||||
<param name="al_progressbar" value="appletprogress.gif">
|
||||
|
||||
<!-- List of Jars to add to classpath -->
|
||||
<param name="al_jars" value="lwjgl_applet.jar, lwjgl.jar, jinput.jar, lwjgl_util.jar">
|
||||
|
||||
|
|
@ -50,6 +44,12 @@
|
|||
<!-- foreground color to paint with, defaults to black -->
|
||||
<!-- <param name="boxfgcolor" value="#ffffff"> -->
|
||||
|
||||
<!-- logo to paint while loading, will be centered, defaults to "appletlogo.gif" -->
|
||||
<!-- <param name="al_logo" value="appletlogo.gif"> -->
|
||||
|
||||
<!-- progressbar to paint while loading. Will be painted on top of logo, width clipped to percentage done, defaults to "appletprogress.gif" -->
|
||||
<!-- <param name="al_progressbar" value="appletprogress.gif"> -->
|
||||
|
||||
<!-- whether to run in debug mode -->
|
||||
<!-- <param name="al_debug" value="true"> -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue