Updated escoria-demo-game
This commit is contained in:
@@ -24,6 +24,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/anim.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "BlockSayCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/block_say.gd"
|
||||
}, {
|
||||
"base": "ESCCameraBaseCommand",
|
||||
"class": "CameraPushBlockCommand",
|
||||
"language": "GDScript",
|
||||
@@ -104,46 +109,6 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/dec_global.gd"
|
||||
}, {
|
||||
"base": "State",
|
||||
"class": "DialogChoices",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/state_machine/dialog_choices.gd"
|
||||
}, {
|
||||
"base": "State",
|
||||
"class": "DialogFinish",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/state_machine/dialog_finish.gd"
|
||||
}, {
|
||||
"base": "State",
|
||||
"class": "DialogIdle",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/state_machine/dialog_idle.gd"
|
||||
}, {
|
||||
"base": "State",
|
||||
"class": "DialogInterrupt",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/state_machine/dialog_interrupt.gd"
|
||||
}, {
|
||||
"base": "State",
|
||||
"class": "DialogSay",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/state_machine/dialog_say.gd"
|
||||
}, {
|
||||
"base": "State",
|
||||
"class": "DialogSayFast",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/state_machine/dialog_say_fast.gd"
|
||||
}, {
|
||||
"base": "State",
|
||||
"class": "DialogSayFinish",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/state_machine/dialog_say_finish.gd"
|
||||
}, {
|
||||
"base": "State",
|
||||
"class": "DialogVisible",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/state_machine/dialog_visible.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCActionManager",
|
||||
"language": "GDScript",
|
||||
@@ -244,11 +209,6 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/esc_dialog_player.gd"
|
||||
}, {
|
||||
"base": "ESCDialogManager",
|
||||
"class": "ESCDialogSimple",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-dialog-simple/esc_dialog_simple.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCDirectionAngle",
|
||||
"language": "GDScript",
|
||||
@@ -499,6 +459,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/enable_terrain.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "EndBlockSayCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/end_block_say.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "Escoria",
|
||||
"language": "GDScript",
|
||||
@@ -629,6 +594,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island-dialog-simple/plugin.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "SimpleDialogSettings",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-dialog-simple/esc_dialog_simple_settings.gd"
|
||||
}, {
|
||||
"base": "SlideCommand",
|
||||
"class": "SlideBlockCommand",
|
||||
"language": "GDScript",
|
||||
@@ -713,6 +683,7 @@ _global_script_class_icons={
|
||||
"AcceptInputCommand": "",
|
||||
"AnimBlockCommand": "",
|
||||
"AnimCommand": "",
|
||||
"BlockSayCommand": "",
|
||||
"CameraPushBlockCommand": "",
|
||||
"CameraPushCommand": "",
|
||||
"CameraSetLimitsCommand": "",
|
||||
@@ -729,14 +700,6 @@ _global_script_class_icons={
|
||||
"ChangeSceneCommand": "",
|
||||
"CustomCommand": "",
|
||||
"DecGlobalCommand": "",
|
||||
"DialogChoices": "",
|
||||
"DialogFinish": "",
|
||||
"DialogIdle": "",
|
||||
"DialogInterrupt": "",
|
||||
"DialogSay": "",
|
||||
"DialogSayFast": "",
|
||||
"DialogSayFinish": "",
|
||||
"DialogVisible": "",
|
||||
"ESCActionManager": "",
|
||||
"ESCActionManagerMonkey": "",
|
||||
"ESCAnimationName": "",
|
||||
@@ -757,7 +720,6 @@ _global_script_class_icons={
|
||||
"ESCDialogOption": "",
|
||||
"ESCDialogOptionsChooser": "",
|
||||
"ESCDialogPlayer": "",
|
||||
"ESCDialogSimple": "",
|
||||
"ESCDirectionAngle": "",
|
||||
"ESCEvent": "",
|
||||
"ESCEventManager": "",
|
||||
@@ -808,6 +770,7 @@ _global_script_class_icons={
|
||||
"ESCUtils": "",
|
||||
"ESCWalkContext": "",
|
||||
"EnableTerrainCommand": "",
|
||||
"EndBlockSayCommand": "",
|
||||
"Escoria": "",
|
||||
"EscoriaPlugin": "",
|
||||
"HideMenuCommand": "",
|
||||
@@ -834,6 +797,7 @@ _global_script_class_icons={
|
||||
"SetStateCommand": "",
|
||||
"ShowMenuCommand": "",
|
||||
"SimpleDialogPlugin": "",
|
||||
"SimpleDialogSettings": "",
|
||||
"SlideBlockCommand": "",
|
||||
"SlideCommand": "",
|
||||
"SpawnCommand": "",
|
||||
@@ -937,6 +901,7 @@ 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"
|
||||
debug/enable_hover_stack_viewer=true
|
||||
|
||||
[input]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user