-
Notifications
You must be signed in to change notification settings - Fork 1
/
EditorMain.tscn
65 lines (53 loc) · 1.99 KB
/
EditorMain.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
[gd_scene load_steps=10 format=2]
[ext_resource path="res://scripts/UINew/MenuBar.cs" type="Script" id=1]
[ext_resource path="res://scripts/UINew/Dialogs/About.cs" type="Script" id=2]
[ext_resource path="res://scripts/UINew/Docks/Tools.cs" type="Script" id=3]
[ext_resource path="res://scripts/UINew/Dialogs/AssetBrowser/AssetBrowser.cs" type="Script" id=4]
[ext_resource path="res://scripts/Utilities/AssetManager.cs" type="Script" id=5]
[ext_resource path="res://scripts/Utilities/FileManager.cs" type="Script" id=6]
[ext_resource path="res://scripts/UINew/Docks/ActiveTexture.cs" type="Script" id=7]
[ext_resource path="res://scripts/UINew/Docks/ToolProperties.cs" type="Script" id=8]
[ext_resource path="res://scripts/UINew/Docks/Outline.cs" type="Script" id=9]
[node name="Editor" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_pivot_offset = Vector2( -700, -148 )
[node name="UINodes" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0
[node name="MenuBar" type="Control" parent="UINodes"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 1 )
[node name="About" type="Control" parent="UINodes"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 2 )
[node name="Tools" type="Control" parent="UINodes"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 3 )
[node name="AssetBrowser" type="Control" parent="UINodes"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 4 )
[node name="ActiveTexture" type="Control" parent="UINodes"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 7 )
[node name="ToolProperties" type="Control" parent="UINodes"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 8 )
[node name="Outliner" type="Control" parent="UINodes"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 9 )
[node name="AssetManager" type="Node" parent="."]
script = ExtResource( 5 )
TextureList = {
}
ActiveTexture = {
}
[node name="FileManager" type="Node" parent="."]
script = ExtResource( 6 )