diff --git a/MeoAsstGui/MeoAsstGui.csproj b/MeoAsstGui/MeoAsstGui.csproj index ef48eb769d..78300ff907 100644 --- a/MeoAsstGui/MeoAsstGui.csproj +++ b/MeoAsstGui/MeoAsstGui.csproj @@ -26,7 +26,7 @@ false true 0 - 1.0.0.%2a + 0.0.13.0 false true diff --git a/resource/CollectCredit.png b/resource/CollectCredit.png new file mode 100644 index 0000000000..bc533da142 Binary files /dev/null and b/resource/CollectCredit.png differ diff --git a/resource/config.json b/resource/config.json index 2bbfb1bb2f..7bab7e7fea 100644 --- a/resource/config.json +++ b/resource/config.json @@ -244,7 +244,7 @@ "StartButton2": { "filename": "StartButton2.png", "type": "clickSelf", - "rearDelay": 10000, + "rearDelay": 20000, "next": [ "PRTS" ] @@ -370,12 +370,11 @@ "filename": "VisitNext.png", "type": "clickSelf", "threshold": 0.999, - "maxTimes": 2, + "maxTimes": 21, "exceededNext": [ "ReturnToMall" ], "next": [ - "VisitLimited", "VisitNext", "VisitNextBlack" ] @@ -405,6 +404,16 @@ }, "CreditStore": { "filename": "CreditStore.png", + "threshold": 0.89, + "rearDelay": 1000, + "type": "clickSelf", + "next": [ + "CollectCredit", + "Stop" + ] + }, + "CollectCredit": { + "filename": "CollectCredit.png", "type": "clickSelf", "next": [ "Stop" @@ -414,7 +423,7 @@ "filename": "VisitLimited.png", "type": "doNothing", "next": [ - "ReturnToMall" + "ReturnToMall" ] }, "VisitNextBlack": { diff --git a/update__resource.bat b/update_resource.bat similarity index 100% rename from update__resource.bat rename to update_resource.bat