summaryrefslogtreecommitdiff
path: root/frontend/public
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-02-26 12:23:44 +0100
committerjbion <joffrey.bion@amadeus.com>2019-02-26 12:23:54 +0100
commit818fa8a1eb5db9b578933bc9defad2c400138fed (patch)
tree0e347b6d0327201a6700051ed8af52d423a75023 /frontend/public
parentIncrease space between resources in production bar (diff)
downloadseven-wonders-818fa8a1eb5db9b578933bc9defad2c400138fed.tar.gz
seven-wonders-818fa8a1eb5db9b578933bc9defad2c400138fed.tar.bz2
seven-wonders-818fa8a1eb5db9b578933bc9defad2c400138fed.zip
Add gold amount to production bar
Diffstat (limited to 'frontend/public')
-rw-r--r--frontend/public/images/tokens/coin.pngbin0 -> 4515 bytes
-rw-r--r--frontend/public/images/tokens/resources/clay.png (renamed from frontend/public/images/resources/clay.png)bin19566 -> 19566 bytes
-rw-r--r--frontend/public/images/tokens/resources/glass.png (renamed from frontend/public/images/resources/glass.png)bin20961 -> 20961 bytes
-rw-r--r--frontend/public/images/tokens/resources/loom.png (renamed from frontend/public/images/resources/loom.png)bin21053 -> 21053 bytes
-rw-r--r--frontend/public/images/tokens/resources/ore.png (renamed from frontend/public/images/resources/ore.png)bin21524 -> 21524 bytes
-rw-r--r--frontend/public/images/tokens/resources/papyrus.png (renamed from frontend/public/images/resources/papyrus.png)bin22695 -> 22695 bytes
-rw-r--r--frontend/public/images/tokens/resources/stone.png (renamed from frontend/public/images/resources/stone.png)bin21516 -> 21516 bytes
-rw-r--r--frontend/public/images/tokens/resources/wood.png (renamed from frontend/public/images/resources/wood.png)bin21642 -> 21642 bytes
8 files changed, 0 insertions, 0 deletions
diff --git a/frontend/public/images/tokens/coin.png b/frontend/public/images/tokens/coin.png
new file mode 100644
index 00000000..f4813042
--- /dev/null
+++ b/frontend/public/images/tokens/coin.png
Binary files differ
diff --git a/frontend/public/images/resources/clay.png b/frontend/public/images/tokens/resources/clay.png
index 72fc0b0e..72fc0b0e 100644
--- a/frontend/public/images/resources/clay.png
+++ b/frontend/public/images/tokens/resources/clay.png
Binary files differ
diff --git a/frontend/public/images/resources/glass.png b/frontend/public/images/tokens/resources/glass.png
index 61fd2be5..61fd2be5 100644
--- a/frontend/public/images/resources/glass.png
+++ b/frontend/public/images/tokens/resources/glass.png
Binary files differ
diff --git a/frontend/public/images/resources/loom.png b/frontend/public/images/tokens/resources/loom.png
index 294adcb2..294adcb2 100644
--- a/frontend/public/images/resources/loom.png
+++ b/frontend/public/images/tokens/resources/loom.png
Binary files differ
diff --git a/frontend/public/images/resources/ore.png b/frontend/public/images/tokens/resources/ore.png
index c2149daa..c2149daa 100644
--- a/frontend/public/images/resources/ore.png
+++ b/frontend/public/images/tokens/resources/ore.png
Binary files differ
diff --git a/frontend/public/images/resources/papyrus.png b/frontend/public/images/tokens/resources/papyrus.png
index 91a59221..91a59221 100644
--- a/frontend/public/images/resources/papyrus.png
+++ b/frontend/public/images/tokens/resources/papyrus.png
Binary files differ
diff --git a/frontend/public/images/resources/stone.png b/frontend/public/images/tokens/resources/stone.png
index 674c40db..674c40db 100644
--- a/frontend/public/images/resources/stone.png
+++ b/frontend/public/images/tokens/resources/stone.png
Binary files differ
diff --git a/frontend/public/images/resources/wood.png b/frontend/public/images/tokens/resources/wood.png
index 09a4ede8..09a4ede8 100644
--- a/frontend/public/images/resources/wood.png
+++ b/frontend/public/images/tokens/resources/wood.png
Binary files differ
bgstack15