-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
274 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
package Assets; | ||
|
||
public class Strings { | ||
public final static String WRONG_ATTR = "wrong attribute name"; | ||
public final static String WRONG_PIPE = "wrong pipe name"; | ||
public final static String WRONG_PLAYER = "wrong player name"; | ||
public final static String WRONG_MECH = "wrong mechanic name"; | ||
public final static String FELL_DOWN_STR = "fellDown"; | ||
public final static String STUCK_STR = "stuck"; | ||
public final static String STANDING_ON_STR = "standingOn"; | ||
public final static String STATE_STR = "state"; | ||
public final static String HELD_ITEMS_STR = "heldItems"; | ||
public final static String PIPES_STR = "pipes"; | ||
public final static String CREATED_PICKUPABLES_STR = "createdPickupables"; | ||
public final static String PLAYERS_STR = "players"; | ||
public final static String SABOTEUR_POINTS_STR = "saboteurPoints"; | ||
public final static String MECHANIC_POINTS_STR = "mechanicPoints"; | ||
public final static String POINTS_TO_WIN_STR = "pointsToWin"; | ||
public final static String MOVE_ACTION_STR = "moveAction"; | ||
public final static String SPECIAL_ACTION_STR = "specialAction"; | ||
public final static String TURN_OVER_STR = "turnOver"; | ||
public final static String BROKEN_STR = "broken"; | ||
public final static String WATER_CAPACITY_STR = "waterCapacity"; | ||
public final static String HELD_WATER_STR = "heldWater"; | ||
public final static String MAXIMUM_PIPES_STR = "maximumPipes"; | ||
public final static String ACTIVE_IN_STR = "activeIn"; | ||
public final static String ACTIVE_OUT_STR = "activeOut"; | ||
public final static String READY_TO_PIERCE_STR = "readyToPierce"; | ||
public final static String LUBRICATED_STR = "lubricated"; | ||
public final static String GLUED_STR = "glued"; | ||
public final static String BEING_HELD_STR = "beingHeld"; | ||
public final static String NODES_STR = "nodes"; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.