- Edited
Currently trying to make a progress bar go up over 1 second, only path I seem to know how of doing this is by doing:
Variable = time
min value = variable
max value = variable+1
while ( variable < max time )
variable = time
This is just code written out in theory, I just can't seem to find out how to make a "variable = time", I would have considered the Timer feature in Godot but it goes down rather than upwards ( I assume since its a timer ).
Any advice is helpful.
In C#.