生病喂食

This commit is contained in:
ZouJin 2023-06-20 00:44:48 +10:00
parent 0b9269707d
commit 344bcafa35
41 changed files with 14 additions and 57 deletions

View File

@ -43,7 +43,7 @@ namespace VPet_Simulator.Core
/// <summary>
/// 如果不开启功能模式,默认状态设置
/// </summary>
public GameSave.ModeType NoFunctionMOD = GameSave.ModeType.Happy;
public GameSave.ModeType NoFunctionMOD = GameSave.ModeType.Ill;
/// <summary>
/// 是否开始运行
/// </summary>

View File

@ -182,18 +182,18 @@ namespace VPet_Simulator.Core
{
this.parent = parent;
var strs = sub.GetInfos();
Time = int.Parse(strs[0]);
Time = int.Parse(strs[0]);//0: Time
if (strs.Length == 1)
IsVisiable = false;
else
{
{//1,2: Margin X,Y
MarginWI = new Thickness(double.Parse(strs[1]), double.Parse(strs[2]), 0, 0);
Width = double.Parse(strs[3]);
Width = double.Parse(strs[3]);//3:Width
if (strs.Length > 4)
{
Rotate = double.Parse(strs[4]);
Rotate = double.Parse(strs[4]);//Rotate
if (strs.Length > 5)
Opacity = double.Parse(strs[5]);
Opacity = double.Parse(strs[5]);//Opacity
}
}
}

View File

@ -30,7 +30,7 @@ namespace VPet_Simulator.Windows.Interface
intercycle = this["gameconfig"].GetInt("intercycle", 200);
allowmove = !this["gameconfig"].GetBool("allowmove");
smartmove = this["gameconfig"].GetBool("smartmove");
enablefunction = !this["gameconfig"].GetBool("enablefunction");
enablefunction = !this["gameconfig"].GetBool("nofunction");
Statistics = this["statistics"];
}
/// <summary>
@ -233,7 +233,7 @@ namespace VPet_Simulator.Windows.Interface
set
{
enablefunction = value;
this["gameconfig"].SetBool("function", !value);
this["gameconfig"].SetBool("nofunction", !value);
}
}
/// <summary>

View File

@ -175,7 +175,7 @@ namespace VPet_Simulator.Windows
}
if (!_puswitch.IsChecked.Value)
TryClose();
IRunImage eat = (IRunImage)mw.Core.Graph.FindGraph(GraphType.Eat, GameSave.ModeType.Nomal);
IRunImage eat = (IRunImage)mw.Core.Graph.FindGraph(GraphType.Eat, mw.Core.Save.Mode);
var b = mw.Main.FindDisplayBorder(eat);
eat.Run(b, item.ImageSource, mw.Main.DisplayToNomal);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,3 @@
PNGAnimation#eat_back_lay:|path#back_lay:|mode#ill:|graph#Not_Able:|
PNGAnimation#eat_front_lay:|path#front_lay:|mode#ill:|graph#Not_Able:|
FoodAnimation:|mode#ill:|graph#Eat:|a0#500:|a1#125,60,125,59:|a2#125,120,175,59:|a3#125,170,250,59:|a4#250,165,232,64:|a5#250,170,265,65:|a6#250,170,270,65:|a7#250,180,270,64:|a8#2000:|front_lay#eat_front_lay:|back_lay#eat_back_lay:|///Time,MarginX,Y,Width,Rotate,Opacity

View File

@ -1,3 +1,3 @@
PNGAnimation#eat_back_lay:|path#back_lay:|mode#nomal:|graph#Not_Able:|
PNGAnimation#eat_front_lay:|path#front_lay:|mode#nomal:|graph#Not_Able:|
FoodAnimation:|mode#nomal:|graph#Eat:|a0#175,215,25,55,0,0.375:|a1#125,247,91,55,25,0.4375:|a2#125,233,86,55,-20:|a3#125,228,181,53,-5.5:|a4#750,224,199,60:|a5#125,222,168,60:|a6#375,224,199,60:|a7#125,222,168,60:|a8#750:|front_lay#eat_front_lay:|back_lay#eat_back_lay:|
FoodAnimation:|mode#nomal:|graph#Eat:|a0#175,215,23,60,0,0.375:|a1#125,247,88,60,25,0.4375:|a2#125,233,83,60,-20:|a3#125,228,178,57,-5.5:|a4#750,224,196,65:|a5#125,222,163,65:|a6#375,224,194,65:|a7#125,222,158,65:|a8#750:|front_lay#eat_front_lay:|back_lay#eat_back_lay:|

