I noticed that Godot changes the alpha of the LineEdit text when editable = false. I want the alpha to stay 1.
What I'm trying to do here is let the user input a name and then when they press enter it saves it in some dict etc (not important) and still shows as normal text (they can't edit it again)