diff --git a/.gitignore b/.gitignore index 1ed654d..7dea28f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ bin-debug/ bin-release/ # Project property files -.actionScriptProperties +.LuaProperties .flexProperties .settings/ .project \ No newline at end of file diff --git a/README.md b/README.md index cf20ee1..0e8f16d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ paint_buckets ============= -mod for the game Minetest - adds 120 colors as paint buckets, designed to replace dyes mod. \ No newline at end of file +Mod for the game Minetest +Adds 120 colors as paint buckets +Designed to replace dyes mod. \ No newline at end of file diff --git a/dyes of 5 colors based.html b/dyes of 5 colors based.html new file mode 100644 index 0000000..704a18b --- /dev/null +++ b/dyes of 5 colors based.html @@ -0,0 +1,419 @@ + + + Palette color coding + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Palette color coding

+
secondary_10 #808000secondary_9 #800080secondary_8 #ff0000secondary_7 #008080secondary_6 #00ff00secondary_5 #0000ffsecondary_4 #808080secondary_3 #ffff80secondary_2secondary_1 #80ffffprimary_5 #000000primary_4 #ffff00primary_3 #ff00ffprimary_2 #00ffffprimary_1 #ffffff
primary_1 #fffffftertiary_10 #bfbf60tertiary_9 #bf60bftertiary_8 #ff8080tertiary_7 #60bfbftertiary_6 #80ff80tertiary_5 #8080fftertiary_4 #bfbfbftertiary_3 #ffffbftertiary_2 #ffbffftertiary_1 #bfffffsecondary_4 #808080secondary_3 #ffff80secondary_2secondary_1 #80ffffprimary_1 #ffffff
primary_2 #00fffft20t19t18t17t16t15t14t13t12t11secondary_7 #008080secondary_6 #00ff00secondary_5 #0000ffprimary_2 #00ffff
+
primary_3 #ff00fft30t29t28t27t26t25t24t23t22t21secondary_9 #800080secondary_8 #ff0000primary_3 #ff00ff
+

+
primary_4 #ffff00t40t39t38t37t36t35t34t33t32t31secondary_10 #808000primary_4 #ffff00
+

+

+
primary_5 #000000t50t49t48t47t46t45t44t43t42t41primary_5 #000000
+

+

+

+
secondary_1 #80fffft59t58t57t56t55t54t53t52t51secondary_1 #80ffff
+

+

+

+

+
secondary_2t67t66t65t64t63t62t61t60secondary_2
+

+

+

+

+

+
secondary_3 #ffff80t84t83t82t81t80t69t68secondary_3 #ffff80
+

+

+

+

+

+

+
secondary_4 #808080t90t89t88t87t86t85secondary_4 #808080
+

+

+

+

+

+

+

+
secondary_5 #0000fft95t94t93t92t91secondary_5 #0000ff
+

+

+

+

+

+

+

+

+
secondary_6 #00ff00t99t98t97t96secondary_6 #00ff00
+

+

+

+

+

+

+

+

+

+
secondary_7 #008080t102t101t100secondary_7 #008080
+

+

+

+

+

+

+

+

+

+

+
secondary_8 #ff0000t104t103secondary_8 #ff0000
+

+

+

+

+

+

+

+

+

+

+

+
secondary_9 #800080t105secondary_9 #800080
+

+

+

+

+

+

+

+

+

+

+

+

+
secondary_10 #808000secondary_10 #808000
+

+

+

+

+

+

+

+

+

+

+

+

+

