Add a new game tip

This commit is contained in:
Sam 2017-12-09 13:27:31 +00:00 committed by Alexander Meech
parent 7e6dbed17e
commit c1fc0fb100

View File

@ -91,7 +91,8 @@ public class CakeWars extends TeamGame
"Deploy Platforms can be used to cross large gaps quickly. Faster but more expensive than wool blocks.",
"Purchasing the Resource Generator upgrade in the Nether Star shop increases the number of resources your generator creates.",
"Balance attacking and defending.",
"All players standing on the Resource Generator get the items generated."
"All players standing on the Resource Generator get the items generated.",
"Don't want to see hologram and chat tips? Turn them off in /prefs."
};
private static final int RESPAWN_TIME = 6;
/**