simple dialog plugin naming changed to avoid collision with the core
This commit is contained in:
@@ -357,7 +357,7 @@ _global_script_classes=[ {
|
||||
"base": "ESCDialogManager",
|
||||
"class": "ESCReturnToMonekyIslandDialogs",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/esc_dialog_simple.gd"
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple.gd"
|
||||
}, {
|
||||
"base": "Node2D",
|
||||
"class": "ESCRichTooltip",
|
||||
@@ -519,6 +519,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/queue_resource.gd"
|
||||
}, {
|
||||
"base": "EditorPlugin",
|
||||
"class": "RTMISimpleDialogPlugin",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/plugin.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "RandGlobalCommand",
|
||||
"language": "GDScript",
|
||||
@@ -599,15 +604,10 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/show_menu.gd"
|
||||
}, {
|
||||
"base": "EditorPlugin",
|
||||
"class": "SimpleDialogPlugin",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/plugin.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "SimpleDialogSettings",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/esc_dialog_simple_settings.gd"
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple_settings.gd"
|
||||
}, {
|
||||
"base": "SlideCommand",
|
||||
"class": "SlideBlockCommand",
|
||||
@@ -792,6 +792,7 @@ _global_script_class_icons={
|
||||
"PrintCommand": "",
|
||||
"QueueEventCommand": "",
|
||||
"QueueResourceCommand": "",
|
||||
"RTMISimpleDialogPlugin": "",
|
||||
"RandGlobalCommand": "",
|
||||
"RepeatCommand": "",
|
||||
"SayCommand": "",
|
||||
@@ -808,7 +809,6 @@ _global_script_class_icons={
|
||||
"SetStateCommand": "",
|
||||
"SetTooltipCommand": "",
|
||||
"ShowMenuCommand": "",
|
||||
"SimpleDialogPlugin": "",
|
||||
"SimpleDialogSettings": "",
|
||||
"SlideBlockCommand": "",
|
||||
"SlideCommand": "",
|
||||
@@ -888,7 +888,7 @@ 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/esc_dialog_simple.gd" ]
|
||||
ui/dialog_managers=[ "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple.gd" ]
|
||||
sound/master_volume=1
|
||||
sound/music_volume=1
|
||||
sound/sfx_volume=1
|
||||
@@ -902,16 +902,16 @@ ui/tooltip_follows_mouse=false
|
||||
main/escoria_version=""
|
||||
ui/default_dialog_scene="res://addons/escoria-core/game/scenes/dialogs/esc_dialog_player.gd"
|
||||
main/action_default_script="res://action_defaults.esc"
|
||||
dialog_simple/text_speed_per_character=0.1
|
||||
dialog_simple/fast_text_speed_per_character=0.25
|
||||
rtmi_dialog_simple/text_speed_per_character=0.1
|
||||
rtmi_dialog_simple/fast_text_speed_per_character=0.25
|
||||
ui/default_dialog_type="floating"
|
||||
dialog_simple/avatars_path="res://game/dialog_avatars"
|
||||
dialog_simple/text_time_per_letter_ms=100
|
||||
dialog_simple/text_time_per_fast_letter_ms=25
|
||||
dialog_simple/clear_text_by_click_only=false
|
||||
dialog_simple/reading_speed_in_wpm=200
|
||||
dialog_simple/left_click_action="Speed up"
|
||||
dialog_simple/stop_talking_animation_on="End of audio"
|
||||
rtmi_dialog_simple/avatars_path="res://game/dialog_avatars"
|
||||
rtmi_dialog_simple/text_time_per_letter_ms=100
|
||||
rtmi_dialog_simple/text_time_per_fast_letter_ms=25
|
||||
rtmi_dialog_simple/clear_text_by_click_only=false
|
||||
rtmi_dialog_simple/reading_speed_in_wpm=200
|
||||
rtmi_dialog_simple/left_click_action="Speed up"
|
||||
rtmi_dialog_simple/stop_talking_animation_on="End of audio"
|
||||
debug/enable_hover_stack_viewer=true
|
||||
ui/dialogs_chooser="res://addons/escoria-core/game/scenes/dialogs/esc_dialog_options_chooser.gd"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user