Added update trigger / Server moddability tweaks
This commit is contained in:
@@ -29,7 +29,8 @@ public class EventType{
|
||||
suicideBomb,
|
||||
openWiki,
|
||||
teamCoreDamage,
|
||||
socketConfigChanged
|
||||
socketConfigChanged,
|
||||
update
|
||||
}
|
||||
|
||||
public static class WinEvent{}
|
||||
|
||||
@@ -70,6 +70,8 @@ public class Rules{
|
||||
public boolean editor = false;
|
||||
/** Whether the tutorial is enabled. False by default. */
|
||||
public boolean tutorial = false;
|
||||
/** Whether a gameover can happen at all. Set this to false to implement custom gameover conditions. */
|
||||
public boolean canGameOver = true;
|
||||
/** Starting items put in cores */
|
||||
public Array<ItemStack> loadout = Array.with(ItemStack.with(Items.copper, 100));
|
||||
/** Blocks that cannot be placed. */
|
||||
|
||||
Reference in New Issue
Block a user