#custom button

1 messages · Page 1 of 1 (latest)

tepid anchor
#

as all

    ```// button textures
    "$default_button_texture": "textures/ui/button_normal",
    "$hover_button_texture": "textures/ui/button_hover",
    "$pressed_button_texture": "textures/ui/button_normal",```

are in "custom_button"it is default for every button

#
                "offset_button@server_form.custom_button": {
                    "$icon_size": [69, 69],
                    "$button_size": [133, 133],
                    "$padding": [153, 153],
                    "collection_index": 0,
                 "$default_button_texture": "textures/ui/button_normal",
        "$hover_button_texture": "textures/ui/button_hover",
        "$pressed_button_texture": "textures/ui/button_normal"

                }
            },```
#

not tested

#

@analog epoch

analog epoch
tepid anchor
#

oh yeah