This commit is contained in:
Daniel Collin 2009-03-08 17:25:15 +00:00
parent 33d38beda4
commit 80718cf937
8 changed files with 14 additions and 1 deletions

13
src/sg/SpaceGame.java Normal file
View file

@ -0,0 +1,13 @@
package sg;
public class SpaceGame {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

View file

@ -78,7 +78,7 @@ public class Lesson1 extends SimpleGame {
Texture north = TextureManager.loadTexture(
Lesson1.class.getClassLoader().getResource(
"sg/data/skybox/advanced/front.png"),
"sg/data/skybox/advanced/front.png"),
Texture.MinificationFilter.BilinearNearestMipMap,
Texture.MagnificationFilter.Bilinear);
Texture south = TextureManager.loadTexture(