Garlic
This commit is contained in:
parent
34638272aa
commit
2e3226b5c1
14 changed files with 200 additions and 10 deletions
|
|
@ -14,13 +14,13 @@ public class Utility
|
|||
//
|
||||
#region Enums
|
||||
|
||||
public enum EffectSlots {FREEZE, STUN, POISON, BEBRA};
|
||||
public enum EffectSlots {FREEZE, STUN, POISON, GARLIC};
|
||||
|
||||
public enum DamageTypes {PHYSICAL, ICE};
|
||||
|
||||
#endregion
|
||||
|
||||
public const int EffectSlotCount = 3;
|
||||
public const int EffectSlotCount = 4;
|
||||
public const int LineCount = 5;
|
||||
public const int TileWidth = 50;
|
||||
public const int TileHeight = 60;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue