commit 56d07f51b63f3d5b7c6dbc0d5e0dc4cb25778b9d Author: Wroclaw Date: Sun Jul 23 22:44:06 2023 +0200 Initial commit diff --git a/esix/main.json b/esix/main.json new file mode 100644 index 0000000..3a8c6e9 --- /dev/null +++ b/esix/main.json @@ -0,0 +1,23 @@ +{ + "contact": "", + "templates": [ + { + "name": "e621 logo", + "sources": [ + "https://git.proot.pl/Wroclaw/place-templates/esix/media/e621.png" + ], + "x": 1615, + "y": 361 + }, + { + "name": "esix mascott", + "sources": [ + "https://git.proot.pl/Wroclaw/place-templates/esix/media/esix.png" + ], + "x": 1615, + "y": 368 + } + ], + "whitelist": [], + "blacklist": [] +} \ No newline at end of file diff --git a/esix/media/e621.png b/esix/media/e621.png new file mode 100644 index 0000000..9fc400b Binary files /dev/null and b/esix/media/e621.png differ diff --git a/esix/media/esix.png b/esix/media/esix.png new file mode 100644 index 0000000..4059b6f Binary files /dev/null and b/esix/media/esix.png differ