Skip to content

Commit

Permalink
Merge pull request #51 from Adrian400811/Jimmy
Browse files Browse the repository at this point in the history
Removed printing in animate()
  • Loading branch information
349928465 authored Jun 13, 2024
2 parents ab3b088 + 0788841 commit dffbedd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ private void collision() {
private void animate(){
if(walking){
if(animCounter == 0){
System.out.println("Changing frame.");
animCounter = animDelay;
animIndex++;
if(animIndex == R.length){
Expand Down

0 comments on commit dffbedd

Please sign in to comment.