Death to the Godot editor! long life to *VSX*
This commit is contained in:
@@ -76,4 +76,4 @@ func _input(event):
|
||||
highlight(true)
|
||||
elif (event.is_action_released("ui_show_hints")):
|
||||
if(!active):
|
||||
highlight(false)
|
||||
highlight(false)
|
||||
|
||||
@@ -524,6 +524,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/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"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "RandGlobalCommand",
|
||||
"language": "GDScript",
|
||||
@@ -607,7 +612,7 @@ _global_script_classes=[ {
|
||||
"base": "Resource",
|
||||
"class": "SimpleDialogSettings",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/rtmi_dialog_simple_settings.gd"
|
||||
"path": "res://addons/escoria-dialog-simple/esc_dialog_simple_settings.gd"
|
||||
}, {
|
||||
"base": "SlideCommand",
|
||||
"class": "SlideBlockCommand",
|
||||
@@ -793,6 +798,7 @@ _global_script_class_icons={
|
||||
"QueueEventCommand": "",
|
||||
"QueueResourceCommand": "",
|
||||
"RTMISimpleDialogPlugin": "",
|
||||
"RTMISimpleDialogSettings": "",
|
||||
"RandGlobalCommand": "",
|
||||
"RepeatCommand": "",
|
||||
"SayCommand": "",
|
||||
|
||||
Reference in New Issue
Block a user