Godot: color only a certain digit within a row

后端 未结 0 1683
梦谈多话
梦谈多话 2020-12-22 03:01

with this

var ggg = ""
if enteredDigitsCount == 4:
    ggg = ggg.insert(2, "_")
    text = text.insert(1, ggg)

I can have

相关标签:
回答
  • 消灭零回复
提交回复
热议问题