From d8110b9c4a3dbd3595245e994d68dbcf3ff664cd Mon Sep 17 00:00:00 2001 From: joak Date: Tue, 14 Mar 2023 12:41:04 +0100 Subject: [PATCH] Add 'carddeck1/cards.json' --- carddeck1/cards.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 carddeck1/cards.json diff --git a/carddeck1/cards.json b/carddeck1/cards.json new file mode 100644 index 0000000..fe5bf4a --- /dev/null +++ b/carddeck1/cards.json @@ -0,0 +1,12 @@ +{ + "1" : { + "name" : "body", + "text" : "Some text of this card", + "image": "1.png" + }, + "2" : { + "name" : "panopticon", + "text" : "The panopticon is a design of institutional building with an inbuilt system of control!" + "image": "2.png" + } +} \ No newline at end of file