View File

@ -1,3 +1,3 @@
PNGAnimation#eat_back_lay_2:|path#back_lay:|mode#nomal:|graph#Not_Able:|
PNGAnimation#eat_front_lay_2:|path#front_lay:|mode#nomal:|graph#Not_Able:|
FoodAnimation:|mode#nomal:|graph#Eat:|a0#175,205,25,55,0,0.375:|a1#125,237,91,55,25,0.4375:|a2#125,223,86,55,-20:|a3#125,218,181,53,-5.5:|a4#750,214,199,60:|a5#125,212,168,60:|a6#375,214,199,60:|a7#125,212,168,60:|a8#750:|front_lay#eat_front_lay_2:|back_lay#eat_back_lay_2:|
FoodAnimation:|mode#nomal:|graph#Eat:|a0#175,205,23,60,0,0.375:|a1#125,220,88,60,25,0.4375:|a2#125,222,83,60,-20:|a3#125,216,178,57,-5.5:|a4#750,212,196,65:|a5#125,210,163,65:|a6#375,212,194,65:|a7#125,210,158,65:|a8#750:|front_lay#eat_front_lay_2:|back_lay#eat_back_lay_2:|

View File

@ -1,46 +0,0 @@
-----BEGIN CERTIFICATE-----
MIIIOTCCBiGgAwIBAgIQCJgjMV0oZ+S/gLiFZSPCQjANBgkqhkiG9w0BAQsFADBp
MQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xQTA/BgNVBAMT
OERpZ2lDZXJ0IFRydXN0ZWQgRzQgQ29kZSBTaWduaW5nIFJTQTQwOTYgU0hBMzg0
IDIwMjEgQ0ExMB4XDTIzMDYxNTAwMDAwMFoXDTI2MDYwMTIzNTk1OVowggFAMRMw
EQYLKwYBBAGCNzwCAQMTAkNOMSMwIQYLKwYBBAGCNzwCAQITEkd1YW5nZG9uZyBQ
cm92aW5jZTEZMBcGCysGAQQBgjc8AgEBEwhTaGVuemhlbjEdMBsGA1UEDwwUUHJp
dmF0ZSBPcmdhbml6YXRpb24xGzAZBgNVBAUTEjkxNDQwMzAwTUE1SDhSRVUzSzEL
MAkGA1UEBhMCQ04xGzAZBgNVBAgTEkd1YW5nZG9uZyBQcm92aW5jZTERMA8GA1UE
BxMIU2hlbnpoZW4xNzA1BgNVBAoTLlNoZW56aGVuIExpbmdiYW4gQ29tcHV0ZXIg
VGVjaG5vbG9neSBDby4sIEx0ZC4xNzA1BgNVBAMTLlNoZW56aGVuIExpbmdiYW4g
Q29tcHV0ZXIgVGVjaG5vbG9neSBDby4sIEx0ZC4wggIiMA0GCSqGSIb3DQEBAQUA
A4ICDwAwggIKAoICAQD2S1N4TZBUvmBuI4RrX+WyPinv6nUWvscrfMySX+q9EkE4
d6IoHYrcz+3ju5cFwvrbmAPM2NZf1yLeCxme0eOfZeqFYHbk0VHn9rrO/0iPSdtJ
YE4Qj+Kt4iG/0ux921Dw89wZi9o5C8qcGtpamosJuBNCMkTvweul5C3VkZ3xhy38
fV1aAEtjEu29YGOI4Lf/oChsx/m1u++VslJEcbBy9zQ63mDyD6weP55RSaJdp/ir
fjkD3RbYqqWBL8qGN9TvCGdlvXdGvbBIXalO+KZvWSG2+L0K7nFwusA0w00Whu7T
68iARhAZUyX1Dg9onAQwj0xMyvG/g2+bEDkbczL9wPg5PwIyQa8AjOBo8kjuKQdL
U2o0iwoI0qSMDHOm+XAg+78UHWutFKDwlNyCFlCjRxEgR1+764b11MHG9e+eIXIN
/YMxm7+K/hPQZBmEtt4Fam0kThrtT+XTniqnzbce5bhMkm582H8wXyAs03tjcFrA
xsim2sYFFDyylFQxu3WvaCymiuBUms3aQSOIxMQ0LKWXs3al/512qNdaLRauoxhk
yDvzREz7FQVva7A6nMFXz63PbRDTuJQr3Vg9mqkMu9GAmliTQqlOhxIR11JtgmEo
fiaVN7oJJEcxvfgOMjP+cIY+G869/KcNjCyyu+B9EC/+ngF3TJoRCiApMyzaUwID
AQABo4ICAjCCAf4wHwYDVR0jBBgwFoAUaDfg67Y7+F8Rhvv+YXsIiGX0TkIwHQYD
VR0OBBYEFEhfUAu9T6SmP9Jr/VZJW0dxcB2vMA4GA1UdDwEB/wQEAwIHgDATBgNV
HSUEDDAKBggrBgEFBQcDAzCBtQYDVR0fBIGtMIGqMFOgUaBPhk1odHRwOi8vY3Js
My5kaWdpY2VydC5jb20vRGlnaUNlcnRUcnVzdGVkRzRDb2RlU2lnbmluZ1JTQTQw
OTZTSEEzODQyMDIxQ0ExLmNybDBToFGgT4ZNaHR0cDovL2NybDQuZGlnaWNlcnQu
Y29tL0RpZ2lDZXJ0VHJ1c3RlZEc0Q29kZVNpZ25pbmdSU0E0MDk2U0hBMzg0MjAy
MUNBMS5jcmwwPQYDVR0gBDYwNDAyBgVngQwBAzApMCcGCCsGAQUFBwIBFhtodHRw
Oi8vd3d3LmRpZ2ljZXJ0LmNvbS9DUFMwgZQGCCsGAQUFBwEBBIGHMIGEMCQGCCsG
AQUFBzABhhhodHRwOi8vb2NzcC5kaWdpY2VydC5jb20wXAYIKwYBBQUHMAKGUGh0
dHA6Ly9jYWNlcnRzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydFRydXN0ZWRHNENvZGVT
aWduaW5nUlNBNDA5NlNIQTM4NDIwMjFDQTEuY3J0MAkGA1UdEwQCMAAwDQYJKoZI
hvcNAQELBQADggIBAKokpUy9T3hXdaqIMyb8qxMqlmVo0hQkWDZVR97/SLXtrR/D
9e25Y70sb3ZMxqHNRGWvY9YVA7Rzhd5HMg9alyKptV58neb1IVPBEdC6sw4b9Ps/
J5sPFcN7XD1xKKe6EO0ML55KfCguhxwReLDs3CrhqEI/2OZxf1m/3+K2Zb6eTtB3
RDnuuhE5Eu4CDU8ijcYfmqk8oFTDvZEBPu9iq+FWN8EbvCDnYHRVJUM+zJ+q1OpR
1lztEQOCKcIltw4DNV73QhhnGEDdHDcV0wu/YLOjCHptiQOTFacH28PP7CBBUoBo
3teE79Fm6r+zCDdjPitbxFBLU5L1EUEWiKA52wRE7Ab4n6S/H4CU7HDSjJuh16D7
GBDZQtP2ayg4i3yD1LD9i7GWZCdCClzdake2QwEcS+1h+mXRZ/Dl4GbvmZhy3+RG
SxdggUBk9GB/FZ0CwSIjZIKo6VsVLjY9dRpHu5ZO+6pH2t1NXFZIMV60K+Ku6yHH
7xauKco1JcYmgWtW0T9f0Jk9jCyQ9WorMVACRqPNYsD4Csj8B1X+p8SsCOq4POoW
RilmgH4wtGUwx7cfcov1cdF0NoWPvVSqD6Dyp4hfvzw8UMIV7vk3MQyEx+CAzmtz
APuoZZoWlzHhiCvhcBeIazyAX8qSgIpLND6l5V+TAnIBG3CC+zuoBy85Udmv
-----END CERTIFICATE-----