mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
AppletLoader: al_version tag now uses a case insensitive String (instead of float), much nicer for specifying application versions (e.g. "10.3.3.1 Beta"), still backwards compatible too :)
This commit is contained in:
parent
be10741150
commit
873fed0613
3 changed files with 24 additions and 24 deletions
|
|
@ -32,12 +32,12 @@
|
|||
|
||||
<!-- Tags under here are optional -->
|
||||
|
||||
<!-- 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"> -->
|
||||
|
||||
<!-- Version of Applet (case insensitive String), applet files not redownloaded if same version already in cache -->
|
||||
<!-- <param name="al_version" value="0.1"> -->
|
||||
|
||||
<!-- background color to paint with, defaults to white -->
|
||||
<!-- <param name="boxbgcolor" value="#000000"> -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue