Simplified level load and Utitility.Seedpackets
This commit is contained in:
parent
1631bd87ce
commit
3a5154f051
7 changed files with 15 additions and 31 deletions
|
|
@ -9,16 +9,6 @@ namespace Newlon;
|
|||
|
||||
public class Utility
|
||||
{
|
||||
//
|
||||
// Code-accessed enumenators
|
||||
//
|
||||
#region Enums
|
||||
|
||||
public enum EffectSlots { FREEZE, STUN, POISON, GARLIC };
|
||||
|
||||
public enum DamageTypes { PHYSICAL, ICE };
|
||||
|
||||
#endregion
|
||||
|
||||
public const int EffectSlotCount = 4;
|
||||
public const int LineCount = 5;
|
||||
|
|
@ -32,6 +22,6 @@ public class Utility
|
|||
public static double SFX = 1.0f;
|
||||
public static double Music = 1.0f;
|
||||
public static bool Splash = false;
|
||||
|
||||
public static int MaxSeedpackets = 9;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue