Skip to content

Instantly share code, notes, and snippets.

@jorgenpt
Last active December 10, 2015 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgenpt/4478810 to your computer and use it in GitHub Desktop.
Save jorgenpt/4478810 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<jnlp
codebase="https://dl.dropbox.com/u/7722291/"
href="Frogger.jnlp">
<information>
<title>Frogger</title>
<vendor>HollowSpecter</vendor>
<homepage href="https://github.com/hollowspecter/1GAM-Jan-5Frogger"/>
<description>Frogger, January 1GAM entry.</description>
<description kind="short">Frogger.</description>
<icon href="icon.gif"/>
<offline-allowed/>
</information>
<resources>
<j2se version="1.6+" max-heap-size="256m"/>
<jar href="Frogger.jar"/>
<extension name="org.slick2d" href="http://slick2d.bitspatter.com/webstart/extension.jnlp" />
<property name="jnlp.slick.webstart" value="true"/>
<property name="org.lwjgl.opengl.Display.allowSoftwareOpenGL" value="true"/>
</resources>
<application-desc main-class="de.blogspot.hollowspecter.frogger.GameStateFrogger"/>
</jnlp>
<?xml version="1.0" encoding="utf-8"?>
<jnlp
codebase="https://dl.dropbox.com/u/987046/1GAM/"
href="01-Warptris.jnlp">
<information>
<title>Warptris</title>
<vendor>bitSpatter</vendor>
<homepage href="https://github.com/jorgenpt/1GAM-01-Warptris"/>
<description>Warptris, a twist on the classic Tetris. January submission to OneGameAMonth.</description>
<description kind="short">Warptris, a twist on the classic Tetris.</description>
<icon href="icon.gif"/>
<offline-allowed/>
</information>
<resources>
<j2se version="1.6+" max-heap-size="256m"/>
<jar href="01-Warptris.jar"/>
<extension name="org.slick2d" href="http://slick2d.bitspatter.com/webstart/extension.jnlp" />
<property name="jnlp.slick.webstart" value="true"/>
<property name="org.lwjgl.opengl.Display.allowSoftwareOpenGL" value="true"/>
</resources>
<application-desc main-class="com.bitspatter.Warptris"/>
</jnlp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment