Created tutorial branch

This commit is contained in:
Anuken
2019-08-01 10:43:41 -04:00
parent b812fcddf8
commit 5573031d07
2 changed files with 9 additions and 14 deletions

View File

@@ -65,6 +65,8 @@ public class Rules{
public boolean attackMode = false;
/** Whether this is the editor gamemode. */
public boolean editor = false;
/** Whether the tutorial is enabled. False by default.*/
public boolean tutorial = false;
/** Starting items put in cores */
public Array<ItemStack> loadout = Array.with(ItemStack.with(Items.copper, 200));