This commit is contained in:
parent
33d38beda4
commit
80718cf937
8 changed files with 14 additions and 1 deletions
13
src/sg/SpaceGame.java
Normal file
13
src/sg/SpaceGame.java
Normal 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 |
|
|
@ -78,7 +78,7 @@ public class Lesson1 extends SimpleGame {
|
||||||
|
|
||||||
Texture north = TextureManager.loadTexture(
|
Texture north = TextureManager.loadTexture(
|
||||||
Lesson1.class.getClassLoader().getResource(
|
Lesson1.class.getClassLoader().getResource(
|
||||||
"sg/data/skybox/advanced/front.png"),
|
"sg/data/skybox/advanced/front.png"),
|
||||||
Texture.MinificationFilter.BilinearNearestMipMap,
|
Texture.MinificationFilter.BilinearNearestMipMap,
|
||||||
Texture.MagnificationFilter.Bilinear);
|
Texture.MagnificationFilter.Bilinear);
|
||||||
Texture south = TextureManager.loadTexture(
|
Texture south = TextureManager.loadTexture(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue