You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anim node is required for button component. It's used in button style (default/style.lua)
You can copy this style.lua file and change the animations for button. After that set your style file as default (druid.set_default_style())
________________________________
From: Maksim Tuprikov ***@***.***>
Sent: Sunday, March 5, 2023 9:53:39 AM
To: Insality/druid ***@***.***>
Cc: CodeIsLife101 ***@***.***>; Author ***@***.***>
Subject: Re: [Insality/druid] Disabling button animations (Issue #223)
Hello! Not sure that are you trying to do
Anim node is required for button component. It's used in button style (default/style.lua)
You can copy this style.lua file and change the animations for button. After that set your style file as default (druid.set_default_style())
—
Reply to this email directly, view it on GitHub<#223 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AR5J7HM6EQQFRK7V4MWDAOTW2SSHHANCNFSM6AAAAAAU4YRQ4I>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Not sure if this is intended, and I am still learning the system, but Hover and on_clicks cancel my animations when using druid.
My work around was [code] button.anim_node = nil[/code] but then it errors from 'style.lua'...
Maybe it can be...
The text was updated successfully, but these errors were encountered: