diff options
Diffstat (limited to 'src/addons/rmsmartshape/scenes/GUI_InfoPanel.tscn')
1 files changed, 59 insertions, 0 deletions
diff --git a/src/addons/rmsmartshape/scenes/GUI_InfoPanel.tscn b/src/addons/rmsmartshape/scenes/GUI_InfoPanel.tscn new file mode 100644 index 0000000..f63203b --- /dev/null +++ b/src/addons/rmsmartshape/scenes/GUI_InfoPanel.tscn @@ -0,0 +1,59 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://addons/rmsmartshape/assets/GUI_Theme.tres" type="Theme" id=1] +[ext_resource path="res://addons/rmsmartshape/scenes/GUI_InfoPanel.gd" type="Script" id=2] + +[node name="GUI_InfoPanel" type="PanelContainer"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_right = -918.0 +margin_bottom = -486.0 +mouse_filter = 2 +size_flags_horizontal = 4 +size_flags_vertical = 4 +theme = ExtResource( 1 ) +script = ExtResource( 2 ) +__meta__ = { +"_edit_use_anchors_": false +} +p_lbl_idx = NodePath("Properties/IDX") +p_lbl_tex = NodePath("Properties/Tex") +p_lbl_width = NodePath("Properties/Width") +p_lbl_flip = NodePath("Properties/Flip") + +[node name="Panel" type="Panel" parent="."] +margin_left = 3.0 +margin_top = 3.0 +margin_right = 103.0 +margin_bottom = 111.0 +mouse_filter = 2 + +[node name="Properties" type="VBoxContainer" parent="."] +margin_left = 3.0 +margin_top = 3.0 +margin_right = 103.0 +margin_bottom = 111.0 +mouse_filter = 2 + +[node name="IDX" type="Label" parent="Properties"] +margin_right = 100.0 +margin_bottom = 24.0 +text = "IDX: 13" + +[node name="Tex" type="Label" parent="Properties"] +margin_top = 28.0 +margin_right = 100.0 +margin_bottom = 52.0 +text = "Tex: 1" + +[node name="Width" type="Label" parent="Properties"] +margin_top = 56.0 +margin_right = 100.0 +margin_bottom = 80.0 +text = "Width: 1.0" + +[node name="Flip" type="Label" parent="Properties"] +margin_top = 84.0 +margin_right = 100.0 +margin_bottom = 108.0 +text = "Flip: N" |