Skip to content

Commit

Permalink
remove useless textures
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bernard committed Apr 21, 2015
1 parent 8772851 commit 8cb5b33
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ld32/GameData.xtend
Expand Up @@ -49,7 +49,7 @@ class GameData {

def loadData(AssetManager assetManager) {
for(t : Npc.values) {
hitpoints.set(t.ordinal, ImageRaster.create(assetManager.loadTexture('''Textures/«t.name».png''').image))
hitpoints.set(t.ordinal, ImageRaster.create(assetManager.loadTexture('''Textures/«t.name»_512.png''').image))
}
}

Expand Down Expand Up @@ -222,4 +222,4 @@ class GameRun {
gen.apply(now).forEach[x | npcSpawn.onNext(x)]
}

}
}
Binary file removed src/main/resources/Textures/jock.jpg
Binary file not shown.
Binary file removed src/main/resources/Textures/jock.png
Binary file not shown.
Binary file removed src/main/resources/Textures/jock_512.jpg
Binary file not shown.
Binary file removed src/main/resources/Textures/kid.png
Binary file not shown.
Binary file removed src/main/resources/Textures/nerd.png
Binary file not shown.
Binary file removed src/main/resources/Textures/rabbit.png
Binary file not shown.
Binary file removed src/main/resources/Textures/target.png
Binary file not shown.

0 comments on commit 8cb5b33

Please sign in to comment.