From dd857ee3bb9fb07c260f51ab4669944d48324eea Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 22 Apr 2017 20:46:58 +0200 Subject: Some progress on main scene + combinator --- combinator_panel.tscn | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 combinator_panel.tscn (limited to 'combinator_panel.tscn') 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 + + -- cgit v1.2.3-70-g09d2