the button text is 2345,
But the final display result is distorted 
this is shader script:
shader_type canvas_item;
uniform float alpha = 0.8;
void fragment(){
COLOR.a *= alpha;
}
i want to know why?
Can you give me any comments or suggestions?
i need your help please,thanks a lot.
BR.