video player feature
This commit is contained in:
@@ -505,6 +505,11 @@ _global_script_classes=[ {
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/play_snd.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "PlayVideoCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/commands/play_video.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "PrintCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/print.gd"
|
||||
@@ -794,6 +799,7 @@ _global_script_class_icons={
|
||||
"InventoryRemoveCommand": "",
|
||||
"ItemOutline": "res://addons/escoria-core/design/esc_item.svg",
|
||||
"PlaySndCommand": "",
|
||||
"PlayVideoCommand": "",
|
||||
"PrintCommand": "",
|
||||
"QueueEventCommand": "",
|
||||
"QueueResourceCommand": "",
|
||||
|
||||
Reference in New Issue
Block a user