fix: project.godot for savegame branch
This commit is contained in:
@@ -399,12 +399,17 @@ _global_script_classes=[ {
|
|||||||
"language": "GDScript",
|
"language": "GDScript",
|
||||||
"path": "res://addons/escoria-core/game/core-scripts/esc_room.gd"
|
"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",
|
"base": "Resource",
|
||||||
"class": "ESCRoomManager",
|
"class": "ESCRoomManager",
|
||||||
"language": "GDScript",
|
"language": "GDScript",
|
||||||
"path": "res://addons/escoria-core/game/core-scripts/esc/esc_room_manager.gd"
|
"path": "res://addons/escoria-core/game/core-scripts/esc/esc_room_manager.gd"
|
||||||
}, {
|
}, {
|
||||||
"base": "Reference",
|
"base": "ESCRoomContainer",
|
||||||
"class": "ESCRoomObjects",
|
"class": "ESCRoomObjects",
|
||||||
"language": "GDScript",
|
"language": "GDScript",
|
||||||
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_objects.gd"
|
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_objects.gd"
|
||||||
@@ -414,6 +419,11 @@ _global_script_classes=[ {
|
|||||||
"language": "GDScript",
|
"language": "GDScript",
|
||||||
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_objects_key.gd"
|
"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",
|
"base": "Resource",
|
||||||
"class": "ESCSaveGame",
|
"class": "ESCSaveGame",
|
||||||
"language": "GDScript",
|
"language": "GDScript",
|
||||||
@@ -590,6 +600,16 @@ _global_script_classes=[ {
|
|||||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/repeat.gd"
|
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/repeat.gd"
|
||||||
}, {
|
}, {
|
||||||
"base": "ESCBaseCommand",
|
"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",
|
"class": "SayCommand",
|
||||||
"language": "GDScript",
|
"language": "GDScript",
|
||||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/say.gd"
|
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/say.gd"
|
||||||
@@ -635,6 +655,11 @@ _global_script_classes=[ {
|
|||||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_animations.gd"
|
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_animations.gd"
|
||||||
}, {
|
}, {
|
||||||
"base": "ESCBaseCommand",
|
"base": "ESCBaseCommand",
|
||||||
|
"class": "SetDirectionCommand",
|
||||||
|
"language": "GDScript",
|
||||||
|
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_direction.gd"
|
||||||
|
}, {
|
||||||
|
"base": "ESCBaseCommand",
|
||||||
"class": "SetGlobalCommand",
|
"class": "SetGlobalCommand",
|
||||||
"language": "GDScript",
|
"language": "GDScript",
|
||||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_global.gd"
|
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_global.gd"
|
||||||
@@ -816,7 +841,7 @@ _global_script_class_icons={
|
|||||||
"ESCItemComponentInventoryChecker": "",
|
"ESCItemComponentInventoryChecker": "",
|
||||||
"ESCItemComponentOutline": "",
|
"ESCItemComponentOutline": "",
|
||||||
"ESCItemCountManager": "",
|
"ESCItemCountManager": "",
|
||||||
"ESCItemWithTooltip": "res://addons/escoria-core/design/esc_item.svg",
|
"ESCItemWithTooltip": "",
|
||||||
"ESCLocation": "res://addons/escoria-core/design/esc_location.svg",
|
"ESCLocation": "res://addons/escoria-core/design/esc_location.svg",
|
||||||
"ESCMain": "",
|
"ESCMain": "",
|
||||||
"ESCMigration": "",
|
"ESCMigration": "",
|
||||||
@@ -833,9 +858,11 @@ _global_script_class_icons={
|
|||||||
"ESCReturnToMonekyIslandDialogs": "",
|
"ESCReturnToMonekyIslandDialogs": "",
|
||||||
"ESCRichTooltip": "",
|
"ESCRichTooltip": "",
|
||||||
"ESCRoom": "res://addons/escoria-core/design/esc_room.svg",
|
"ESCRoom": "res://addons/escoria-core/design/esc_room.svg",
|
||||||
|
"ESCRoomContainer": "",
|
||||||
"ESCRoomManager": "",
|
"ESCRoomManager": "",
|
||||||
"ESCRoomObjects": "",
|
"ESCRoomObjects": "",
|
||||||
"ESCRoomObjectsKey": "",
|
"ESCRoomObjectsKey": "",
|
||||||
|
"ESCRoomTerrains": "",
|
||||||
"ESCSaveGame": "",
|
"ESCSaveGame": "",
|
||||||
"ESCSaveManager": "",
|
"ESCSaveManager": "",
|
||||||
"ESCSaveSettings": "",
|
"ESCSaveSettings": "",
|
||||||
@@ -871,6 +898,8 @@ _global_script_class_icons={
|
|||||||
"RTMIUiSettings": "",
|
"RTMIUiSettings": "",
|
||||||
"RandGlobalCommand": "",
|
"RandGlobalCommand": "",
|
||||||
"RepeatCommand": "",
|
"RepeatCommand": "",
|
||||||
|
"SaveGameCommand": "",
|
||||||
|
"SaveGamesSorter": "",
|
||||||
"SayCommand": "",
|
"SayCommand": "",
|
||||||
"SayLastDialogOptionCommand": "",
|
"SayLastDialogOptionCommand": "",
|
||||||
"SayRandomCommand": "",
|
"SayRandomCommand": "",
|
||||||
@@ -880,6 +909,7 @@ _global_script_class_icons={
|
|||||||
"SetActiveIfExistsCommand": "",
|
"SetActiveIfExistsCommand": "",
|
||||||
"SetAngleCommand": "",
|
"SetAngleCommand": "",
|
||||||
"SetAnimationsCommand": "",
|
"SetAnimationsCommand": "",
|
||||||
|
"SetDirectionCommand": "",
|
||||||
"SetGlobalCommand": "",
|
"SetGlobalCommand": "",
|
||||||
"SetGlobalsCommand": "",
|
"SetGlobalsCommand": "",
|
||||||
"SetGuiVisibleCommand": "",
|
"SetGuiVisibleCommand": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user