-
Notifications
You must be signed in to change notification settings - Fork 1
/
UI.tscn
59 lines (53 loc) · 1.33 KB
/
UI.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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://UI.gd" type="Script" id=1]
[ext_resource path="res://SaveAs.gd" type="Script" id=2]
[node name="UI" type="CanvasLayer"]
script = ExtResource( 1 )
[node name="Top" type="Control" parent="."]
modulate = Color( 1, 1, 1, 0.282353 )
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 5.0
margin_top = 5.0
margin_right = -5.0
margin_bottom = -5.0
mouse_filter = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CursorLocation" type="Label" parent="Top"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -14.0
text = "Cursor Location"
align = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CurrentLayer" type="Label" parent="Top"]
anchor_top = 1.0
anchor_bottom = 1.0
margin_top = -14.0
margin_right = 40.0
text = "Current Layer"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="SaveAs" type="FileDialog" parent="."]
margin_left = 28.0
margin_top = 40.0
margin_right = 526.0
margin_bottom = 338.0
popup_exclusive = true
window_title = "Save Project"
mode_overrides_title = false
access = 2
filters = PoolStringArray( "*.tscn" )
current_dir = "/DSUsers/uidu1158/_projects/godot/TextMap"
current_file = "TextMapProject"
current_path = "/DSUsers/uidu1158/_projects/godot/TextMap/TextMapProject"
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}