programnoir / GDTemplate

Godot template for game projects (Godot 4.x)
Other
9 stars 0 forks source link

Corrects value passed to nLabelWindowScale #16

Closed programnoir closed 1 year ago

programnoir commented 1 year ago

The bug was caused by the new_scale argument being directly passed to the label, when it needed to be obtaining the info as it is stored in the settings data.