summaryrefslogtreecommitdiff
path: root/mesecons_lightstone
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2017-09-18 00:38:55 +0200
committerVitaliy <silverunicorn2011@yandex.ru>2017-09-18 01:38:55 +0300
commit954262d0164692fa03fe48e9bd439c8e570726fb (patch)
tree1d83b414214786f7071dfbeeab817d0bf50bd5d5 /mesecons_lightstone
parent3ef8ae01e7888444aed59565f54f4f2ef3416f37 (diff)
downloadmesecons-954262d0164692fa03fe48e9bd439c8e570726fb.tar
mesecons-954262d0164692fa03fe48e9bd439c8e570726fb.tar.gz
mesecons-954262d0164692fa03fe48e9bd439c8e570726fb.tar.bz2
mesecons-954262d0164692fa03fe48e9bd439c8e570726fb.tar.xz
mesecons-954262d0164692fa03fe48e9bd439c8e570726fb.zip
Add 6 new lightstone colors (#329)
Cyan, magenta, orange, pink, violet and white.
Diffstat (limited to 'mesecons_lightstone')
-rw-r--r--mesecons_lightstone/init.lua6
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_cyan_off.pngbin0 -> 443 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_cyan_on.pngbin0 -> 663 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_magenta_off.pngbin0 -> 387 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_magenta_on.pngbin0 -> 633 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_orange_off.pngbin0 -> 407 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_orange_on.pngbin0 -> 641 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_pink_off.pngbin0 -> 349 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_pink_on.pngbin0 -> 546 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_violet_off.pngbin0 -> 387 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_violet_on.pngbin0 -> 633 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_white_off.pngbin0 -> 429 bytes
-rw-r--r--mesecons_lightstone/textures/jeija_lightstone_white_on.pngbin0 -> 357 bytes
13 files changed, 6 insertions, 0 deletions
diff --git a/mesecons_lightstone/init.lua b/mesecons_lightstone/init.lua
index ab820bf..1b8e222 100644
--- a/mesecons_lightstone/init.lua
+++ b/mesecons_lightstone/init.lua
@@ -61,3 +61,9 @@ mesecon.lightstone_add("blue", "dye:blue", "jeija_lightstone_blue_off.png", "jei
mesecon.lightstone_add("gray", "dye:grey", "jeija_lightstone_gray_off.png", "jeija_lightstone_gray_on.png", "Grey Lightstone")
mesecon.lightstone_add("darkgray", "dye:dark_grey", "jeija_lightstone_darkgray_off.png", "jeija_lightstone_darkgray_on.png", "Dark Grey Lightstone")
mesecon.lightstone_add("yellow", "dye:yellow", "jeija_lightstone_yellow_off.png", "jeija_lightstone_yellow_on.png", "Yellow Lightstone")
+mesecon.lightstone_add("orange", "dye:orange", "jeija_lightstone_orange_off.png", "jeija_lightstone_orange_on.png", "Orange Lightstone")
+mesecon.lightstone_add("white", "dye:white", "jeija_lightstone_white_off.png", "jeija_lightstone_white_on.png", "White Lightstone")
+mesecon.lightstone_add("pink", "dye:pink", "jeija_lightstone_pink_off.png", "jeija_lightstone_pink_on.png", "Pink Lightstone")
+mesecon.lightstone_add("magenta", "dye:magenta", "jeija_lightstone_magenta_off.png", "jeija_lightstone_magenta_on.png", "Magenta Lightstone")
+mesecon.lightstone_add("cyan", "dye:cyan", "jeija_lightstone_cyan_off.png", "jeija_lightstone_cyan_on.png", "Cyan Lightstone")
+mesecon.lightstone_add("violet", "dye:violet", "jeija_lightstone_violet_off.png", "jeija_lightstone_violet_on.png", "Violet Lightstone")
diff --git a/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png b/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png
new file mode 100644
index 0000000..5315110
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png b/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png
new file mode 100644
index 0000000..200345c
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png b/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png
new file mode 100644
index 0000000..43fa524
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png b/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png
new file mode 100644
index 0000000..8f28b7c
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_orange_off.png b/mesecons_lightstone/textures/jeija_lightstone_orange_off.png
new file mode 100644
index 0000000..4bf206e
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_orange_off.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_orange_on.png b/mesecons_lightstone/textures/jeija_lightstone_orange_on.png
new file mode 100644
index 0000000..bcba4d2
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_orange_on.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_pink_off.png b/mesecons_lightstone/textures/jeija_lightstone_pink_off.png
new file mode 100644
index 0000000..ee265f9
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_pink_off.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_pink_on.png b/mesecons_lightstone/textures/jeija_lightstone_pink_on.png
new file mode 100644
index 0000000..ba85110
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_pink_on.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_violet_off.png b/mesecons_lightstone/textures/jeija_lightstone_violet_off.png
new file mode 100644
index 0000000..83b5e2d
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_violet_off.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_violet_on.png b/mesecons_lightstone/textures/jeija_lightstone_violet_on.png
new file mode 100644
index 0000000..2b3eb2e
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_violet_on.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_white_off.png b/mesecons_lightstone/textures/jeija_lightstone_white_off.png
new file mode 100644
index 0000000..78338c8
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_white_off.png
Binary files differ
diff --git a/mesecons_lightstone/textures/jeija_lightstone_white_on.png b/mesecons_lightstone/textures/jeija_lightstone_white_on.png
new file mode 100644
index 0000000..792d89d
--- /dev/null
+++ b/mesecons_lightstone/textures/jeija_lightstone_white_on.png
Binary files differ