#how do you change a button's texture in server form?

1 messages · Page 1 of 1 (latest)

deft lintel
#
const form = new actionFormData()
.title("something")
.button("free diamonds","textures/items/diamond.png")
tacit sapphire
#
    "$default_button_texture": "<your texture>",
"$hover_button_texture": "<your texture>",
"$pressed_button_texture":"<your texture>",,
disabledButtonNoBorder",```