Skip to content

Commit

Permalink
Merge pull request #29 from megalon/fixes
Browse files Browse the repository at this point in the history
Fixes WrapMode error and bump version
  • Loading branch information
megalon authored Dec 11, 2024
2 parents 556bc58 + 172b60c commit 6b6dd81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified MovesetParser.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Scripts/Nodes/Misc/AnimConfigNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class AnimConfigNode : BaseMovesetNode
[Input(connectionType = ConnectionType.Override)] public AnimConfig NodeInput;
public float Rate;
public float Weight;
public WrapMode WrapMode;
public MovesetParser.Misc.WrapMode WrapMode;
public bool ClingToFrames;

protected override void Init()
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Utils/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static class Consts
"Vector3Node"
};

public const string VERSION = "0.4.0";
public const string VERSION = "0.4.1";
public const string PROJECT_NAME = "NASB Moveset Editor";
public const string GRAPH_FOLDER_NAME = "Moveset Graphs";

Expand Down

0 comments on commit 6b6dd81

Please sign in to comment.