Godot Version
4.4.1 steam
Question
This is definitely something obvious im missing but how do i scale my pixel art button icon to be bigger surely just a scale button or something
4.4.1 steam
This is definitely something obvious im missing but how do i scale my pixel art button icon to be bigger surely just a scale button or something
Hard to say without seeing your code, but this seems like a good place to start:
Preview trims it - but this is for the expand-icon property.
If the icon is just the entire button you should use a TextureButton
ok ill try this!
Agreed. Also, play with the Stretch Mode on the TextureButton. Stretch Mode Keep should be what you want.