From 55a473d40c6878be5a45540b893a8bd6cfccd2a8 Mon Sep 17 00:00:00 2001 From: Eneko Nieto Date: Tue, 13 Feb 2024 22:54:19 +0100 Subject: [PATCH] fix: project.godot for savegame branch --- project.godot | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/project.godot b/project.godot index 91f4c420..9b90b68c 100644 --- a/project.godot +++ b/project.godot @@ -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": "",