feat: more combat tweaks
shuriken can now be thrown jumping animtions jumping animations timing state machine changes start of online integration
This commit is contained in:
@@ -26,6 +26,11 @@ public class EnvironmentObserver{
|
||||
BoxCast,
|
||||
SphereCast
|
||||
}
|
||||
|
||||
public enum CastOrigin{
|
||||
Owner,
|
||||
Location
|
||||
}
|
||||
|
||||
[PropertySpace(0, 5), LabelWidth(60)]
|
||||
public string label;
|
||||
@@ -40,6 +45,8 @@ public class EnvironmentObserver{
|
||||
[HideInInspector]
|
||||
public bool active;
|
||||
|
||||
public CastOrigin castOrigin;
|
||||
|
||||
// Parameters for Cast cast types
|
||||
[FoldoutGroup("Settings")] [HideIf("@castType == CastType.BoxOverlap || castType == CastType.SphereOverlap")]
|
||||
public float length;
|
||||
|
||||
Reference in New Issue
Block a user