updated README + fixed GUI

This commit is contained in:
cale 2016-04-07 16:38:19 +02:00
parent de2f51399f
commit 9261c0ca66
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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)