From 9d50cd1fceb456052269ed72a1237e14b51bfca9 Mon Sep 17 00:00:00 2001 From: creepertron95 Date: Tue, 7 Apr 2020 22:23:23 -0500 Subject: [PATCH 1/2] Icons for Candies 'n Curses --- data.json | 5 ++++ icons/circle/48/candies-n-curses.svg | 36 ++++++++++++++++++++++++++++ icons/square/48/candies-n-curses.svg | 36 ++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 icons/circle/48/candies-n-curses.svg create mode 100644 icons/square/48/candies-n-curses.svg diff --git a/data.json b/data.json index d4a3f79757..28f84b5fe5 100644 --- a/data.json +++ b/data.json @@ -3120,6 +3120,11 @@ "sm.puri.Calls" ] } + } + "candies-n-curses": { + "android": [ + "com.tomtominc.candiesncurses/com.unity3d.player.UnityPlayerActivity" + ] }, "caneda": { "linux": { diff --git a/icons/circle/48/candies-n-curses.svg b/icons/circle/48/candies-n-curses.svg new file mode 100644 index 0000000000..28a8343cc6 --- /dev/null +++ b/icons/circle/48/candies-n-curses.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/square/48/candies-n-curses.svg b/icons/square/48/candies-n-curses.svg new file mode 100644 index 0000000000..403995d3fd --- /dev/null +++ b/icons/square/48/candies-n-curses.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From a9d8e159ce202f4be3de9827e6a2510192a80204 Mon Sep 17 00:00:00 2001 From: creepertron95 Date: Tue, 7 Apr 2020 22:31:07 -0500 Subject: [PATCH 2/2] add comma --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 28f84b5fe5..e3f268fc8a 100644 --- a/data.json +++ b/data.json @@ -3120,7 +3120,7 @@ "sm.puri.Calls" ] } - } + }, "candies-n-curses": { "android": [ "com.tomtominc.candiesncurses/com.unity3d.player.UnityPlayerActivity"