fix: project.godot for savegame branch

This commit is contained in:
2024-02-13 22:54:19 +01:00
parent 4809a22c71
commit 55a473d40c

View File

@@ -399,12 +399,17 @@ _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": "Reference",
"base": "ESCRoomContainer",
"class": "ESCRoomObjects",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_objects.gd"
@@ -414,6 +419,11 @@ _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,6 +600,16 @@ _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"
@@ -635,6 +655,11 @@ _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"
@@ -816,7 +841,7 @@ _global_script_class_icons={
"ESCItemComponentInventoryChecker": "",
"ESCItemComponentOutline": "",
"ESCItemCountManager": "",
"ESCItemWithTooltip": "res://addons/escoria-core/design/esc_item.svg",
"ESCItemWithTooltip": "",
"ESCLocation": "res://addons/escoria-core/design/esc_location.svg",
"ESCMain": "",
"ESCMigration": "",
@@ -833,9 +858,11 @@ _global_script_class_icons={
"ESCReturnToMonekyIslandDialogs": "",
"ESCRichTooltip": "",
"ESCRoom": "res://addons/escoria-core/design/esc_room.svg",
"ESCRoomContainer": "",
"ESCRoomManager": "",
"ESCRoomObjects": "",
"ESCRoomObjectsKey": "",
"ESCRoomTerrains": "",
"ESCSaveGame": "",
"ESCSaveManager": "",
"ESCSaveSettings": "",
@@ -871,6 +898,8 @@ _global_script_class_icons={
"RTMIUiSettings": "",
"RandGlobalCommand": "",
"RepeatCommand": "",
"SaveGameCommand": "",
"SaveGamesSorter": "",
"SayCommand": "",
"SayLastDialogOptionCommand": "",
"SayRandomCommand": "",
@@ -880,6 +909,7 @@ _global_script_class_icons={
"SetActiveIfExistsCommand": "",
"SetAngleCommand": "",
"SetAnimationsCommand": "",
"SetDirectionCommand": "",
"SetGlobalCommand": "",
"SetGlobalsCommand": "",
"SetGuiVisibleCommand": "",