diff --git a/VPet-Simulator.Core/Graph/PNGAnimation.cs b/VPet-Simulator.Core/Graph/PNGAnimation.cs index 36a9075..d7e6aa4 100644 --- a/VPet-Simulator.Core/Graph/PNGAnimation.cs +++ b/VPet-Simulator.Core/Graph/PNGAnimation.cs @@ -84,7 +84,7 @@ namespace VPet_Simulator.Core Picture.LoadGraph(graph, path, info); return; } - var paths = p.GetFiles(); + var paths = p.GetFiles("*.png"); bool isLoop = info[(gbol)"loop"]; PNGAnimation pa = new PNGAnimation(graph, path.FullName, paths, new GraphInfo(path, info), isLoop); @@ -159,7 +159,7 @@ namespace VPet_Simulator.Core catch (Exception e) { IsFail = true; - FailMessage =$"--PNGAnimation--{GraphInfo}--\nPath: {path}\n{e.Message}"; + FailMessage = $"--PNGAnimation--{GraphInfo}--\nPath: {path}\n{e.Message}"; } finally { diff --git a/VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/A/A_006_125.png b/VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/A/A_006_125.png deleted file mode 100644 index f1af006..0000000 Binary files a/VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/A/A_006_125.png and /dev/null differ diff --git a/VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/B/B_000_125.png b/VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/A/B_012_125.png similarity index 100% rename from VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/B/B_000_125.png rename to VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/A/B_012_125.png diff --git a/VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/B/B_012_125.png b/VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/B/B_012_125.png deleted file mode 100644 index 80724ff..0000000 Binary files a/VPet-Simulator.Windows/mod/0000_core/pet/vup/IDEL/RopeSkipping/B/B_012_125.png and /dev/null differ