[gd_scene load_steps=3 format=1] [ext_resource path="res://Spellbook.gd" type="Script" id=1] [ext_resource path="res://title_font.fnt" type="BitmapFont" id=2] [node name="Panel" type="Panel"] anchor/right = 1 anchor/bottom = 1 focus/ignore_mouse = false focus/stop_mouse = true size_flags/horizontal = 2 size_flags/vertical = 2 margin/left = 0.0 margin/top = 0.0 margin/right = 0.0 margin/bottom = 0.0 script/script = ExtResource( 1 ) [node name="LeftVBox" type="VBoxContainer" parent="."] focus/ignore_mouse = false focus/stop_mouse = false size_flags/horizontal = 2 size_flags/vertical = 2 margin/left = 0.0 margin/top = 0.0 margin/right = 200.0 margin/bottom = 600.0 alignment = 0 [node name="Label" type="Label" parent="LeftVBox"] focus/ignore_mouse = true focus/stop_mouse = true size_flags/horizontal = 2 size_flags/vertical = 0 margin/left = 0.0 margin/top = 0.0 margin/right = 200.0 margin/bottom = 21.0 custom_fonts/font = ExtResource( 2 ) text = "Spellbook" percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 [node name="ScrollContainer" type="ScrollContainer" parent="LeftVBox"] focus/ignore_mouse = false focus/stop_mouse = true size_flags/horizontal = 3 size_flags/vertical = 3 margin/left = 0.0 margin/top = 25.0 margin/right = 200.0 margin/bottom = 600.0 scroll/horizontal = true scroll/vertical = true [node name="SpellList" type="ItemList" parent="LeftVBox/ScrollContainer"] focus/ignore_mouse = false focus/stop_mouse = true size_flags/horizontal = 3 size_flags/vertical = 3 margin/left = 0.0 margin/top = 0.0 margin/right = 200.0 margin/bottom = 575.0 [node name="RightVBox" type="VBoxContainer" parent="."] anchor/right = 1 anchor/bottom = 1 focus/ignore_mouse = false focus/stop_mouse = false size_flags/horizontal = 3 size_flags/vertical = 3 margin/left = 270.0 margin/top = 20.0 margin/right = 0.0 margin/bottom = 0.0 alignment = 0 [node name="SkillName" type="Label" parent="RightVBox"] focus/ignore_mouse = true focus/stop_mouse = true size_flags/horizontal = 2 size_flags/vertical = 0 margin/left = 0.0 margin/top = 0.0 margin/right = 754.0 margin/bottom = 21.0 custom_fonts/font = ExtResource( 2 ) percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 [node name="Description" type="Label" parent="RightVBox"] rect/min_size = Vector2( 0, 100 ) focus/ignore_mouse = true focus/stop_mouse = true size_flags/horizontal = 2 size_flags/vertical = 0 margin/left = 0.0 margin/top = 25.0 margin/right = 754.0 margin/bottom = 125.0 autowrap = true percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 [node name="Type" type="RichTextLabel" parent="RightVBox"] rect/min_size = Vector2( 0, 20 ) focus/ignore_mouse = false focus/stop_mouse = true size_flags/horizontal = 2 size_flags/vertical = 2 margin/left = 0.0 margin/top = 129.0 margin/right = 754.0 margin/bottom = 149.0 bbcode/enabled = true bbcode/bbcode = "" visible_characters = -1 [node name="BaseDamage" type="Label" parent="RightVBox"] focus/ignore_mouse = true focus/stop_mouse = true size_flags/horizontal = 2 size_flags/vertical = 0 margin/left = 0.0 margin/top = 153.0 margin/right = 754.0 margin/bottom = 167.0 percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 [node name="Label" type="Label" parent="."] focus/ignore_mouse = true focus/stop_mouse = true size_flags/horizontal = 2 size_flags/vertical = 0 margin/left = 0.0 margin/top = 0.0 margin/right = 247.0 margin/bottom = 14.0 percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 [connection signal="item_selected" from="LeftVBox/ScrollContainer/SpellList" to="." method="_on_SpellList_item_selected"]