Per-team infinite building resources

This commit is contained in:
Anuken
2020-06-15 15:33:14 -04:00
parent 7001ad09cb
commit 405d6cf33f
4 changed files with 9 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import mindustry.world.*;
* Does not store game state, just configuration.
*/
public class Rules{
/** Whether every team has infinite resources and instant build speed. */
/** Sandbox mode: Enables infinite resources, build range and build speed. */
public boolean infiniteResources;
/** Team-specific rules. */
public TeamRules teams = new TeamRules();