video player feature

This commit is contained in:
2023-09-17 02:10:20 +02:00
parent 5f15bca474
commit d309c9fb88
11 changed files with 102 additions and 3 deletions

View File

@@ -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": "",