Skip to content

Commit

Permalink
changed back to suppah slow
Browse files Browse the repository at this point in the history
  • Loading branch information
djhake2 committed Feb 22, 2016
1 parent f0d56f2 commit e2dbc21
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public GameView(Game model) {
setPreferredSize(new Dimension((int) model.getWidth(), (int)model.getHeight()));
setBackground(MIDNIGHT_BLUE);

//jb17 supah fassttt...like blazin fasssst
this.timer = new Timer(1000 / 300, new ActionListener() {
this.timer = new Timer(1000 / 30, new ActionListener() {

@Override
public void actionPerformed(ActionEvent e) {
Expand Down

0 comments on commit e2dbc21

Please sign in to comment.