diff options
Diffstat (limited to 'combinator_panel.tscn')
| -rw-r--r-- | combinator_panel.tscn | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/combinator_panel.tscn b/combinator_panel.tscn new file mode 100644 index 0000000..b306f7b --- /dev/null +++ b/combinator_panel.tscn @@ -0,0 +1,38 @@ +[gd_scene format=2] + +[node name="CombinatorPanel" type="Panel"] + +margin_right = 400.0 +margin_bottom = 400.0 +rect_clip_content = false +mouse_filter = 0 + +[node name="Label" type="Label" parent="."] + +margin_left = 30.0 +margin_top = 40.0 +margin_right = 70.0 +margin_bottom = 54.0 +rect_clip_content = false +mouse_filter = 2 +size_flags_vertical = 0 +text = "Test?" +percent_visible = 1.0 +lines_skipped = 0 +max_lines_visible = -1 + +[node name="Button" type="Button" parent="."] + +margin_left = 120.0 +margin_top = 50.0 +margin_right = 262.0 +margin_bottom = 150.0 +rect_clip_content = false +mouse_filter = 0 +toggle_mode = false +enabled_focus_mode = 2 +shortcut = null +group = null +flat = false + + |
