-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainScene.tscn
67 lines (54 loc) · 1.87 KB
/
MainScene.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[gd_scene load_steps=6 format=2]
[ext_resource path="res://TestRunner.tscn" type="PackedScene" id=1]
[ext_resource path="res://FrameEditor.tscn" type="PackedScene" id=2]
[ext_resource path="res://TMREditor.tscn" type="PackedScene" id=3]
[ext_resource path="res://TMRGraphEditor.tscn" type="PackedScene" id=4]
[ext_resource path="res://SignLanguage.tscn" type="PackedScene" id=5]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="TabContainer" type="TabContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="Frame Editor" type="Tabs" parent="TabContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
scrolling_enabled = false
[node name="Control" parent="TabContainer/Frame Editor" instance=ExtResource( 2 )]
[node name="TMR Editor" type="Tabs" parent="TabContainer"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
scrolling_enabled = false
[node name="Control" parent="TabContainer/TMR Editor" instance=ExtResource( 3 )]
[node name="TMR Graph" type="Tabs" parent="TabContainer"]
visible = false
margin_right = 40.0
margin_bottom = 24.0
[node name="TMRGraphEditor" parent="TabContainer/TMR Graph" instance=ExtResource( 4 )]
[node name="Unit Tests" type="Tabs" parent="TabContainer"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
scrolling_enabled = false
[node name="Gut" parent="TabContainer/Unit Tests" instance=ExtResource( 1 )]
visible = true
_run_on_load = false
_should_print_to_console = false
[node name="Sign Language" type="Tabs" parent="TabContainer"]
visible = false
margin_right = 40.0
margin_bottom = 24.0
[node name="Control" parent="TabContainer/Sign Language" instance=ExtResource( 5 )]