update config and something

This commit is contained in:
MistEO
2021-07-21 20:16:33 +08:00
parent f35ef18bd2
commit 5657af6d94
4 changed files with 14 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<ApplicationVersion>0.0.13.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>

BIN
resource/CollectCredit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -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": {