Created Asteroids.jnlp to start the Asteroids game
This commit is contained in:
20
Asteroids.jnlp
Executable file
20
Asteroids.jnlp
Executable file
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<jnlp spec="1.0+" codebase="" href="">
|
||||||
|
<information>
|
||||||
|
<title>Asteroids</title>
|
||||||
|
<vendor>Richard Barrette</vendor>
|
||||||
|
</information>
|
||||||
|
<resources>
|
||||||
|
<!-- Application Resources -->
|
||||||
|
<j2se version="1.6+"
|
||||||
|
href="http://java.sun.com/products/autodl/j2se" />
|
||||||
|
<jar href="Asteroids.jar" main="true" />
|
||||||
|
</resources>
|
||||||
|
<applet-desc
|
||||||
|
name="Asteroids"
|
||||||
|
main-class="com.RickBarrette.asteroids.GameApplet"
|
||||||
|
width="1000"
|
||||||
|
height="800">
|
||||||
|
</applet-desc>
|
||||||
|
<update check="background"/>
|
||||||
|
</jnlp>
|
||||||
Reference in New Issue
Block a user