Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrahi-MM committed Jul 8, 2019
1 parent aaf60f5 commit 8a5c3c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Client/src/models/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Constants {
public static final int PORT = 8888;
public static final String SERVER_IP = "127.0.0.1";
public static final String SERVER_IP = "localhost";
public static final String SERVER_NAME = "Server";
public static final KeyCode KEY_FOR_CHAT = KeyCode.T;

Expand Down
2 changes: 1 addition & 1 deletion Server/resources/accounts/jarrahi.mm.account.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Server/resources/heroCards/Afsaaneh.hero.card.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"attackType": "RANGED",
"range": 3,
"hasCombo": false,
"remainingNumber": 20
"remainingNumber": 30
}
2 changes: 1 addition & 1 deletion Server/resources/heroCards/Arash.hero.card.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"attackType": "RANGED",
"range": 6,
"hasCombo": false,
"remainingNumber": 20
"remainingNumber": 40
}
2 changes: 1 addition & 1 deletion Server/resources/heroCards/Rakhsh.hero.card.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"attackType": "MELEE",
"range": 0,
"hasCombo": false,
"remainingNumber": 20
"remainingNumber": 37
}

0 comments on commit 8a5c3c7

Please sign in to comment.