#レベルの部分に文字を入れたい。
1 messages · Page 1 of 1 (latest)
"#level_number+文字"ということですか?
"#level_name + '文字'"ですかね
今試してみましたが、できませんでした
直接は無理なのかもしれませんね
"number_to_string": {
"type": "label",
"text": "#text",
"bindings": [
{
"binding_type": "global",
"binding_name": "#hud_title_text_string"
},
{
"binding_type": "view",
"source_property_name": "('§z' + (#hud_title_text_string - 'strength: '))",
"target_property_name": "#text"
}
]
}
wikiのサンプルです
bindingの下のやり方を使ってみてください
わかりました!ありがとうございます