mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 15:14:55 +00:00
More adjustments
This commit is contained in:
parent
df8d1f986c
commit
d1e2b05b51
6 changed files with 1 additions and 5 deletions
Binary file not shown.
|
@ -494,7 +494,7 @@ namespace BrawlboxHelper
|
|||
if (ScaleY.ContainsKey(frame))
|
||||
{
|
||||
keyFrame.hasSy = true;
|
||||
keyFrame.Scale._y = ScaleY[frame].Value;
|
||||
keyFrame.Scale._y = ScaleY[frame].Value;
|
||||
}
|
||||
if (ScaleZ.ContainsKey(frame))
|
||||
{
|
||||
|
@ -505,8 +505,6 @@ namespace BrawlboxHelper
|
|||
|
||||
if (keyFrame.HasKeys)
|
||||
chr0Entry.SetKeyframe(frame, keyFrame);
|
||||
|
||||
Console.WriteLine(keyFrame);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -71,7 +71,6 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="BrawlHelperTest2.cs" />
|
||||
<Compile Include="BrawlHelper.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -198,7 +198,6 @@ namespace Bfres.Structs
|
|||
if (ext == ".bfska")
|
||||
{
|
||||
bool IsSwitch = BfresUtilies.IsSubSectionSwitch(FileName);
|
||||
MessageBox.Show(IsSwitch.ToString());
|
||||
|
||||
if (resFileU != null)
|
||||
{
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue