Commit e293ef66 authored by nargessalehi98's avatar nargessalehi98

Update game loop.

parent a1f26f07
...@@ -28,6 +28,7 @@ public class GameLoop implements Runnable { ...@@ -28,6 +28,7 @@ public class GameLoop implements Runnable {
private GameFrame canvas; private GameFrame canvas;
private GameState state; private GameState state;
//state for other player
private GameState state1; private GameState state1;
private GameState state2; private GameState state2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment