Rename accessoire → accessory

master
Wuzzy 2021-08-02 22:53:54 +02:00
parent de35c22b5f
commit defbc51b28
5 changed files with 6 additions and 6 deletions

View File

@ -14,10 +14,10 @@ Wuzzy (CC0 1.0):
- hades_skins_pants_hotpants.png
- hades_skins_shirt_top.png
- hades_skins_shirt_tanktop.png
- hades_skins_accessoire_head_flowers.png
- hades_skins_accessory_head_flowers.png
Kosanaya (CC BY-SA 3.0):
* hades_skins_accessoire_head_ribbon.png (original skin: Bikutoria_by_Kosanaya.png)
* hades_skins_accessory_head_ribbon.png (original skin: Bikutoria_by_Kosanaya.png)
Minetestian (CC BY-SA 3.0):
* hades_skins_shirt_t-shirt.png (original skin: Minetestian_by_Minetestian.png)

View File

@ -27,8 +27,8 @@ local styles = {
{ name = "long", desc = S("Long hair") },
{ name = "beard", desc = S("Hair with beard") },
},
accessoire_head = {
{ name = "blank", desc = S("No accessoire") },
accessory_head = {
{ name = "blank", desc = S("No accessory") },
{ name = "ribbon", desc = S("Ribbon") },
{ name = "headband", desc = S("Headband") },
{ name = "flowers", desc = S("Head flowers") },
@ -61,7 +61,7 @@ local styles = {
-- Sort styles by the rough position on the body (from top to bottom)
local styles_sorted = {
"skin", "accessoire_head", "hair", "eyes", "shirt", "belt", "pants", "shoes"
"skin", "accessory_head", "hair", "eyes", "shirt", "belt", "pants", "shoes"
}
function hades_skins.get_random_textures_and_colors()
@ -117,7 +117,7 @@ function hades_skins.build_texture(base, color)
.. tex.shirt
.. tex.belt
.. tex.hair
.. tex.accessoire_head
.. tex.accessory_head
return { textures = { texture }, colors = color }
end

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 315 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB