mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复影流之主造成的BUG Fix #154
This commit is contained in:
parent
902834c0d8
commit
155c00ad7e
@ -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 覈心:|
|
Loading…
x
Reference in New Issue
Block a user