일단은 델타로 어찌저찌 구현은 했는데, 너무 불안정함.

05b2de23fcd139ab2eed86e7449c746f55a0eff1a3043025f5527d218ccb2e01602901a9811f99ca19ce


func _process(delta):

if A == true:

T += delta

if T/ttime >= len(Text_) - 1:

A = false

Text2[int(T/ttime)] = Text_[int(T/ttime)]

self.set_text(Text2)


진짜 모르겠어서 그런데 어떻게 해야되는지 조언좀...


저거랑 다른방식이어도 되니까 뭐라도 알려줘