+
+ +
When you mouse over the images, you will get the related information:
+ +Example: tertiary_9 #bf60bf. +
+ + diff --git a/paint_buckets/textures/primary_1.png b/paint_buckets/textures/primary_1.png new file mode 100644 index 0000000..42bf120 Binary files /dev/null and b/paint_buckets/textures/primary_1.png differ diff --git a/paint_buckets/textures/primary_2.png b/paint_buckets/textures/primary_2.png new file mode 100644 index 0000000..3c6a1d5 Binary files /dev/null and b/paint_buckets/textures/primary_2.png differ diff --git a/paint_buckets/textures/primary_3.png b/paint_buckets/textures/primary_3.png new file mode 100644 index 0000000..8de95fb Binary files /dev/null and b/paint_buckets/textures/primary_3.png differ diff --git a/paint_buckets/textures/primary_4.png b/paint_buckets/textures/primary_4.png new file mode 100644 index 0000000..6988b7f Binary files /dev/null and b/paint_buckets/textures/primary_4.png differ diff --git a/paint_buckets/textures/primary_5.png b/paint_buckets/textures/primary_5.png new file mode 100644 index 0000000..44840e1 Binary files /dev/null and b/paint_buckets/textures/primary_5.png differ diff --git a/paint_buckets/textures/secondary_1.png b/paint_buckets/textures/secondary_1.png new file mode 100644 index 0000000..4cffc86 Binary files /dev/null and b/paint_buckets/textures/secondary_1.png differ diff --git a/paint_buckets/textures/secondary_10.png b/paint_buckets/textures/secondary_10.png new file mode 100644 index 0000000..b2bfeed Binary files /dev/null and b/paint_buckets/textures/secondary_10.png differ diff --git a/paint_buckets/textures/secondary_2.png b/paint_buckets/textures/secondary_2.png new file mode 100644 index 0000000..3e1576a Binary files /dev/null and b/paint_buckets/textures/secondary_2.png differ diff --git a/paint_buckets/textures/secondary_3.png b/paint_buckets/textures/secondary_3.png new file mode 100644 index 0000000..9d35938 Binary files /dev/null and b/paint_buckets/textures/secondary_3.png differ diff --git a/paint_buckets/textures/secondary_4.png b/paint_buckets/textures/secondary_4.png new file mode 100644 index 0000000..1cb93c9 Binary files /dev/null and b/paint_buckets/textures/secondary_4.png differ diff --git a/paint_buckets/textures/secondary_5.png b/paint_buckets/textures/secondary_5.png new file mode 100644 index 0000000..6c60f28 Binary files /dev/null and b/paint_buckets/textures/secondary_5.png differ diff --git a/paint_buckets/textures/secondary_6.png b/paint_buckets/textures/secondary_6.png new file mode 100644 index 0000000..1551f49 Binary files /dev/null and b/paint_buckets/textures/secondary_6.png differ diff --git a/paint_buckets/textures/secondary_7.png b/paint_buckets/textures/secondary_7.png new file mode 100644 index 0000000..1987d91 Binary files /dev/null and b/paint_buckets/textures/secondary_7.png differ diff --git a/paint_buckets/textures/secondary_8.png b/paint_buckets/textures/secondary_8.png new file mode 100644 index 0000000..54222fb Binary files /dev/null and b/paint_buckets/textures/secondary_8.png differ diff --git a/paint_buckets/textures/secondary_9.png b/paint_buckets/textures/secondary_9.png new file mode 100644 index 0000000..d55b042 Binary files /dev/null and b/paint_buckets/textures/secondary_9.png differ diff --git a/paint_buckets/textures/tertiary_1.png b/paint_buckets/textures/tertiary_1.png new file mode 100644 index 0000000..7c94931 Binary files /dev/null and b/paint_buckets/textures/tertiary_1.png differ diff --git a/paint_buckets/textures/tertiary_10.png b/paint_buckets/textures/tertiary_10.png new file mode 100644 index 0000000..8b3ce5f Binary files /dev/null and b/paint_buckets/textures/tertiary_10.png differ diff --git a/paint_buckets/textures/tertiary_2.png b/paint_buckets/textures/tertiary_2.png new file mode 100644 index 0000000..a117019 Binary files /dev/null and b/paint_buckets/textures/tertiary_2.png differ diff --git a/paint_buckets/textures/tertiary_3.png b/paint_buckets/textures/tertiary_3.png new file mode 100644 index 0000000..301d500 Binary files /dev/null and b/paint_buckets/textures/tertiary_3.png differ diff --git a/paint_buckets/textures/tertiary_4.png b/paint_buckets/textures/tertiary_4.png new file mode 100644 index 0000000..793b05b Binary files /dev/null and b/paint_buckets/textures/tertiary_4.png differ diff --git a/paint_buckets/textures/tertiary_5.png b/paint_buckets/textures/tertiary_5.png new file mode 100644 index 0000000..71bcbf1 Binary files /dev/null and b/paint_buckets/textures/tertiary_5.png differ diff --git a/paint_buckets/textures/tertiary_6.png b/paint_buckets/textures/tertiary_6.png new file mode 100644 index 0000000..67ffa9a Binary files /dev/null and b/paint_buckets/textures/tertiary_6.png differ diff --git a/paint_buckets/textures/tertiary_7.png b/paint_buckets/textures/tertiary_7.png new file mode 100644 index 0000000..91005d7 Binary files /dev/null and b/paint_buckets/textures/tertiary_7.png differ diff --git a/paint_buckets/textures/tertiary_8.png b/paint_buckets/textures/tertiary_8.png new file mode 100644 index 0000000..60b5ce4 Binary files /dev/null and b/paint_buckets/textures/tertiary_8.png differ diff --git a/paint_buckets/textures/tertiary_9.png b/paint_buckets/textures/tertiary_9.png new file mode 100644 index 0000000..2d4d6df Binary files /dev/null and b/paint_buckets/textures/tertiary_9.png differ diff --git a/template.xcf b/template.xcf new file mode 100644 index 0000000..ba96106 Binary files /dev/null and b/template.xcf differ