turnbasedgamedata/Config/TutorialGuideConfig.json
2024-10-21 03:16:22 -03:00

154 lines
5.5 KiB
JSON

{
"GuideHintAdaptionConfigList": [
{
"GuideHintType": "ClickCircle",
"PrefabPath": "UI/Guide/Widget/GuideBtnTypeRound.prefab"
},
{
"GuideHintType": "NormalCircle",
"PrefabPath": "UI/Guide/Widget/GuideBtnTypeRoundForView.prefab"
},
{
"GuideHintType": "CirCle3D",
"PrefabPath": "UI/Guide/Widget/GuideBtnType3D.prefab"
},
{
"GuideHintType": "ClickRect",
"PrefabPath": "UI/Guide/Widget/GuideBtnTypeRectagle.prefab"
},
{
"GuideHintType": "NormalRect",
"PrefabPath": "UI/Guide/Widget/GuideBtnTypeRectForView.prefab"
},
{
"GuideHintType": "Arrow",
"PrefabPath": "UI/Guide/Widget/GuideArrowBtn.prefab",
"CopySize": false
},
{
"GuideHintType": "JoystickRotation",
"PrefabPath": "UI/Guide/Widget/ActionHint/JoystickRotation.prefab",
"CopySize": false
},
{
"GuideHintType": "SwipeRight",
"PrefabPath": "UI/Guide/Widget/ActionHint/SwipeRight.prefab",
"CopySize": false
},
{
"GuideHintType": "SwipeLeft",
"PrefabPath": "UI/Guide/Widget/ActionHint/SwipeLeft.prefab",
"CopySize": false
},
{
"GuideHintType": "SwipeUp",
"PrefabPath": "UI/Guide/Widget/ActionHint/SwipeUp.prefab",
"CopySize": false
},
{
"GuideHintType": "SwipeDown",
"PrefabPath": "UI/Guide/Widget/ActionHint/SwipeDown.prefab",
"CopySize": false
},
{
"GuideHintType": "SwipeAToB",
"PrefabPath": "UI/Guide/Widget/ActionHint/SwipeAToB.prefab"
}
],
"GuideTextAdaptionConfigList": [
{
"GuideTextType": "InfoTip",
"HasDirection": true,
"DirectionPrefabPathMap": {
"LeftUp": "UI/Guide/Widget/GuideInfoTipsRightDown.prefab",
"RightUp": "UI/Guide/Widget/GuideInfoTipsLeftDown.prefab",
"RightDown": "UI/Guide/Widget/GuideInfoTipsLeftUp.prefab",
"LeftDown": "UI/Guide/Widget/GuideInfoTipsRightUp.prefab",
"Left": "UI/Guide/Widget/GuideInfoTipsRight.prefab",
"Up": "UI/Guide/Widget/GuideInfoTipsDown.prefab",
"Right": "UI/Guide/Widget/GuideInfoTipsLeft.prefab",
"Down": "UI/Guide/Widget/GuideInfoTipsUp.prefab"
}
},
{
"GuideTextType": "TopCenterTip",
"PrefabPath": "UI/Guide/GuideHintDialog.prefab",
"OverrideTextPath": "AreaInfoPanel/Title/Text",
"OverrideKeyMapPath": "AreaInfoPanel/Title/KeyMap"
},
{
"GuideTextType": "Talk",
"HasDirection": true,
"DirectionPrefabPathMap": {
"Down": "UI/Guide/Widget/CommonGuideTalkTipsUp.prefab",
"Up": "UI/Guide/Widget/CommonGuideTalkTipsDown.prefab",
"Right": "UI/Guide/Widget/CommonGuideTalkTipsLeft.prefab",
"Left": "UI/Guide/Widget/CommonGuideTalkTipsRight.prefab",
"LeftUp": "UI/Guide/CommonGuideTalkDialogRightDown.prefab",
"RightUp": "UI/Guide/CommonGuideTalkDialogLeftDown.prefab",
"RightDown": "UI/Guide/CommonGuideTalkDialogLeftUp.prefab",
"LeftDown": "UI/Guide/CommonGuideTalkDialogRightUp.prefab"
}
},
{
"GuideTextType": "RogueTalk",
"HasDirection": true,
"DirectionPrefabPathMap": {
"Down": "UI/Guide/Widget/RogueGuideTalkTipsUp.prefab",
"Up": "UI/Guide/Widget/RogueGuideTalkTipsDown.prefab",
"Right": "UI/Guide/Widget/RogueGuideTalkTipsLeft.prefab",
"Left": "UI/Guide/Widget/RogueGuideTalkTipsRight.prefab",
"LeftUp": "UI/Guide/RogueGuideTalkDialogRightDown.prefab",
"RightUp": "UI/Guide/RogueGuideTalkDialogLeftDown.prefab",
"RightDown": "UI/Guide/RogueGuideTalkDialogLeftUp.prefab",
"LeftDown": "UI/Guide/RogueGuideTalkDialogRightUp.prefab"
}
},
{
"GuideTextType": "CommonCenterTalk",
"PrefabPath": "UI/Guide/CommonGuideTalkDialogCenter.prefab"
},
{
"GuideTextType": "RogueCenterTalk",
"PrefabPath": "UI/Guide/RogueGuideTalkDialogCenter.prefab"
}
],
"GuideTalkAdaptionConfigList": [
{
"HasDirection": true,
"DirectionPrefabPathMap": {
"Down": "UI/Guide/CommonGuideTalkDialogLeftUp.prefab",
"Up": "UI/Guide/CommonGuideTalkDialogRightDown.prefab",
"Right": "UI/Guide/CommonGuideTalkDialogLeftUp.prefab",
"Left": "UI/Guide/CommonGuideTalkDialogRightDown.prefab",
"LeftUp": "UI/Guide/CommonGuideTalkDialogRightDown.prefab",
"RightUp": "UI/Guide/CommonGuideTalkDialogLeftDown.prefab",
"RightDown": "UI/Guide/CommonGuideTalkDialogLeftUp.prefab",
"LeftDown": "UI/Guide/CommonGuideTalkDialogRightUp.prefab"
}
},
{
"GuideTalkType": "Rogue",
"HasDirection": true,
"DirectionPrefabPathMap": {
"Down": "UI/Guide/RogueGuideTalkDialogLeftUp.prefab",
"Up": "UI/Guide/RogueGuideTalkDialogRightDown.prefab",
"Right": "UI/Guide/RogueGuideTalkDialogLeftUp.prefab",
"Left": "UI/Guide/RogueGuideTalkDialogRightDown.prefab",
"LeftUp": "UI/Guide/RogueGuideTalkDialogRightDown.prefab",
"RightUp": "UI/Guide/RogueGuideTalkDialogLeftDown.prefab",
"RightDown": "UI/Guide/RogueGuideTalkDialogLeftUp.prefab",
"LeftDown": "UI/Guide/RogueGuideTalkDialogRightUp.prefab"
}
}
],
"DefaultTextPath": "OffsetRoot/Root/Text",
"DefaultKeyMapPath": "OffsetRoot/Root/KeyMap",
"DefaultContentPath": "OffsetRoot",
"TutorialUIMaskPath": "MaskHint",
"TutorialBlockMaskPath": "MaskRaycastTarget",
"GuideTalkUIName": "TutorialGuideTalkDialog",
"WidthHeightEqualCheckThreshold": 0.1,
"ExtraOffsetDelta": 10,
"NodeMoveCheckThreshold": 0.001
}