PREGAMESTATE YUYYYYY

This commit is contained in:
Dofensmirtsz
2015-06-11 17:05:01 +02:00
parent e979252aae
commit b89ea8a5df
6 changed files with 84 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public class GameControl implements JoystickListener, ButtonListener, ActionList
this.view = view;
this.gsm = gsm;
view.setIgnoreRepaint(true);
update = new Timer(0,this);
update = new Timer(1000/60,this);
update.start();
// Timer update = new Timer();
// update.schedule(new TimerTask() {