blob: 7220d5cfae456fc93a9e7cfea2b548480d5b4ae5 (
plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
[gd_scene load_steps=3 format=3 uid="uid://bfi14ujn6fe1n"]
[ext_resource type="Script" uid="uid://db2yelol3joq0" path="res://extractor/extractor_interface.gd" id="1_hyoq1"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hyoq1"]
bg_color = Color(0.287085, 0.287085, 0.287085, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.47166, 0.47166, 0.471659, 1)
[node name="ExtractorInterface" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_hyoq1")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
offset_left = 387.0
offset_top = 307.0
offset_right = 765.0
offset_bottom = 340.0
[node name="PanelContainer" type="PanelContainer" parent="HBoxContainer"]
layout_mode = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_hyoq1")
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/PanelContainer"]
layout_mode = 2
theme_override_constants/separation = 0
[node name="LineEdit" type="LineEdit" parent="HBoxContainer/PanelContainer/HBoxContainer"]
layout_mode = 2
text = "res://client_data/data.grf"
expand_to_text_length = true
[node name="Button" type="Button" parent="HBoxContainer/PanelContainer/HBoxContainer"]
layout_mode = 2
text = "Select File"
[node name="Button" type="Button" parent="HBoxContainer"]
layout_mode = 2
text = "Open GRF"
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 0
offset_left = 386.0
offset_top = 349.0
offset_right = 754.0
offset_bottom = 389.0
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="PanelContainer2" type="PanelContainer" parent="VBoxContainer/HBoxContainer2"]
layout_mode = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_hyoq1")
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/HBoxContainer2/PanelContainer2"]
layout_mode = 2
theme_override_constants/separation = 0
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer2/PanelContainer2/HBoxContainer"]
layout_mode = 2
text = "res://client_data"
expand_to_text_length = true
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer2/PanelContainer2/HBoxContainer"]
layout_mode = 2
text = "Select Directory"
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer2"]
layout_mode = 2
text = "Extract GRF"
[node name="ProgressBar" type="ProgressBar" parent="VBoxContainer"]
layout_mode = 2
[node name="Button" type="Button" parent="."]
layout_mode = 0
offset_left = 272.0
offset_top = 433.0
offset_right = 476.0
offset_bottom = 464.0
text = "Convert Sprites & Actions"
[node name="Button2" type="Button" parent="."]
layout_mode = 0
offset_left = 498.0
offset_top = 434.0
offset_right = 614.0
offset_bottom = 465.0
text = "Convert Maps"
|