diff options
| author | J08nY | 2017-04-22 20:46:58 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-22 20:46:58 +0200 |
| commit | dd857ee3bb9fb07c260f51ab4669944d48324eea (patch) | |
| tree | 153f567aae08bdee00ff5e09ec429412b47aa7df /combinator_panel.tscn | |
| parent | 3ed5257c222f34b591b744ef6418b5c1165be25f (diff) | |
| download | ld38-dd857ee3bb9fb07c260f51ab4669944d48324eea.tar.gz ld38-dd857ee3bb9fb07c260f51ab4669944d48324eea.tar.zst ld38-dd857ee3bb9fb07c260f51ab4669944d48324eea.zip | |
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 + + |
