This commit is contained in:
2024-02-13 00:07:11 +01:00
parent a0225e9c4f
commit 277dc9e10a
56 changed files with 122 additions and 148 deletions

View File

@@ -189,6 +189,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_dialog.gd"
}, {
"base": "ESCLocation",
"class": "ESCDialogLocation",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_dialog_location.gd"
}, {
"base": "Control",
"class": "ESCDialogManager",
"language": "GDScript",
@@ -254,6 +259,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/esc_inputs_manager.gd"
}, {
"base": "ESCLocation",
"class": "ESCInteractionLocation",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_interaction_location.gd"
}, {
"base": "Control",
"class": "ESCInventory",
"language": "GDScript",
@@ -272,7 +282,7 @@ _global_script_classes=[ {
"base": "Reference",
"class": "ESCInventoryItem",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_inventory_item.gd"
"path": "res://addons/escoria-ui-return-monkey-island/overrides/esc_inventory_item.gd"
}, {
"base": "Resource",
"class": "ESCInventoryManager",
@@ -389,17 +399,12 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_room.gd"
}, {
"base": "Reference",
"class": "ESCRoomContainer",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_container.gd"
}, {
"base": "Resource",
"class": "ESCRoomManager",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/esc_room_manager.gd"
}, {
"base": "ESCRoomContainer",
"base": "Reference",
"class": "ESCRoomObjects",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_objects.gd"
@@ -409,11 +414,6 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_objects_key.gd"
}, {
"base": "ESCRoomContainer",
"class": "ESCRoomTerrains",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_terrains.gd"
}, {
"base": "Resource",
"class": "ESCSaveGame",
"language": "GDScript",
@@ -590,16 +590,6 @@ _global_script_classes=[ {
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/repeat.gd"
}, {
"base": "ESCBaseCommand",
"class": "SaveGameCommand",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/save_game.gd"
}, {
"base": "Reference",
"class": "SaveGamesSorter",
"language": "GDScript",
"path": "res://addons/escoria-core/ui_library/menus/load_save/SaveGamesSorter.gd"
}, {
"base": "ESCBaseCommand",
"class": "SayCommand",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/say.gd"
@@ -645,11 +635,6 @@ _global_script_classes=[ {
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_animations.gd"
}, {
"base": "ESCBaseCommand",
"class": "SetDirectionCommand",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_direction.gd"
}, {
"base": "ESCBaseCommand",
"class": "SetGlobalCommand",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_global.gd"
@@ -689,11 +674,6 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/show_menu.gd"
}, {
"base": "Resource",
"class": "SimpleDialogSettings",
"language": "GDScript",
"path": "res://addons/escoria-dialog-simple/esc_dialog_simple_settings.gd"
}, {
"base": "SlideCommand",
"class": "SlideBlockCommand",
"language": "GDScript",
@@ -811,6 +791,7 @@ _global_script_class_icons={
"ESCCompiler": "",
"ESCCondition": "",
"ESCDialog": "",
"ESCDialogLocation": "res://addons/escoria-core/design/esc_location.svg",
"ESCDialogManager": "",
"ESCDialogOption": "",
"ESCDialogOptionsChooser": "",
@@ -824,6 +805,7 @@ _global_script_class_icons={
"ESCGlobalsManager": "",
"ESCGroup": "",
"ESCInputsManager": "",
"ESCInteractionLocation": "res://addons/escoria-core/design/esc_location.svg",
"ESCInventory": "",
"ESCInventoryButton": "",
"ESCInventoryContainer": "",
@@ -844,18 +826,16 @@ _global_script_class_icons={
"ESCObject": "",
"ESCObjectManager": "",
"ESCPlayer": "res://addons/escoria-core/design/esc_player.svg",
"ESCPlayerWithTooltip": "res://addons/escoria-core/design/esc_player.svg",
"ESCPlayerWithTooltip": "",
"ESCProjectSettingsManager": "",
"ESCResourceCache": "",
"ESCResourceDescriptor": "",
"ESCReturnToMonekyIslandDialogs": "",
"ESCRichTooltip": "",
"ESCRoom": "res://addons/escoria-core/design/esc_room.svg",
"ESCRoomContainer": "",
"ESCRoomManager": "",
"ESCRoomObjects": "",
"ESCRoomObjectsKey": "",
"ESCRoomTerrains": "",
"ESCSaveGame": "",
"ESCSaveManager": "",
"ESCSaveSettings": "",
@@ -879,7 +859,7 @@ _global_script_class_icons={
"InventoryAddCommand": "",
"InventoryRemoveCommand": "",
"ItemCountAddCommand": "",
"ItemOutline": "res://addons/escoria-core/design/esc_item.svg",
"ItemOutline": "",
"PlayLibSound": "",
"PlaySndCommand": "",
"PlayVideoCommand": "",
@@ -891,8 +871,6 @@ _global_script_class_icons={
"RTMIUiSettings": "",
"RandGlobalCommand": "",
"RepeatCommand": "",
"SaveGameCommand": "",
"SaveGamesSorter": "",
"SayCommand": "",
"SayLastDialogOptionCommand": "",
"SayRandomCommand": "",
@@ -902,7 +880,6 @@ _global_script_class_icons={
"SetActiveIfExistsCommand": "",
"SetAngleCommand": "",
"SetAnimationsCommand": "",
"SetDirectionCommand": "",
"SetGlobalCommand": "",
"SetGlobalsCommand": "",
"SetGuiVisibleCommand": "",
@@ -911,7 +888,6 @@ _global_script_class_icons={
"SetStateCommand": "",
"SetTooltipCommand": "",
"ShowMenuCommand": "",
"SimpleDialogSettings": "",
"SlideBlockCommand": "",
"SlideCommand": "",
"SpawnCommand": "",
@@ -962,7 +938,7 @@ search_in_file_extensions=PoolStringArray( "gd", "shader", "esc" )
[editor_plugins]
enabled=PoolStringArray( "res://addons/escoria-core/plugin.cfg", "res://addons/escoria-ui-return-monkey-island/plugin.cfg", "res://addons/escoria-ui-return-monkey-island-dialog-simple/plugin.cfg", "res://addons/escoria-wizard/plugin.cfg" )
enabled=PoolStringArray( "res://addons/escoria-core/plugin.cfg", "res://addons/escoria-ui-return-monkey-island/plugin.cfg", "res://addons/escoria-ui-return-monkey-island-dialog-simple/plugin.cfg" )
[escoria]