summaryrefslogtreecommitdiff
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
parentImprove output model (diff)
downloadseven-wonders-2b5323a61239ef87376459a8504cc0897a07a7df.tar.gz
seven-wonders-2b5323a61239ef87376459a8504cc0897a07a7df.tar.bz2
seven-wonders-2b5323a61239ef87376459a8504cc0897a07a7df.zip
Move resource images to frontend
-rw-r--r--frontend/public/images/resources/clay.png (renamed from backend/src/main/resources/static/images/tokens/clay.png)bin19566 -> 19566 bytes
-rw-r--r--frontend/public/images/resources/glass.png (renamed from backend/src/main/resources/static/images/tokens/glass.png)bin20961 -> 20961 bytes
-rw-r--r--frontend/public/images/resources/loom.png (renamed from backend/src/main/resources/static/images/tokens/linen.png)bin21053 -> 21053 bytes
-rw-r--r--frontend/public/images/resources/ore.png (renamed from backend/src/main/resources/static/images/tokens/ore.png)bin21524 -> 21524 bytes
-rw-r--r--frontend/public/images/resources/papyrus.png (renamed from backend/src/main/resources/static/images/tokens/paper.png)bin22695 -> 22695 bytes
-rw-r--r--frontend/public/images/resources/stone.png (renamed from backend/src/main/resources/static/images/tokens/stone.png)bin21516 -> 21516 bytes
-rw-r--r--frontend/public/images/resources/wood.png (renamed from backend/src/main/resources/static/images/tokens/wood.png)bin21642 -> 21642 bytes
7 files changed, 0 insertions, 0 deletions
diff --git a/backend/src/main/resources/static/images/tokens/clay.png b/frontend/public/images/resources/clay.png
index 72fc0b0e..72fc0b0e 100644
--- a/backend/src/main/resources/static/images/tokens/clay.png
+++ b/frontend/public/images/resources/clay.png
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/glass.png b/frontend/public/images/resources/glass.png
index 61fd2be5..61fd2be5 100644
--- a/backend/src/main/resources/static/images/tokens/glass.png
+++ b/frontend/public/images/resources/glass.png
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/linen.png b/frontend/public/images/resources/loom.png
index 294adcb2..294adcb2 100644
--- a/backend/src/main/resources/static/images/tokens/linen.png
+++ b/frontend/public/images/resources/loom.png
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/ore.png b/frontend/public/images/resources/ore.png
index c2149daa..c2149daa 100644
--- a/backend/src/main/resources/static/images/tokens/ore.png
+++ b/frontend/public/images/resources/ore.png
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/paper.png b/frontend/public/images/resources/papyrus.png
index 91a59221..91a59221 100644
--- a/backend/src/main/resources/static/images/tokens/paper.png
+++ b/frontend/public/images/resources/papyrus.png
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/stone.png b/frontend/public/images/resources/stone.png
index 674c40db..674c40db 100644
--- a/backend/src/main/resources/static/images/tokens/stone.png
+++ b/frontend/public/images/resources/stone.png
Binary files differ
diff --git a/backend/src/main/resources/static/images/tokens/wood.png b/frontend/public/images/resources/wood.png
index 09a4ede8..09a4ede8 100644
--- a/backend/src/main/resources/static/images/tokens/wood.png
+++ b/frontend/public/images/resources/wood.png
Binary files differ
bgstack15