工作显示对应图片
@ -1388,6 +1388,10 @@ namespace VPet_Simulator.Windows
|
||||
|
||||
await Dispatcher.InvokeAsync(new Action(() => LoadingText.Content = "尝试加载游戏MOD".Translate()));
|
||||
|
||||
//旧版本设置兼容
|
||||
if(Set.PetGraph == "默认虚拟桌宠")
|
||||
Set.PetGraph = "vup";
|
||||
|
||||
//当前桌宠动画
|
||||
var petloader = Pets.Find(x => x.Name == Set.PetGraph);
|
||||
petloader ??= Pets[0];
|
||||
|
@ -123,7 +123,6 @@ public partial class winWorkMenu : Window
|
||||
sb.AppendLine('x' + (1 + work.FinishBonus).ToString("f2"));
|
||||
sb.AppendLine('x' + wDouble.Value.ToString("f0"));
|
||||
tbDisplay.Text = sb.ToString();
|
||||
|
||||
}
|
||||
|
||||
private void tbc_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
@ -154,18 +153,21 @@ public partial class winWorkMenu : Window
|
||||
{
|
||||
nowwork = (ws[lbWork.SelectedIndex]);
|
||||
ShowWork();
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
private void lbStudy_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
{
|
||||
nowwork = (ss[lbStudy.SelectedIndex]);
|
||||
ShowWork();
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
private void lbPlay_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
{
|
||||
nowwork = (ps[lbPlay.SelectedIndex]);
|
||||
ShowWork();
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
private void Window_Closed(object sender, EventArgs e)
|
||||
|
BIN
VPet-Simulator.Windows/mod/0000_core/image/vup/Play.png
Normal file
After Width: | Height: | Size: 161 KiB |
BIN
VPet-Simulator.Windows/mod/0000_core/image/vup/Study.png
Normal file
After Width: | Height: | Size: 202 KiB |
BIN
VPet-Simulator.Windows/mod/0000_core/image/vup/Work.png
Normal file
After Width: | Height: | Size: 129 KiB |
BIN
VPet-Simulator.Windows/mod/0000_core/image/work/PlayONE.png
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
VPet-Simulator.Windows/mod/0000_core/image/work/RemoveObject.png
Normal file
After Width: | Height: | Size: 158 KiB |
BIN
VPet-Simulator.Windows/mod/0000_core/image/work/Study.png
Normal file
After Width: | Height: | Size: 126 KiB |
BIN
VPet-Simulator.Windows/mod/0000_core/image/work/StudyTWO.png
Normal file
After Width: | Height: | Size: 138 KiB |
BIN
VPet-Simulator.Windows/mod/0000_core/image/work/WorkClean.png
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
VPet-Simulator.Windows/mod/0000_core/image/work/WorkONE.png
Normal file
After Width: | Height: | Size: 143 KiB |
BIN
VPet-Simulator.Windows/mod/0000_core/image/work/WorkTWO.png
Normal file
After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 648 KiB |
Before Width: | Height: | Size: 854 KiB |
Before Width: | Height: | Size: 645 KiB |