Why in node type "button", when I download image in argument ":icon" they come out too big image?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By magagovnarita

I can’t make this image even smaller
I need to make whole my game just bigger?
I can’t change size without deprivation of image.

i cant write here image, only link

I solve that with " Scale" in inspector

magagovnarita | 2020-04-19 00:40

:bust_in_silhouette: Reply From: njamster

If you’re putting a “too big image” in, you’re getting a “too big image” out. Nothing magical about that. :wink: If you don’t want to change it’s size, then yes, you’ll need to make your level bigger. If your question is about how to shrink the image in Godot, you’ll need to check the “Expand icon”-option in the inspector. After that, you’ll be able to reduce the button’s size below the image-size of the icon. However, you’re still loading the original image into memory! So reducing the image-resolution with an external tool (like e.g. GIMP) is the better option for your final game.

thanks, every time i asking, im thinking how stupid I am, but every time i can’t solve that problem

magagovnarita | 2020-04-09 18:08