More adjustments
This commit is contained in:
parent
df8d1f986c
commit
d1e2b05b51
Binary file not shown.
@ -505,8 +505,6 @@ namespace BrawlboxHelper
|
|||||||
|
|
||||||
if (keyFrame.HasKeys)
|
if (keyFrame.HasKeys)
|
||||||
chr0Entry.SetKeyframe(frame, keyFrame);
|
chr0Entry.SetKeyframe(frame, keyFrame);
|
||||||
|
|
||||||
Console.WriteLine(keyFrame);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -71,7 +71,6 @@
|
|||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="BrawlHelperTest2.cs" />
|
|
||||||
<Compile Include="BrawlHelper.cs" />
|
<Compile Include="BrawlHelper.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -198,7 +198,6 @@ namespace Bfres.Structs
|
|||||||
if (ext == ".bfska")
|
if (ext == ".bfska")
|
||||||
{
|
{
|
||||||
bool IsSwitch = BfresUtilies.IsSubSectionSwitch(FileName);
|
bool IsSwitch = BfresUtilies.IsSubSectionSwitch(FileName);
|
||||||
MessageBox.Show(IsSwitch.ToString());
|
|
||||||
|
|
||||||
if (resFileU != null)
|
if (resFileU != null)
|
||||||
{
|
{
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user