Simplified level load and Utitility.Seedpackets

This commit is contained in:
Rendo 2025-07-17 11:19:09 +05:00
commit 3a5154f051
7 changed files with 15 additions and 31 deletions

View file

@ -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;
}