Hello! I'm not sure this is either a bug or not but what is happening is that I was trying to configure a meter bar to make it reach to maximum limit by dividing the number limit by the current input number such as this:
[Current Number] / [Maximum Limit]
Instead, all I got was 0 as a result.
Please check the GDscript by using the Print function and see if the results equals 0. like this.
1/4 = ?
2/40 = ?
3/4 = ?
If this is a bug in the GDScript, please let me know... Otherwise if there is an alternative way of dividing a number by a higher number then I like to know that too. : )
Thanks!