Cool application for novice developers and for those who want to save time on creating buttons for their games.
In this editor, you can create a sprite of a cool button for each of its four main states in a couple of clicks.
Sprites are downloaded in PNG format (with or without text of your choice).
P.S. You can even create buttons in the style of Minecraft and Terraria
That’s pretty cool (the 2nd link, not the first). My one problem: i can’t download the normal button, only the other states.
Also, and i hate saying this, but i would probably use this with no text because if the text is baked into the texture then i can’t internationalize it. But if i don’t care about other languages then i love all the fonts that are available. And that you have a font license button.
If i’m being greedy, i wish it supported all Godot button states. It doesn’t have Focused, which is important when you have option buttons (in my case, speed 1/2/3/5)
That is fast work. But did we lose hover? i thought that used to be there and that’s an important one.
Godot TextureButton takes 5 textures:
Here’s a sample i made:
Disabled (upgrade)
mouse over/highlighted (sell)
normal (first)
a pushed in toggle button (last)
pressed (no screen shot)
Technically it looks like Godot counts toggled as Pressed but nobody would want to use the same texture for both.
Godot technically has 9 button textures. Several are for languages that read right to left but there’s also Hover Pressed, which i think means “what should a toggle button look like when you mouse over it?”. i think (i might be wrong). i haven’t been setting that but i could see where it is probably useful.