Explorar el Código

Pulse op button pressed

Dofensmirtsz hace 10 años
padre
commit
d221bbf1b1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      model/gameState/PlayState.java

+ 2 - 0
model/gameState/PlayState.java

@@ -150,6 +150,8 @@ public class PlayState extends GameState {
 			}
 
 		}
+		
+		player.setBeat();
 
 	}