Skip to content

Commit

Permalink
Remove unnecessary sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
srikavin committed Dec 27, 2019
1 parent c48ebfa commit c22d736
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 194 deletions.
180 changes: 0 additions & 180 deletions core/assets/David.json

This file was deleted.

Binary file removed core/assets/David.png
Binary file not shown.
3 changes: 2 additions & 1 deletion core/src/me/srikavin/fbla/game/map/MapLoader.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class MapLoader(private val assetManager: AssetManager, private val world: World
private val recycledFloatArray = FloatArray(6)

private fun createPlayer(pos: Vector2) {
val playerAnimations = spritesheetLoader.loadAsespriteSheet("David.png", "David.json")
val playerAnimations = spritesheetLoader.loadAsespriteSheet("assets/graphics/characters/David.png",
"assets/graphics/characters/David.json")

world.getSystem(CameraFollowSystem::class.java).camera.position.y = pos.y + 5

Expand Down
12 changes: 0 additions & 12 deletions core/src/me/srikavin/fbla/game/physics/PhysicsManager.kt

This file was deleted.

0 comments on commit c22d736

Please sign in to comment.