手动保存 #58

This commit is contained in:
ZouJin 2023-08-18 20:08:38 +10:00
parent 2617bed74f
commit d11579080d
5 changed files with 494 additions and 441 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1135,5 +1135,11 @@ namespace VPet_Simulator.Windows
mw.Set.Resolution = (int)SliderResolution.Value;
ButtonRestartGraph.Visibility = Visibility.Visible;
}
private void save_click(object sender, RoutedEventArgs e)
{
mw.Save();
MessageBoxX.Show("保存成功".Translate());
}
}
}

View File

@ -3,3 +3,6 @@
玩耍#Play:|
研究#Research:|
玩游戏#Play game:|
保存游戏#Save game:|
手动保存桌宠存档,就算不手动保存,桌宠也会在退出的时候自动保存#Manually save the desktop pet archive, even if you do not manually save, the desktop pet will automatically save when you exit.:|
保存成功#Save successfully:|

View File

@ -3,3 +3,6 @@
玩耍#玩耍:|
研究#研究:|
玩游戏#玩游戏:|
保存游戏#保存游戏:|
手动保存桌宠存档,就算不手动保存,桌宠也会在退出的时候自动保存#手动保存桌宠存档,就算不手动保存,桌宠也会在退出的时候自动保存:|
保存成功#保存成功:|

View File

@ -3,3 +3,6 @@
玩耍#玩耍:|
研究#研究:|
玩游戏#玩遊戲:|
保存游戏#保存遊戲:|
手动保存桌宠存档,就算不手动保存,桌宠也会在退出的时候自动保存#手動保存桌寵存檔,就算不手動保存,桌寵也會在退出的時候自動保存:|
保存成功#保存成功:|