We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a99e98 commit 7f90048Copy full SHA for 7f90048
VPet-Mac/HardCodedText.swift
@@ -56,7 +56,7 @@ class HardCodedText{
56
57
58
var JiSuanJianGe = 15.0
59
- var HuDongZhouQi = 10.0
+ var HuDongZhouQi = 30.0
60
61
62
var autoActions:[GraphInfo.GraphType:[String]] = [
VPet-Mac/VPet-autoaction-move.swift
@@ -319,6 +319,7 @@ class VPetAutoMoveHandler{
319
}
320
else{
321
self.moveStarted = false;
322
+ self.VPET.autoActionHendler.autoActionStarted = false;
323
self.VPET.updateAnimation()
324
325
0 commit comments