Last active
December 10, 2015 19:08
-
-
Save jorgenpt/4478810 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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