Topic was automatically imported from the old Question2Answer platform.
Asked By
ColdCoffe
so uh, i tried to make a scanner-like item for a game, which when a certain item or ‘goods’ overlap, will display certain ‘price’ value.
so my node looks like this :
then i add code:
basically displaying whatever ‘price’ value i put there.
my question is, how do i set the label, so it will show the total price ?
i tried to put a an ‘area_entered’ signal in the scanner and the goods, but they only display initial value of each item.