This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Avans-TI
/
1.4-Arcade
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Pulse op button pressed
Dofensmirtsz
10 years ago
parent
bbc6747d41
commit
d221bbf1b1
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
model/gameState/PlayState.java
+ 2
- 0
model/gameState/PlayState.java
View File
@@ -150,6 +150,8 @@ public class PlayState extends GameState {
}
}
}
}
+
+ player.setBeat();
}
}