updated README + fixed GUI
This commit is contained in:
parent
de2f51399f
commit
9261c0ca66
@ -20,5 +20,7 @@ Website : http://cdqwertz.github.io/
|
||||
Minetest : http://www.minetest.net/
|
||||
|
||||
##Thanks to
|
||||
* farfadet46 (dog/wolf model + french translation)
|
||||
* farfadet46 (dog/wolf model + French translation)
|
||||
* ExcaliburZero (cleaning up my code)
|
||||
* mahmutelmas06 (Turkish translation)
|
||||
* srifqi (Indonesian translation)
|
||||
|
@ -40,7 +40,7 @@ character_editor.window = character_editor.window .. "label[0,0;Select your lang
|
||||
character_editor.window = character_editor.window .. "button[3,2;2,1;lang_EN;EN]"
|
||||
character_editor.window = character_editor.window .. "button[3,3;2,1;lang_DE;DE]"
|
||||
character_editor.window = character_editor.window .. "button[3,4;2,1;lang_FR;FR]"
|
||||
character_editor.window = character_editor.window .. "button[3,4;2,1;lang_ID;ID]"
|
||||
character_editor.window = character_editor.window .. "button[3,6;2,1;lang_ID;ID]"
|
||||
character_editor.window = character_editor.window .. "button[3,5;2,1;lang_TR;TR]"
|
||||
|
||||
function character_editor.show_window(player)
|
||||
|
Loading…
x
Reference in New Issue
Block a user