Make filenames consistent with new names

This commit is contained in:
Aaron Suen 2020-06-28 12:13:41 -04:00
parent e2b2e0acc7
commit 787d548e3b
8 changed files with 10 additions and 10 deletions

View File

@ -12,18 +12,18 @@ nodecore.amcoremod()
local modname = minetest.get_current_modname()
local glyphs = {
modname .. "_ava.png",
modname .. "_del.png",
modname .. "_enz.png",
modname .. "_enz.png^[transformFX",
modname .. "_san.png",
modname .. "_tef.png",
modname .. "_tef.png^[transformFX",
modname .. "_yut.png",
modname .. "_cav.png",
modname .. "_odo.png",
modname .. "_niz.png",
modname .. "_niz.png^[transformFX",
modname .. "_mew.png",
modname .. "_fot.png",
modname .. "_fot.png^[transformFX",
modname .. "_yit.png",
modname .. "_geq.png",
modname .. "_geq.png^[transformFX",
modname .. "_rex.png",
modname .. "_rex.png^[transformFX"
modname .. "_prx.png",
modname .. "_prx.png^[transformFX"
}
local glyphnames = {

View File

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View File

Before

Width:  |  Height:  |  Size: 114 B

After

Width:  |  Height:  |  Size: 114 B

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

View File

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 224 B

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B