diff --git a/init.lua b/init.lua index 230776f..4b13ad6 100644 --- a/init.lua +++ b/init.lua @@ -150,7 +150,7 @@ function enchanting.timer(pos) acceleration = {x=0, y=-2.2, z=0}, expirationtime = 1, size = 2, - texture = "glyph"..math.random(1,14)..".png" + texture = "xdecor_glyph"..math.random(1,18)..".png" }) end return true diff --git a/textures/glyph1.png b/textures/glyph1.png deleted file mode 100644 index da77892..0000000 Binary files a/textures/glyph1.png and /dev/null differ diff --git a/textures/glyph10.png b/textures/glyph10.png deleted file mode 100644 index 27c7c8d..0000000 Binary files a/textures/glyph10.png and /dev/null differ diff --git a/textures/glyph11.png b/textures/glyph11.png deleted file mode 100644 index 76493c9..0000000 Binary files a/textures/glyph11.png and /dev/null differ diff --git a/textures/glyph12.png b/textures/glyph12.png deleted file mode 100644 index 72f18fb..0000000 Binary files a/textures/glyph12.png and /dev/null differ diff --git a/textures/glyph13.png b/textures/glyph13.png deleted file mode 100644 index 70ca494..0000000 Binary files a/textures/glyph13.png and /dev/null differ diff --git a/textures/glyph2.png b/textures/glyph2.png deleted file mode 100644 index a6da2d1..0000000 Binary files a/textures/glyph2.png and /dev/null differ diff --git a/textures/glyph3.png b/textures/glyph3.png deleted file mode 100644 index 456e030..0000000 Binary files a/textures/glyph3.png and /dev/null differ diff --git a/textures/glyph5.png b/textures/glyph5.png deleted file mode 100644 index c79537f..0000000 Binary files a/textures/glyph5.png and /dev/null differ diff --git a/textures/glyph6.png b/textures/glyph6.png deleted file mode 100644 index f735354..0000000 Binary files a/textures/glyph6.png and /dev/null differ diff --git a/textures/glyph7.png b/textures/glyph7.png deleted file mode 100644 index 3f91a32..0000000 Binary files a/textures/glyph7.png and /dev/null differ diff --git a/textures/glyph8.png b/textures/glyph8.png deleted file mode 100644 index 6c65994..0000000 Binary files a/textures/glyph8.png and /dev/null differ diff --git a/textures/xdecor_glyph1.png b/textures/xdecor_glyph1.png new file mode 100644 index 0000000..a5ac3f5 Binary files /dev/null and b/textures/xdecor_glyph1.png differ diff --git a/textures/xdecor_glyph10.png b/textures/xdecor_glyph10.png new file mode 100644 index 0000000..d002147 Binary files /dev/null and b/textures/xdecor_glyph10.png differ diff --git a/textures/xdecor_glyph11.png b/textures/xdecor_glyph11.png new file mode 100644 index 0000000..c9cd9ff Binary files /dev/null and b/textures/xdecor_glyph11.png differ diff --git a/textures/xdecor_glyph12.png b/textures/xdecor_glyph12.png new file mode 100644 index 0000000..dc5dd1d Binary files /dev/null and b/textures/xdecor_glyph12.png differ diff --git a/textures/xdecor_glyph13.png b/textures/xdecor_glyph13.png new file mode 100644 index 0000000..45c6d5a Binary files /dev/null and b/textures/xdecor_glyph13.png differ diff --git a/textures/glyph14.png b/textures/xdecor_glyph14.png similarity index 100% rename from textures/glyph14.png rename to textures/xdecor_glyph14.png diff --git a/textures/xdecor_glyph15.png b/textures/xdecor_glyph15.png new file mode 100644 index 0000000..0db3a9e Binary files /dev/null and b/textures/xdecor_glyph15.png differ diff --git a/textures/xdecor_glyph16.png b/textures/xdecor_glyph16.png new file mode 100644 index 0000000..d10a72b Binary files /dev/null and b/textures/xdecor_glyph16.png differ diff --git a/textures/xdecor_glyph17.png b/textures/xdecor_glyph17.png new file mode 100644 index 0000000..2b374e8 Binary files /dev/null and b/textures/xdecor_glyph17.png differ diff --git a/textures/xdecor_glyph18.png b/textures/xdecor_glyph18.png new file mode 100644 index 0000000..e762e35 Binary files /dev/null and b/textures/xdecor_glyph18.png differ diff --git a/textures/xdecor_glyph2.png b/textures/xdecor_glyph2.png new file mode 100644 index 0000000..eb1e74f Binary files /dev/null and b/textures/xdecor_glyph2.png differ diff --git a/textures/xdecor_glyph3.png b/textures/xdecor_glyph3.png new file mode 100644 index 0000000..e82145e Binary files /dev/null and b/textures/xdecor_glyph3.png differ diff --git a/textures/glyph4.png b/textures/xdecor_glyph4.png similarity index 100% rename from textures/glyph4.png rename to textures/xdecor_glyph4.png diff --git a/textures/xdecor_glyph5.png b/textures/xdecor_glyph5.png new file mode 100644 index 0000000..f0635bf Binary files /dev/null and b/textures/xdecor_glyph5.png differ diff --git a/textures/xdecor_glyph6.png b/textures/xdecor_glyph6.png new file mode 100644 index 0000000..c93976c Binary files /dev/null and b/textures/xdecor_glyph6.png differ diff --git a/textures/xdecor_glyph7.png b/textures/xdecor_glyph7.png new file mode 100644 index 0000000..1e4ff02 Binary files /dev/null and b/textures/xdecor_glyph7.png differ diff --git a/textures/xdecor_glyph8.png b/textures/xdecor_glyph8.png new file mode 100644 index 0000000..2f2b86c Binary files /dev/null and b/textures/xdecor_glyph8.png differ diff --git a/textures/glyph9.png b/textures/xdecor_glyph9.png similarity index 100% rename from textures/glyph9.png rename to textures/xdecor_glyph9.png