This commit is contained in:
Anuken
2020-02-29 19:37:14 -05:00
parent 26c328ae34
commit 4b36a6d5bd
7 changed files with 21 additions and 12 deletions

View File

@@ -74,6 +74,9 @@ public class Rules{
public boolean tutorial = false;
/** Whether a gameover can happen at all. Set this to false to implement custom gameover conditions. */
public boolean canGameOver = true;
/** Whether to draw shadows of blocks at map edges and static blocks.
* Do not change unless you know exactly what you are doing.*/
public boolean drawFog = true;
/** Starting items put in cores */
public Array<ItemStack> loadout = Array.with(ItemStack.with(Items.copper, 100));
/** Blocks that cannot be placed. */