提交 96739f1a 编写于 作者: Z ZouJin

修复影流之主造成的BUG Fix #154

上级 83b41188
......@@ -197,7 +197,7 @@ namespace VPet_Simulator.Core
if(paths.Length * w >= 6000)
{//修复大长动画导致过长分辨率导致可能的报错
w = 6000 / paths.Length;
h = (int)(h * (GraphCore.Resolution / (double)img.Width));
h = (int)(h * (w / (double)img.Width));
}
using (Bitmap joinedBitmap = new Bitmap(w * paths.Length, h))
......
......@@ -2,7 +2,7 @@ vupmod#Core:|author#LorisYounger:|gamever#100:|ver#100:|
intro#这是虚拟桌宠模拟器的核心运行文件/com可以参考此文件编写mod:|
authorid#253101309:|
itemid#1:|
cachedate#2023/8/25:|
cachedate#2023/8/30:|
lang#en:|这是虚拟桌宠模拟器的核心运行文件,可以参考此文件编写mod#This is the core running file of the virtual desktop pet simulator, and you can refer to this file to write mods:|Core#Core:|
lang#zh-Hans:|这是虚拟桌宠模拟器的核心运行文件,可以参考此文件编写mod#这是虚拟桌宠模拟器的核心运行文件,可以参考此文件编写mod:|Core#Core 核心:|
lang#zh-Hant:|这是虚拟桌宠模拟器的核心运行文件,可以参考此文件编写mod#這是虛擬桌寵模擬器的覈心運行檔案,可以參考此檔案編寫mod:|Core#Core 覈心:|
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册