diff --git a/resource/UsePrts.png b/resource/UsePrts.png new file mode 100644 index 0000000000..1bfa637d86 Binary files /dev/null and b/resource/UsePrts.png differ diff --git a/resource/config.json b/resource/config.json index b0b6c3d2b0..dfa1bab3e2 100644 --- a/resource/config.json +++ b/resource/config.json @@ -155,6 +155,7 @@ "threshold": 0, "type": "doNothing", "next": [ + "UsePrts", "StartButton1", "StartButton2", "PRTS", @@ -164,6 +165,14 @@ "Random" ] }, + "UsePrts": { + "filename": "UsePrts.png", + "threshold": 0.99, + "type": "clickSelf", + "next": [ + "StartButton1" + ] + }, "StartButton1": { "filename": "StartButton1.png", "threshold": 0.99,