![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | m0pman |
Im trying to display some information in a label on different lines. Is this even possible?
Current code looks like this for one line:
$LumberHutButton/LumberHutInfo.text = "Cost: " + str(stepify(lumberCost, 0.01))
but I’d like it to look closer to this:
Cost: 5
DPS: 12/s
Other: 42
Is this even possible? Or im better of just making multiple labels and stacking them on top of each other?