Today i've wanted to put under my minimap the name of the player like in the Character Window.
But, when i go to look for the code in selectcaracterwindow.py i see that :
PHP Code:
{
"name" : "character_name",
"type" : "text",
"x" : 125,
"y" : 75,
"text" : "Name : ",
"children" :
(
{
"name" : "character_name_slot",
"type" : "image",
"x" : 150,
"y" : 75,
"image" : "",
},
{
"name" : "character_name_value",
"type" : "text",
"x" : 10 + 130/2,
"y" : 0,
"color" : 0xffFFCA00,
"text" : "",
"text_horizontal_align" : "center",
},
),
},
So my request is :
What can i do to put the player name under my minimap ?
__________________________________________________ _________
[GERMAN with Google Translate]
Hallo Gemeinde.
Heute habe ich wollte unter meine Minimap setzen Sie den Namen der Spieler wie im Charakter Fenster.
Aber, wenn ich für den Code in Blick zu gehen selectcaracterwindow.py Ich sehe, dass:
PHP Code:
{
"name" : "character_name",
"type" : "text",
"x" : 125,
"y" : 75,
"text" : "Name : ",
"children" :
(
{
"name" : "character_name_slot",
"type" : "image",
"x" : 150,
"y" : 75,
"image" : "",
},
{
"name" : "character_name_value",
"type" : "text",
"x" : 10 + 130/2,
"y" : 0,
"color" : 0xffFFCA00,
"text" : "",
"text_horizontal_align" : "center",
},
),
},
Also meine Bitte ist:
Was kann ich tun, um den Spieler-Namen unter meine Minimap setzen?
Thanks in advance Boys and Girls
TorKS.






