How to align the icon to the center of a button by GDScript code?
I entered trying to center the icon of a button by code, I read the documentation but I only get that it is a TextAlign
This code fails
$Button.icon_alignment = ALIGN_CENTER
Parser Error: Identifier "ALIGN_CENTER" not declared in the current scope.