






disabled for the release because it's not complete at all











{
	"namespace": "how_to_play",
	"how_to_play_screen@how_to_play_common.screen_base": {
		"$selector_stack_panel": "how_to_play.selector_stack_panel",
		"$section_content_panels": "how_to_play.section_content_panels"
	},
	//list of buttons & categories
	"selector_stack_panel": {
		"type": "stack_panel",
		"anchor_from": "top_left",
		"anchor_to": "top_left",
		"orientation": "vertical",
		"$default_selector_toggle_index": 100,
		"controls": [
			{
				"how_to_play_selector_pane": {
					"type": "stack_panel",
					"controls": [
						{
							"padding_0": {
                                "type": "panel",
                                "size": [ 0, 6 ]
							}
						},
						{
							"empty_text1_category@how_to_play_common.topic_category": {
								"$category": "empty_text1"
							}
						},
						{
							"empty_text2_category@how_to_play_common.topic_category": {
								"$category": "empty_text2"
							}
						},
						{
							"title_button@how_to_play.title_button": {
								"$toggle_group_forced_index": 100
							}
						},
						{
							"empty_text3_category@how_to_play_common.topic_category": {
								"$category": "empty_text3"
							}
						},
						{
							"guide_category@how_to_play_common.topic_category": {
								"$category": "guide"
							}
						},
						{
							"passive_mobs_button@how_to_play.passive_mobs_button": {
								"$toggle_group_forced_index": 101
							}
						},
						
						{
							"hostile_mobs_button@how_to_play.hostile_mobs_button": {
								"$toggle_group_forced_index": 102
							}
						},
						{
							"crafts_button@how_to_play.crafts_button": {
								"$toggle_group_forced_index": 103
							}
						}
					]
				}
			}
		]
	},
	//
	//referencing the sections
	//
	"section_content_panels": {
    "type": "stack_panel",
    "anchor_from": "top_left",
    "anchor_to": "top_left",
    "size": [ "100% - 5px", "100%c + 5px" ],
    "offset": [ 2, 0 ],
    "controls": [
			{
				"general_tips_sections": {
					"type": "stack_panel",
					"controls": [
						{ "section_contents_header@how_to_play_common.section_contents_header": {} },
						{"title_section@how_to_play.title_section": {} },
						{"passive_mobs_section@how_to_play.passive_mobs_section": {} },
						{"hostile_mobs_section@how_to_play.hostile_mobs_section": {} },
						{"crafts_section@how_to_play.crafts_section": {} }
					]
				}
			}
		]
	},
    //
    //content of the buttons (sections)
    //
	"title_button@how_to_play_common.section_toggle_button": {
		"$section_topic": "title"
	},
	"title_section@how_to_play_common.main_sections": {
		"bindings": [
			{
				"binding_type": "view",
				"source_control_name": "title_button_toggle",
				"source_property_name": "#toggle_state",
				"target_property_name": "#visible"
			}
		],
		"controls": [
			{ "header_1@how_to_play_common.header": { 
					"$text": "hidwoods.title.header1" } 
				},
			{ "padding_1@how_to_play_common.padding": {} },
			{ "padding_2@how_to_play_common.padding": {} },
			{ "padding_3@how_to_play_common.padding": {} },
			{ "image_1@how_to_play_common.image": {
					"texture": "textures/ui/hidwoods/logo",
					"size": ["100%", "123px" ]
				}
			},
			{ "padding_4@how_to_play_common.padding": {} },
			{ "padding_5@how_to_play_common.padding": {} },
			{ "padding_6@how_to_play_common.padding": {} },
			{
				"header_2@how_to_play_common.header": {
					"$text": "hidwoods.title.header2"
				}
			},
			{ "padding_7@how_to_play_common.padding": {} },
			{
				"paragraph_1@how_to_play_common.paragraph": {
				    "$text": "hidwoods.title.text1"
				}
			},
			{
				"paragraph_2@how_to_play_common.paragraph": {
				    "$text": "hidwoods.title.text2"
				}
			},
			{
				"paragraph_3@how_to_play_common.paragraph": {
				    "$text": "hidwoods.title.text3"
				}
			},
			{
				"paragraph_4@how_to_play_common.paragraph": {
				    "$text": "hidwoods.title.text4"
				}
			},
			{ "padding_7@how_to_play_common.padding": {} },
			{
				"header_3@how_to_play_common.header": {
					"$text": "hidwoods.title.header2"
				}
			},
			{ "padding_8@how_to_play_common.padding": {} },
			{ "padding_9@how_to_play_common.padding": {} },
			{ "padding_10@how_to_play_common.padding": {} },
			{ "padding_11@how_to_play_common.padding": {} },
			{ "padding_12@how_to_play_common.padding": {} },
			{ "padding_13@how_to_play_common.padding": {} },
			{
				"paragraph_3@how_to_play_common.paragraph": {
				    "$text": "hidwoods.title.text5"
				}
			},
			{
				"paragraph_4@how_to_play_common.paragraph": {
				    "$text": "hidwoods.title.text6"
				}
			}
		]
	},




	"passive_mobs_button@how_to_play_common.section_toggle_button": {
		"$section_topic": "passive_mobs"
	},
	"passive_mobs_section@how_to_play_common.main_sections": {
		"bindings": [
			{
				"binding_type": "view",
				"source_control_name": "passive_mobs_button_toggle",
				"source_property_name": "#toggle_state",
				"target_property_name": "#visible"
			}
		],
		"controls": [
			{
				"header_passive_mobs_1@how_to_play_common.header": {
					"$text": "hidwoods.passive_mobs.header"
				}
			},
			{
				"padding_passive_mobs_1@how_to_play_common.padding": {}
			},
			{ "image_1@how_to_play_common.image": {
					"texture": "textures/ui/hidwoods/taurec",
					"size": ["100%", "100px" ]
				}
			},
			{
				"padding_passive_mobs_2@how_to_play_common.padding": {}
			},
			{
				"paragraph_passive_mobs_1@how_to_play_common.paragraph": {
					"$text": "hidwoods.passive_mobs.text1"
				}
			},
			{
				"paragraph_passive_mobs_2@how_to_play_common.paragraph": {
					"$text": "hidwoods.passive_mobs.text2"
				}
			},
			{
				"paragraph_passive_mobs_3@how_to_play_common.paragraph": {
					"$text": "hidwoods.passive_mobs.text3"
				}
			},
			{
				"padding_passive_mobs_3@how_to_play_common.padding": {}
			}
		]
	},
	"hostile_mobs_button@how_to_play_common.section_toggle_button": {
		"$section_topic": "hostile_mobs"
	},
	"hostile_mobs_section@how_to_play_common.main_sections": {
		"bindings": [
			{
				"binding_type": "view",
				"source_control_name": "hostile_mobs_button_toggle",
				"source_property_name": "#toggle_state",
				"target_property_name": "#visible"
			}
		],
		"controls": [
			{
				"header_hostile_mobs_1@how_to_play_common.header": {
					"$text": "hidwoods.hostile_mobs.header"
				}
			},
			{
				"padding_hostile_mobs_1@how_to_play_common.padding": {}
			},
			{ "image_1@how_to_play_common.image": {
					"texture": "textures/ui/hidwoods/taurec",
					"size": ["100%", "100px" ]
				}
			},
			{
				"padding_hostile_mobs_2@how_to_play_common.padding": {}
			},
			{
				"paragraph_hostile_mobs_1@how_to_play_common.paragraph": {
					"$text": "hidwoods.hostile_mobs.text1"
				}
			},
			{
				"paragraph_hostile_mobs_2@how_to_play_common.paragraph": {
					"$text": "hidwoods.hostile_mobs.text2"
				}
			},
			{
				"paragraph_hostile_mobs_3@how_to_play_common.paragraph": {
					"$text": "hidwoods.hostile_mobs.text3"
				}
			},
			{
				"padding_hostile_mobs_3@how_to_play_common.padding": {}
			}
		]
	},
	"crafts_button@how_to_play_common.section_toggle_button": {
		"$section_topic": "crafts"
	},
	"crafts_section@how_to_play_common.main_sections": {
		"bindings": [
			{
				"binding_type": "view",
				"source_control_name": "crafts_button_toggle",
				"source_property_name": "#toggle_state",
				"target_property_name": "#visible"
			}
		],
		"controls": [
			{
				"header_passive_mobs_1@how_to_play_common.header": {
					"$text": "hidwoods.crafts.header"
				}
			},
			{
				"padding_passive_mobs_1@how_to_play_common.padding": {}
			},
			{ "image_1@how_to_play_common.image": {
					"texture": "textures/ui/hidwoods/taurec",
					"size": ["100%", "100px" ]
				}
			},
			{
				"padding_passive_mobs_2@how_to_play_common.padding": {}
			},
			{
				"paragraph_passive_mobs_1@how_to_play_common.paragraph": {
					"$text": "hidwoods.crafts_mobs.text1"
				}
			}
		]
	}
}