<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://s3.staticvoidgames.com/games" href="PaleBlueDot/PaleBlueDotApplet.jnlp">
<information>
<title>Pale Blue Dot</title>
<vendor>Kevin</vendor>
</information>

<resources>
<j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se" />
<jar href="http://s3.staticvoidgames.com/games/PaleBlueDot/PaleBlueDot.jar" main="true" />
<jar href="http://s3.staticvoidgames.com/games/PaleBlueDot/lib/core.jar"/>
<jar href="http://s3.staticvoidgames.com/games/PaleBlueDot/lib/jl1.0.jar"/>
<jar href="http://s3.staticvoidgames.com/games/PaleBlueDot/lib/jsminim.jar"/>
<jar href="http://s3.staticvoidgames.com/games/PaleBlueDot/lib/minim-spi.jar"/>
<jar href="http://s3.staticvoidgames.com/games/PaleBlueDot/lib/minim.jar"/>
<jar href="http://s3.staticvoidgames.com/games/PaleBlueDot/lib/mp3spi1.9.4.jar"/>
<jar href="http://s3.staticvoidgames.com/games/PaleBlueDot/lib/tritonus_aos.jar"/>
<jar href="http://s3.staticvoidgames.com/games/PaleBlueDot/lib/tritonus_share.jar"/>
</resources>
<applet-desc 
name="Pale Blue Dot"
main-class="PaleBlueDot"
width="500"
height="500"
align="center"
>
</applet-desc>
</jnlp>