-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterface.dmf
173 lines (168 loc) · 3.67 KB
/
interface.dmf
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
macro "macro"
elem
name = "Any"
command = "KeyDown \"[[*]]\""
elem
name = "Any+UP"
command = "KeyUp \"[[*]]\""
window "chatbox"
elem "chatbox"
type = MAIN
pos = 384,0
size = 640x694
anchor1 = -1,-1
anchor2 = -1,-1
background-color = none
saved-params = ""
titlebar = false
statusbar = false
can-close = false
can-minimize = false
can-resize = false
is-pane = true
outer-size = 656x710
outer-pos = 384,0
inner-size = 640x694
inner-pos = 8,8
screen-size = 1920x1020
elem "chat"
type = OUTPUT
pos = 0,0
size = 640x694
anchor1 = 0,0
anchor2 = 100,100
text-color = #fff
background-color = #002b36
is-default = true
border = line
saved-params = "max-lines"
style = ""
window "commandline"
elem "commandline"
type = MAIN
pos = 384,0
size = 640x28
anchor1 = -1,-1
anchor2 = -1,-1
background-color = none
saved-params = ""
titlebar = false
statusbar = false
can-close = false
can-minimize = false
can-resize = false
is-pane = true
outer-size = 656x44
outer-pos = 384,0
inner-size = 640x28
inner-pos = 8,8
screen-size = 1920x1020
elem "input"
type = INPUT
pos = 0,0
size = 640x28
anchor1 = 0,0
anchor2 = 100,0
font-size = 10
text-color = #d35938
background-color = #002b36
is-default = true
border = sunken
saved-params = ""
command = "Say \""
window "mainwindow"
elem "mainwindow"
type = MAIN
pos = 384,0
size = 1440x720
anchor1 = -1,-1
anchor2 = -1,-1
background-color = none
is-default = true
saved-params = "pos;size;is-minimized;is-maximized"
statusbar = false
macro = "macro"
outer-size = 1458x767
outer-pos = 384,0
inner-size = 1440x720
inner-pos = 9,38
screen-size = 1920x1020
elem "mainsplit"
type = CHILD
pos = 0,0
size = 1440x720
anchor1 = 0,0
anchor2 = 100,100
background-color = none
saved-params = "splitter"
left = "viewport"
right = "socialport"
is-vert = true
splitter = 66
window "socialport"
elem "socialport"
type = MAIN
pos = 384,0
size = 640x716
anchor1 = -1,-1
anchor2 = -1,-1
background-color = none
saved-params = ""
titlebar = false
statusbar = false
can-close = false
can-minimize = false
can-resize = false
is-pane = true
outer-size = 656x732
outer-pos = 384,0
inner-size = 640x716
inner-pos = 8,8
screen-size = 1920x1020
elem "socialsplit"
type = CHILD
pos = 0,0
size = 640x716
anchor1 = 0,0
anchor2 = 100,100
background-color = none
saved-params = ""
left = "chatbox"
right = "commandline"
is-vert = false
splitter = 96.199997
show-splitter = false
lock = right
window "viewport"
elem "viewport"
type = MAIN
pos = 384,0
size = 432x304
anchor1 = -1,-1
anchor2 = -1,-1
background-color = none
saved-params = ""
titlebar = false
statusbar = false
can-close = false
can-minimize = false
can-resize = false
is-pane = true
outer-size = 448x320
outer-pos = 384,0
inner-size = 432x304
inner-pos = 8,8
screen-size = 1920x1020
elem "map"
type = MAP
pos = 0,0
size = 432x304
anchor1 = 0,0
anchor2 = 100,100
font-family = "Public Pixel"
font-size = 6
text-color = #fff
is-default = true
saved-params = "zoom"
zoom = 2
style = "body {\n margin: 0 8px;\n vertical-align: top;\n line-height: 1;\n}\n.nameplate {\n font-family: Vaticanus;\n text-align: center;\n vertical-align: bottom;\n line-height: 1.5;\n -dm-text-outline: 1 #000 sharp square;\n}\n.air-green {\n color: #83d12c;\n}\n.earth-yellow {\n color: #f8b800;\n}\n.fire-red {\n color: #fc7460;\n}\n.water-blue {\n color: #6cf;\n}\n.dark-gray,\n.dark-grey {\n color: #a8a8a8;\n}\n.spirit-white {\n color: #f8d890;\n}\n.chaos-purple {\n color: #f878f8;\n}\n"