32 lines
911 B
Plaintext
32 lines
911 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dmysq4sxx8iqh"]
|
|
|
|
[ext_resource type="Script" uid="uid://0dcbk75cd5pl" path="res://scene/entity/ux/content_inspector.gd" id="1_4n727"]
|
|
[ext_resource type="FontVariation" uid="uid://1ryw42kej6lv" path="res://config/font_ui.tres" id="2_mtwgq"]
|
|
|
|
[node name="ContentInspector" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_4n727")
|
|
|
|
[node name="TipContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -20.0
|
|
offset_top = -40.0
|
|
offset_right = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
theme_override_constants/margin_bottom = 46
|
|
|
|
[node name="Label" type="Label" parent="TipContainer"]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_mtwgq")
|