Skip to content

Commit

Permalink
changed the barrier or wallTower atlas file contents
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeya-v committed Oct 2, 2023
1 parent dd5ccbb commit b3c67a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/core/assets/images/towers/barrier.atlas
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Death
orig: 32, 12
offset: 0, 0
index: 4
Death
Idle
rotate: false
xy: 32, 17
size: 32, 18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public static Entity createWallTower() {
ServiceLocator.getResourceService()
.getAsset(WALL_ATLAS, TextureAtlas.class));

animator.addAnimation(WALL_TOWER_DEATH_ANIM,0.5f, Animation.PlayMode.NORMAL);
animator.addAnimation(WALL_TOWER_DEATH_ANIM,0.5f, Animation.PlayMode.REVERSED);
animator.addAnimation(WALL_TOWER_IDLE_ANIM,0.12f, Animation.PlayMode.LOOP);

wall
Expand Down

0 comments on commit b3c67a1

Please sign in to comment.