feat(credits): enable music volume, closes #89

This commit is contained in:
2024-11-12 19:36:05 +01:00
parent bde4587c76
commit c7079bfc08
3 changed files with 48 additions and 1 deletions

View File

@@ -550,6 +550,11 @@ _global_script_classes=[ {
"path": "res://addons/escoria-ui-return-monkey-island/item_outline.gd"
}, {
"base": "ESCBaseCommand",
"class": "MusicEnableCommand",
"language": "GDScript",
"path": "res://addons/escoria-ui-return-monkey-island/esc/commands/music_enable.gd"
}, {
"base": "ESCBaseCommand",
"class": "PlayLibSound",
"language": "GDScript",
"path": "res://addons/escoria-ui-return-monkey-island/esc/commands/play_lib_snd.gd"
@@ -892,7 +897,8 @@ _global_script_class_icons={
"InventoryAddCommand": "",
"InventoryRemoveCommand": "",
"ItemCountAddCommand": "",
"ItemOutline": "res://addons/escoria-core/design/esc_item.svg",
"ItemOutline": "",
"MusicEnableCommand": "",
"PlayLibSound": "",
"PlaySndCommand": "",
"PlayVideoCommand": "",