-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathControl.tscn
More file actions
41 lines (35 loc) · 911 Bytes
/
Copy pathControl.tscn
File metadata and controls
41 lines (35 loc) · 911 Bytes
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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Editor.tscn" type="PackedScene" id=1]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TabContainer" type="TabContainer" parent="."]
margin_right = 1024.0
margin_bottom = 60.0
tab_align = 0
all_tabs_in_front = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Character 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
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Node2D" parent="TabContainer/Character Editor" instance=ExtResource( 1 )]
[node name="Bodypart 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