summaryrefslogtreecommitdiff
path: root/backend/src
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-02-25 20:31:56 +0100
committerjbion <joffrey.bion@amadeus.com>2019-02-25 21:37:33 +0100
commit2b5323a61239ef87376459a8504cc0897a07a7df (patch)
tree61ddca4c92212414bba73e2d507dde610f867454 /backend/src
parentImprove output model (diff)
downloadseven-wonders-2b5323a61239ef87376459a8504cc0897a07a7df.tar.gz
seven-wonders-2b5323a61239ef87376459a8504cc0897a07a7df.tar.bz2
seven-wonders-2b5323a61239ef87376459a8504cc0897a07a7df.zip
Move resource images to frontend
Diffstat (limited to 'backend/src')
-rw-r--r--backend/src/main/resources/static/images/tokens/clay.pngbin19566 -> 0 bytes
-rw-r--r--backend/src/main/resources/static/images/tokens/glass.pngbin20961 -> 0 bytes
-rw-r--r--backend/src/main/resources/static/images/tokens/linen.pngbin21053 -> 0 bytes
-rw-r--r--backend/src/main/resources/static/images/tokens/ore.pngbin21524 -> 0 bytes
-rw-r--r--backend/src/main/resources/static/images/tokens/paper.pngbin22695 -> 0 bytes
-rw-r--r--backend/src/main/resources/static/images/tokens/stone.pngbin21516 -> 0 bytes
-rw-r--r--backend/src/main/resources/static/images/tokens/wood.pngbin21642 -> 0 bytes
7 files changed, 0 insertions, 0 deletions
diff --git a/backend/src/main/resources/static/images/tokens/clay.png b/backend/src/main/resources/static/images/tokens/clay.png
deleted file mode 100644
index 72fc0b0e..00000000
--- a/backend/src/main/resources/static/images/tokens/clay.png
+++ /dev/null
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/glass.png b/backend/src/main/resources/static/images/tokens/glass.png
deleted file mode 100644
index 61fd2be5..00000000
--- a/backend/src/main/resources/static/images/tokens/glass.png
+++ /dev/null
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/linen.png b/backend/src/main/resources/static/images/tokens/linen.png
deleted file mode 100644
index 294adcb2..00000000
--- a/backend/src/main/resources/static/images/tokens/linen.png
+++ /dev/null
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/ore.png b/backend/src/main/resources/static/images/tokens/ore.png
deleted file mode 100644
index c2149daa..00000000
--- a/backend/src/main/resources/static/images/tokens/ore.png
+++ /dev/null
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/paper.png b/backend/src/main/resources/static/images/tokens/paper.png
deleted file mode 100644
index 91a59221..00000000
--- a/backend/src/main/resources/static/images/tokens/paper.png
+++ /dev/null
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/stone.png b/backend/src/main/resources/static/images/tokens/stone.png
deleted file mode 100644
index 674c40db..00000000
--- a/backend/src/main/resources/static/images/tokens/stone.png
+++ /dev/null
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/wood.png b/backend/src/main/resources/static/images/tokens/wood.png
deleted file mode 100644
index 09a4ede8..00000000
--- a/backend/src/main/resources/static/images/tokens/wood.png
+++ /dev/null
Binary files differ
bgstack15