diff --git a/config.default.json b/config.default.json index e9475fe..dcea9b8 100644 --- a/config.default.json +++ b/config.default.json @@ -201,6 +201,21 @@ "offset": 50 } } - }] + }], + "thinking": { + "src": "./resources/thinking.png", + "z": 2, + "anchor": { + "x": { + "position": 0, + "offset": -25, + "size": 190 + }, + "y": { + "position": 100, + "offset": 70 + } + } + } } } \ No newline at end of file diff --git a/resources/thinking.png b/resources/thinking.png new file mode 100644 index 0000000..677c160 Binary files /dev/null and b/resources/thinking.png differ