mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Start scroll rework
This commit is contained in:
@@ -7,7 +7,7 @@ local M = {}
|
||||
M["button"] = {
|
||||
HOVER_SCALE = vmath.vector3(-0.025, -0.025, 1),
|
||||
HOVER_TIME = 0.05,
|
||||
SCALE_CHANGE = vmath.vector3(-0.05, - 0.05, 1),
|
||||
SCALE_CHANGE = vmath.vector3(-0.05, -0.05, 1),
|
||||
BTN_SOUND = "click",
|
||||
BTN_SOUND_DISABLED = "click",
|
||||
DISABLED_COLOR = vmath.vector4(0, 0, 0, 1),
|
||||
|
Reference in New Issue
Block a user