[gd_scene load_steps=2 format=3 uid="uid://cp5uwxjskqgr7"] [ext_resource type="Script" uid="uid://bkte84glywsny" path="res://scenes/main/help_window.gd" id="1_ro77y"] [node name="HelpWindow" type="Window"] auto_translate_mode = 1 initial_position = 2 size = Vector2i(600, 500) visible = false unresizable = true script = ExtResource("1_ro77y") [node name="ColorRect" type="ColorRect" parent="."] offset_right = 604.0 offset_bottom = 506.0 color = Color(0.101961, 0.101961, 0.101961, 0.6) [node name="HelpTitle" type="Label" parent="."] offset_left = 12.0 offset_top = 14.0 offset_right = 588.0 offset_bottom = 45.0 theme_override_font_sizes/font_size = 25 text = "Node Name goes here" [node name="HelpText" type="RichTextLabel" parent="."] offset_left = 12.0 offset_top = 58.0 offset_right = 588.0 offset_bottom = 482.0 theme_override_colors/table_odd_row_bg = Color(0.101961, 0.101961, 0.101961, 0.262745) theme_override_constants/table_v_separation = 8 theme_override_constants/table_h_separation = 10 bbcode_enabled = true text = "Help Text goes in here" [connection signal="close_requested" from="." to="." method="_on_close_requested"]