feat: delete addons folder and use link to external folder

This commit is contained in:
2024-02-08 00:12:27 +01:00
parent 1bb1fd9b5a
commit 83d7aac5ee
386 changed files with 32 additions and 33001 deletions

View File

@@ -389,12 +389,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"
@@ -404,6 +409,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",
@@ -580,6 +590,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"
@@ -625,6 +645,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"
@@ -826,9 +851,11 @@ _global_script_class_icons={
"ESCReturnToMonekyIslandDialogs": "",
"ESCRichTooltip": "",
"ESCRoom": "res://addons/escoria-core/design/esc_room.svg",
"ESCRoomContainer": "",
"ESCRoomManager": "",
"ESCRoomObjects": "",
"ESCRoomObjectsKey": "",
"ESCRoomTerrains": "",
"ESCSaveGame": "",
"ESCSaveManager": "",
"ESCSaveSettings": "",
@@ -864,6 +891,8 @@ _global_script_class_icons={
"RTMIUiSettings": "",
"RandGlobalCommand": "",
"RepeatCommand": "",
"SaveGameCommand": "",
"SaveGamesSorter": "",
"SayCommand": "",
"SayLastDialogOptionCommand": "",
"SayRandomCommand": "",
@@ -873,6 +902,7 @@ _global_script_class_icons={
"SetActiveIfExistsCommand": "",
"SetAngleCommand": "",
"SetAnimationsCommand": "",
"SetDirectionCommand": "",
"SetGlobalCommand": "",
"SetGlobalsCommand": "",
"SetGuiVisibleCommand": "",