We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0014de4 commit 6b735a9Copy full SHA for 6b735a9
fluid.jnlp renamed to asteroids.jnlp
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<jnlp codebase="http://sites.google.com/site/juliangamble/Home/"
3
- href="fluid.jnlp">
+<jnlp codebase="http://sites.google.com/site/juliangamble/Home/"
+ href="asteroids.jnlp">
4
<information>
5
<title>Demonstration of Penumbras 3D Clojure Functionality</title>
6
<vendor>Machiavellian</vendor>
@@ -9,6 +9,6 @@
9
<j2se version="1.4+" />
10
<jar href="clj-penumbra-examples.jar" />
11
</resources>
12
- <application-desc main-class="example.gpgpu.fluid" />
+ <application-desc main-class="example.game.asteroids" />
13
<security><all-permissions/></security>
14
</jnlp>
asteroids.png
103 KB
0 commit comments