mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +01:00
10 lines
241 B
Scala
10 lines
241 B
Scala
package ocelot.desktop.ui
|
|
|
|
object Const {
|
|
val AnimationSpeedHoverEnter = 6.0f
|
|
val AnimationSpeedHoverLeave = 0.6f
|
|
val SlotHighlightAlpha = 0.3f
|
|
val SlotHighlightAnimationSpeedEnter = 10f
|
|
val SlotHighlightAnimationSpeedLeave = 2f
|
|
}
|