You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
[gd_scene load_steps=3 format=3 uid="uid://ba238rhu5e887"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/HelpBoxContainer.gd" id="1_qafrk"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ots6x"]
|
|
|
|
[node name="UiHelpOverlay" type="Node2D"]
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="CanvasLayer"]
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -77.0
|
|
offset_top = -110.0
|
|
offset_right = -19.0
|
|
offset_bottom = -20.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_ots6x")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="CanvasLayer/PanelContainer"]
|
|
layout_mode = 2
|
|
script = ExtResource("1_qafrk")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer/PanelContainer/PanelContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 10
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="Label" type="Label" parent="CanvasLayer/PanelContainer/PanelContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 51
|
|
text = "H"
|