Skip to content

Commit

Permalink
Style fixes/fix mispellings
Browse files Browse the repository at this point in the history
  • Loading branch information
strburst committed Sep 19, 2015
1 parent 160ed7f commit 9ec8bb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/github/mountainrange/mule/GameManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public class GameManager {

private List<Player> playerList;

private WorldMap map;

private int turnCount;
private int phaseCount;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void initialize(URL url, ResourceBundle rb) {
textFlow.translateXProperty().bind(scrollPane.widthProperty().subtract(textFlow.widthProperty()).divide(2));
}

public void setSceneParent(SceneLoader sceneLoader, MULE mule){
public void setSceneParent(SceneLoader sceneLoader, MULE mule) {
this.sceneLoader = sceneLoader;
this.mule = mule;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package io.github.mountainrange.mule.enums;

import io.github.mountainrange.mule.MULE;

import javafx.scene.paint.Color;
import javafx.scene.shape.Rectangle;
import org.w3c.dom.css.Rect;

/**
* Describes the kind of terrain found on a given tile. Terrain types affect resource production.
Expand Down

0 comments on commit 9ec8bb7

Please sign in to comment.