summaryrefslogtreecommitdiff
path: root/frontend/public
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 /frontend/public
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 'frontend/public')
-rw-r--r--frontend/public/images/resources/clay.pngbin0 -> 19566 bytes
-rw-r--r--frontend/public/images/resources/glass.pngbin0 -> 20961 bytes
-rw-r--r--frontend/public/images/resources/loom.pngbin0 -> 21053 bytes
-rw-r--r--frontend/public/images/resources/ore.pngbin0 -> 21524 bytes
-rw-r--r--frontend/public/images/resources/papyrus.pngbin0 -> 22695 bytes
-rw-r--r--frontend/public/images/resources/stone.pngbin0 -> 21516 bytes
-rw-r--r--frontend/public/images/resources/wood.pngbin0 -> 21642 bytes
7 files changed, 0 insertions, 0 deletions
diff --git a/frontend/public/images/resources/clay.png b/frontend/public/images/resources/clay.png
new file mode 100644
index 00000000..72fc0b0e
--- /dev/null
+++ b/frontend/public/images/resources/clay.png
Binary files differ
diff --git a/frontend/public/images/resources/glass.png b/frontend/public/images/resources/glass.png
new file mode 100644
index 00000000..61fd2be5
--- /dev/null
+++ b/frontend/public/images/resources/glass.png
Binary files differ
diff --git a/frontend/public/images/resources/loom.png b/frontend/public/images/resources/loom.png
new file mode 100644
index 00000000..294adcb2
--- /dev/null
+++ b/frontend/public/images/resources/loom.png
Binary files differ
diff --git a/frontend/public/images/resources/ore.png b/frontend/public/images/resources/ore.png
new file mode 100644
index 00000000..c2149daa
--- /dev/null
+++ b/frontend/public/images/resources/ore.png
Binary files differ
diff --git a/frontend/public/images/resources/papyrus.png b/frontend/public/images/resources/papyrus.png
new file mode 100644
index 00000000..91a59221
--- /dev/null
+++ b/frontend/public/images/resources/papyrus.png
Binary files differ
diff --git a/frontend/public/images/resources/stone.png b/frontend/public/images/resources/stone.png
new file mode 100644
index 00000000..674c40db
--- /dev/null
+++ b/frontend/public/images/resources/stone.png
Binary files differ
diff --git a/frontend/public/images/resources/wood.png b/frontend/public/images/resources/wood.png
new file mode 100644
index 00000000..09a4ede8
--- /dev/null
+++ b/frontend/public/images/resources/wood.png
Binary files differ
bgstack15