mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 12:07:38 +02:00
Modify equip and create sounds
This commit is contained in:
parent
5408daea73
commit
039ceed74c
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -29,7 +29,7 @@ Feedback = (function () {
|
|||
DELETE_ENTITY: { sound: DELETE_SOUND, volume: 0.5, haptic: 0.2 },
|
||||
SELECT_ENTITY: { sound: SELECT_SOUND, volume: 0.2, haptic: 0.1 }, // E.g., Group tool.
|
||||
CLONE_ENTITY: { sound: CLONE_SOUND, volume: 0.2, haptic: 0.1 },
|
||||
CREATE_ENTITY: { sound: CREATE_SOUND, volume: 0.2, haptic: 0.2 },
|
||||
CREATE_ENTITY: { sound: CREATE_SOUND, volume: 0.5, haptic: 0.2 },
|
||||
HOVER_MENU_ITEM: { sound: null, volume: 0, haptic: 0.09 }, // Tools menu.
|
||||
HOVER_BUTTON: { sound: null, volume: 0, haptic: 0.06 }, // Tools options and Create palette items.
|
||||
EQUIP_TOOL: { sound: EQUIP_SOUND, volume: 0.5, haptic: 0.6 },
|
||||
|
|
Loading…
Reference in a new issue