Godot Version 4.5
When the player clicks on a button, a popup appears. But right now it’s too small and since I’m working with pixel art, resizing it pixelizes it. I cant do it with a control node for that problem but I instanciate it via code. so im wondering if theres a way to do something like:
popup.resize = Vector2(2, 2)
thanks