relocate addons
1
addons/escoria-core
Symbolic link
@@ -0,0 +1 @@
|
||||
../../escoria-demo-game/addons/escoria-core
|
||||
|
Before Width: | Height: | Size: 144 B After Width: | Height: | Size: 144 B |
|
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 145 B |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 102 B |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
@@ -0,0 +1,16 @@
|
||||
# Basic information about an inventory item
|
||||
class_name ESCInventoryItem
|
||||
|
||||
|
||||
# Global ID of the ESCItem that uses this ESCInventoryItem
|
||||
var global_id: String = ""
|
||||
|
||||
# The texture for the item
|
||||
var texture: Texture = null
|
||||
|
||||
|
||||
func _init(p_item: ESCItem) -> void:
|
||||
global_id = p_item.global_id
|
||||
texture = p_item._get_inventory_texture()
|
||||
p_item.register_components()
|
||||
|
||||
@@ -117,7 +117,7 @@ _global_script_classes=[ {
|
||||
"base": "ESCActionManager",
|
||||
"class": "ESCActionManagerMonkey",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/esc_action_manager_monkey.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/esc/esc_action_manager_monkey.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCAnimationName",
|
||||
@@ -287,27 +287,27 @@ _global_script_classes=[ {
|
||||
"base": "Node",
|
||||
"class": "ESCItemComponent",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/item_components/ESCItemComponent.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/item_components/ESCItemComponent.gd"
|
||||
}, {
|
||||
"base": "ESCItemComponent",
|
||||
"class": "ESCItemComponentInventoryChecker",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/item_components/ESCItemComponentInventoryChecker.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/item_components/ESCItemComponentInventoryChecker.gd"
|
||||
}, {
|
||||
"base": "ESCItemComponent",
|
||||
"class": "ESCItemComponentOutline",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/item_components/ESCItemComponentOutline.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/item_components/ESCItemComponentOutline.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCItemCountManager",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/esc_item_count_manager.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/esc/esc_item_count_manager.gd"
|
||||
}, {
|
||||
"base": "ESCItem",
|
||||
"class": "ESCItemWithTooltip",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd"
|
||||
}, {
|
||||
"base": "Position2D",
|
||||
"class": "ESCLocation",
|
||||
@@ -357,7 +357,7 @@ _global_script_classes=[ {
|
||||
"base": "ESCItemWithTooltip",
|
||||
"class": "ESCPlayerWithTooltip",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc_player_with_tooltip.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/esc_player_with_tooltip.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCProjectSettingsManager",
|
||||
@@ -377,12 +377,12 @@ _global_script_classes=[ {
|
||||
"base": "ESCDialogManager",
|
||||
"class": "ESCReturnToMonekyIslandDialogs",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple.gd"
|
||||
}, {
|
||||
"base": "Node2D",
|
||||
"class": "ESCRichTooltip",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd"
|
||||
}, {
|
||||
"base": "Node2D",
|
||||
"class": "ESCRoom",
|
||||
@@ -527,17 +527,17 @@ _global_script_classes=[ {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "ItemCountAddCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/commands/item_count_add.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/esc/commands/item_count_add.gd"
|
||||
}, {
|
||||
"base": "Polygon2D",
|
||||
"class": "ItemOutline",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/item_outline.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/item_outline.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "PlayLibSound",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/commands/play_lib_snd.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/esc/commands/play_lib_snd.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "PlaySndCommand",
|
||||
@@ -547,7 +547,7 @@ _global_script_classes=[ {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "PlayVideoCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/commands/play_video.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/esc/commands/play_video.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "PrintCommand",
|
||||
@@ -567,17 +567,17 @@ _global_script_classes=[ {
|
||||
"base": "EditorPlugin",
|
||||
"class": "RTMISimpleDialogPlugin",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/plugin.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island-dialog-simple/plugin.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "RTMISimpleDialogSettings",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple_settings.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple_settings.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "RTMIUiSettings",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/rtmi_ui_settings.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/rtmi_ui_settings.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "RandGlobalCommand",
|
||||
@@ -607,17 +607,17 @@ _global_script_classes=[ {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "SayLastDialogOptionCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/commands/say_last_dialog_option.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island-dialog-simple/commands/say_last_dialog_option.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "SayRandomCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/commands/say_random.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island-dialog-simple/commands/say_random.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "SaySequenceCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/commands/say_sequence.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island-dialog-simple/commands/say_sequence.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "SchedEventCommand",
|
||||
@@ -682,7 +682,7 @@ _global_script_classes=[ {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "SetTooltipCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/commands/set_tooltip.gd"
|
||||
"path": "res://addons/escoria-ui-return-monkey-island/esc/commands/set_tooltip.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "ShowMenuCommand",
|
||||
@@ -962,14 +962,14 @@ search_in_file_extensions=PoolStringArray( "gd", "shader", "esc" )
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "res://addons/escoria-core/plugin.cfg", "res://gymkhana/addons/escoria-ui-return-monkey-island/plugin.cfg", "res://gymkhana/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", "res://addons/escoria-wizard/plugin.cfg" )
|
||||
|
||||
[escoria]
|
||||
|
||||
main/game_version="0.1.0"
|
||||
main/game_start_script="res://gymkhana/start_game.esc"
|
||||
main/force_quit=true
|
||||
main/command_directories=[ "res://addons/escoria-core/game/core-scripts/esc/commands", "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/commands", "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/commands" ]
|
||||
main/command_directories=[ "res://addons/escoria-core/game/core-scripts/esc/commands", "res://addons/escoria-ui-return-monkey-island/esc/commands", "res://addons/escoria-ui-return-monkey-island-dialog-simple/commands" ]
|
||||
main/text_lang="es_ES"
|
||||
main/voice_lang="es_ES"
|
||||
main/savegames_path="res://saves/"
|
||||
@@ -985,12 +985,12 @@ debug/crash_message="We're sorry, but the game crashed. Please send us the follo
|
||||
%s"
|
||||
debug/enable_room_selector=true
|
||||
debug/room_selector_room_dir="res://gymkhana/rooms/turno_cocina"
|
||||
ui/game_scene="res://gymkhana/addons/escoria-ui-return-monkey-island/game.tscn"
|
||||
ui/game_scene="res://addons/escoria-ui-return-monkey-island/game.tscn"
|
||||
ui/inventory_items_path="res://gymkhana/items/inventory"
|
||||
ui/default_transition="instant"
|
||||
ui/transition_paths=[ "res://addons/escoria-core/game/scenes/transitions/shaders/" ]
|
||||
ui/inventory_item_size=Vector2( 72, 72 )
|
||||
ui/dialog_managers=[ "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple.gd" ]
|
||||
ui/dialog_managers=[ "res://addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple.gd" ]
|
||||
sound/master_volume=1
|
||||
sound/music_volume=1
|
||||
sound/sfx_volume=1
|
||||
|
||||