mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Update ui:button to clearly show colored buttons can't have titles
parent
d852343700
commit
befa1e8e28
1 changed files with 2 additions and 1 deletions
|
@ -379,7 +379,8 @@ Show an image.
|
|||
See [LÖVE Image](https://love2d.org/wiki/Image).
|
||||
|
||||
#### activated = ui:button(title)
|
||||
#### activated = ui:button(title, [color](#colors)/[symbol](#symbols)/image)
|
||||
#### activated = ui:button(title, [symbol](#symbols)/image)
|
||||
#### activated = ui:button(nil, [color](#colors))
|
||||
Add a button with a title and/or a [color](#colors), [symbol](#symbols), or image.
|
||||
|
||||
Return `true` if activated, and `false` otherwise.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue