Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

The usage of TextureButton is cumbersome, the normal texture, pressed texture, hover texture, disable texture and bitmap texture is needed.SimpleTextureButton only need normal texture. the bitmap is auto generated from normal texture. And not need pressed texture, hover texture, disable texture, these effect is implement by modulate color.
The usage of TextureButton is cumbersome, the normal texture, pressed texture, hover texture, disable texture and bitmap texture is needed.
SimpleTextureButton only need normal texture. the bitmap is auto generated from normal texture. And not need pressed texture, hover texture, disable texture, these effect is implement by modulate color.
Reviews
Quick Information

The usage of TextureButton is cumbersome, the normal texture, pressed texture, hover texture, disable texture and bitmap texture is needed.SimpleTextureButton only need normal texture. the bitmap is auto generated from normal texture. And not need pressed texture, hover texture, disable texture, these effect is implement by modulate color.