feat(credits): enable music volume, closes #89
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user