-
Notifications
You must be signed in to change notification settings - Fork 3
/
studio_default.ini
539 lines (487 loc) · 16.8 KB
/
studio_default.ini
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
version = 1
window_x = 7
window_y = 7
window_w = 900
window_h = 600
is_maximized = true
fov = 1.2000000
mouse_sensitivity_x = [0.000000, 0.095798, 3.153623, 1.165431, 16.000000, 16.000000, ]
mouse_sensitivity_y = [0.005898, 0.101395, 3.479452, 1.225404, 16.000000, 16.000000, ]
font_size = 18
log_open = true
game_view_open = false
property_grid_open = true
asset_browser_open = true
profiler_open = false
physics_ui_open = false
entity_list_open = true
gui_editor_open = false
settings_open = false
style = { Text = {1.000000, 1.000000, 1.000000, 1.000000},
TextDisabled = {0.500000, 0.500000, 0.500000, 1.000000},
WindowBg = {0.160000, 0.160000, 0.160000, 1.000000},
ChildBg = {0.160000, 0.160000, 0.160000, 1.000000},
PopupBg = {0.140000, 0.140000, 0.140000, 1.000000},
Border = {0.240000, 0.240000, 0.240000, 1.000000},
BorderShadow = {0.000000, 0.000000, 0.000000, 0.000000},
FrameBg = {0.260000, 0.260000, 0.260000, 1.000000},
FrameBgHovered = {0.320000, 0.320000, 0.320000, 1.000000},
FrameBgActive = {0.370000, 0.370000, 0.370000, 1.000000},
TitleBg = {0.156863, 0.156863, 0.156863, 1.000000},
TitleBgActive = {0.156863, 0.156863, 0.156863, 1.000000},
TitleBgCollapsed = {0.160000, 0.160000, 0.160000, 1.000000},
MenuBarBg = {0.140000, 0.140000, 0.140000, 1.000000},
ScrollbarBg = {0.020000, 0.020000, 0.020000, 0.000000},
ScrollbarGrab = {0.310000, 0.310000, 0.310000, 1.000000},
ScrollbarGrabHovered = {0.410000, 0.410000, 0.410000, 1.000000},
ScrollbarGrabActive = {0.510000, 0.510000, 0.510000, 1.000000},
CheckMark = {0.510000, 0.510000, 0.510000, 1.000000},
SliderGrab = {0.510000, 0.510000, 0.510000, 1.000000},
SliderGrabActive = {0.560000, 0.560000, 0.560000, 1.000000},
Button = {0.270000, 0.270000, 0.270000, 1.000000},
ButtonHovered = {0.340000, 0.340000, 0.340000, 1.000000},
ButtonActive = {1.000000, 0.501961, 0.000000, 1.000000},
Header = {0.350000, 0.350000, 0.350000, 1.000000},
HeaderHovered = {0.390000, 0.390000, 0.390000, 1.000000},
HeaderActive = {0.440000, 0.440000, 0.440000, 1.000000},
Separator = {0.240000, 0.240000, 0.240000, 1.000000},
SeparatorHovered = {0.310000, 0.310000, 0.310000, 1.000000},
SeparatorActive = {0.340000, 0.340000, 0.340000, 1.000000},
ResizeGrip = {0.240000, 0.240000, 0.240000, 1.000000},
ResizeGripHovered = {0.310000, 0.310000, 0.310000, 1.000000},
ResizeGripActive = {0.370000, 0.370000, 0.370000, 1.000000},
Tab = {0.313726, 0.313726, 0.313726, 1.000000},
TabHovered = {0.579487, 0.579487, 0.579487, 1.000000},
TabSelected = {0.501961, 0.501961, 0.501961, 1.000000},
TabDimmed = {0.313726, 0.313726, 0.313726, 1.000000},
TabDimmedSelected = {0.376471, 0.376471, 0.376471, 1.000000},
DockingPreview = {0.550000, 0.550000, 0.550000, 1.000000},
DockingEmptyBg = {0.200000, 0.200000, 0.200000, 1.000000},
PlotLines = {0.610000, 0.610000, 0.610000, 1.000000},
PlotLinesHovered = {1.000000, 0.430000, 0.350000, 1.000000},
PlotHistogram = {0.900000, 0.700000, 0.000000, 1.000000},
PlotHistogramHovered = {1.000000, 0.600000, 0.000000, 1.000000},
TableHeaderBg = {0.190000, 0.190000, 0.200000, 1.000000},
TableBorderStrong = {0.310000, 0.310000, 0.350000, 1.000000},
TableBorderLight = {0.230000, 0.230000, 0.250000, 1.000000},
TableRowBg = {0.000000, 0.000000, 0.000000, 0.000000},
TableRowBgAlt = {1.000000, 1.000000, 1.000000, 0.060000},
TextSelectedBg = {0.260000, 0.590000, 0.980000, 0.350000},
DragDropTarget = {1.000000, 1.000000, 0.000000, 0.900000},
NavHighlight = {0.780000, 0.880000, 1.000000, 1.000000},
NavWindowingHighlight = {1.000000, 1.000000, 1.000000, 0.700000},
NavWindowingDimBg = {0.800000, 0.800000, 0.800000, 0.200000},
ModalWindowDimBg = {0.440000, 0.440000, 0.440000, 0.350000},
WindowMenuButtonPosition = "right",
Alpha = 1.000000,
WindowPadding = {4.000000, 4.000000},
WindowRounding = 2.000000,
WindowBorderSize = 1.000000,
WindowMinSize = {32.000000, 32.000000},
WindowTitleAlign = {0.000000, 0.500000},
ChildRounding = 2.000000,
ChildBorderSize = 1.000000,
PopupRounding = 2.000000,
PopupBorderSize = 1.000000,
FramePadding = {8.000000, 2.000000},
FrameRounding = 2.000000,
FrameBorderSize = 0.000000,
ItemSpacing = {4.000000, 2.000000},
ItemInnerSpacing = {2.000000, 4.000000},
TouchExtraPadding = {0.000000, 0.000000},
IndentSpacing = 21.000000,
ColumnsMinSpacing = 6.000000,
ScrollbarSize = 14.000000,
ScrollbarRounding = 2.000000,
GrabMinSize = 10.000000,
GrabRounding = 2.000000,
TabRounding = 2.000000,
TabBorderSize = 0.000000,
ButtonTextAlign = {0.500000, 0.500000},
SelectableTextAlign = {0.000000, 0.000000},
DisplayWindowPadding = {19.000000, 19.000000},
DisplaySafeAreaPadding = {3.000000, 3.000000},
MouseCursorScale = 1.000000,
AntiAliasedLines = true,
AntiAliasedFill = true,
CurveTessellationTol = 1.250000,
CircleTessellationMaxError = 0.300000,
dpi = 96
}
imgui_state = `[Window][Settings]
Pos=408,917
Size=2082,492
Collapsed=0
DockId=0x00000002,2
[Window][Debug##Default]
ViewportPos=624,626
ViewportId=0x9F5F46A1
Size=782,481
Collapsed=0
[Window][Assets]
Pos=0,758
Size=1436,322
Collapsed=0
DockId=0x0000000D,0
[Window][Asset properties]
Pos=2120,62
Size=370,853
Collapsed=0
DockId=0x00000003,0
[Window][Log]
Pos=8,914
Size=398,495
Collapsed=0
DockId=0x00000007,1
[Window][Properties]
Pos=8,62
Size=398,844
Collapsed=0
DockId=0x0000000A,0
[Window][Entity List]
Pos=8,908
Size=398,501
Collapsed=0
DockId=0x00000007,1
[Window][###Scene View]
Pos=0,34
Size=1436,722
Collapsed=0
DockId=0x0000000C,0
[Window][###game_view]
Pos=0,34
Size=1436,722
Collapsed=0
DockId=0x0000000C,1
[Window][Maps]
Pos=347,43
Size=1149,739
Collapsed=0
DockId=0x00000001,2
[Window][Profiler]
Pos=257,748
Size=1593,421
Collapsed=0
DockId=0x00000002,3
[Window][Clip Manager]
Pos=408,1052
Size=2082,357
Collapsed=0
DockId=0x00000002,6
[Window][GUIEditor]
Pos=0,34
Size=1436,722
Collapsed=0
DockId=0x0000000C,1
[Window][Renderer Stats]
Pos=347,919
Size=1503,131
Collapsed=0
DockId=0x00000001,3
[Window][Save Universe As]
Pos=60,60
Size=94,66
Collapsed=0
[Window][Physics]
Pos=0,758
Size=1436,322
Collapsed=0
DockId=0x0000000D,3
[Window][Animation editor]
Pos=429,983
Size=2069,434
Collapsed=0
DockId=0x00000002,4
[Window][Script console]
Pos=408,1052
Size=2082,357
Collapsed=0
DockId=0x00000002,0
[Window][Animation debugger]
Pos=0,905
Size=427,512
Collapsed=0
DockId=0x00000007,1
[Window][Animation hierarchy]
Pos=408,917
Size=2082,492
Collapsed=0
DockId=0x00000002,3
[Window][Animation controller]
Pos=2120,62
Size=370,853
Collapsed=0
DockId=0x00000003,1
[Window][Edit camera]
Pos=8,811
Size=398,95
Collapsed=0
DockId=0x0000000B,0
[Window][Inspector##inspector]
Pos=1438,558
Size=420,522
Collapsed=0
DockId=0x00000009,0
[Window][Hierarchy##hierarchy]
Pos=1438,34
Size=420,522
Collapsed=0
DockId=0x00000006,0
[Window][Assets##assets]
Pos=429,983
Size=2069,434
Collapsed=0
DockId=0x00000002,0
[Window][Asset inspector##asset_inspector]
Pos=2011,24
Size=487,957
Collapsed=0
DockId=0x00000002,0
[Window][Settings##settings]
Pos=0,34
Size=1436,681
Collapsed=0
DockId=0x00000018,3
[Window][Profiler##profiler]
Pos=0,758
Size=1436,322
Collapsed=0
DockId=0x0000000D,4
[Window][Log##log]
Pos=0,758
Size=1436,322
Collapsed=0
DockId=0x0000000D,1
[Window][Lua console##lua_console]
Pos=0,1026
Size=2009,391
Collapsed=0
DockId=0x00000002,1
[Window][Maps##maps]
Pos=944,190
Size=705,774
Collapsed=0
[Window][Marketplace]
Pos=429,24
Size=1580,957
Collapsed=0
DockId=0x00000002,3
[Window][###Shader Editor]
Pos=429,24
Size=1580,957
Collapsed=0
DockId=0x00000002,5
[Window][Composite texture]
Pos=429,24
Size=1580,957
Collapsed=0
DockId=0x00000002,6
[Window][Particle editor]
Pos=429,24
Size=1580,957
Collapsed=0
DockId=0x00000002,4
[Window][DockSpaceViewport_11111111]
Pos=0,34
Size=1858,1046
Collapsed=0
[Window][Lua console]
Pos=0,758
Size=1436,322
Collapsed=0
DockId=0x0000000D,0
[Window][Disassembly]
Pos=679,34
Size=757,625
Collapsed=0
DockId=0x00000011,0
[Window][Disassembly standard##disasm1485939819712]
Pos=582,34
Size=854,625
Collapsed=0
DockId=0x00000013,0
[Window][Disassembly decal##disasm1485939802624]
Pos=582,34
Size=854,625
Collapsed=0
DockId=0x00000013,1
[Window][Disassembly standard##disasm2465210719168]
Pos=1236,34
Size=200,625
Collapsed=0
DockId=0x00000015,0
[Window][Disassembly decal##disasm1557994251440]
Pos=719,34
Size=717,625
Collapsed=0
DockId=0x00000017,1
[Window][Disassembly standard##disasm1557994250016]
Pos=719,34
Size=717,625
Collapsed=0
DockId=0x00000017,0
[Window][Disassembly standard##disasm1952255525040]
Pos=719,34
Size=717,625
Collapsed=0
DockId=0x00000019,0
[Window][Disassembly standard##disasm2371520217520]
Pos=0,34
Size=1436,625
Collapsed=0
DockId=0x00000018,2
[Window][Disassembly standard##disasm2571837424224]
Pos=0,34
Size=1436,625
Collapsed=0
DockId=0x00000018,2
[Window][Disassembly standard##disasm2474583269888]
Pos=0,34
Size=1436,625
Collapsed=0
DockId=0x00000018,2
[Window][WindowOverViewport_11111111]
Pos=0,34
Size=1858,1046
Collapsed=0
[Table][0xE4100BDC,2]
Column 0 Weight=0.2874
Column 1 Weight=1.7126
[Docking][Data]
DockSpace ID=0x00000001 Pos=1,43 Size=1849,1007 CentralNode=1
DockSpace ID=0x7C6B3D9B Window=0xA87D555D Pos=0,34 Size=1858,1046 Split=X Selected=0xCA8839C9
DockNode ID=0x00000004 Parent=0x7C6B3D9B SizeRef=1436,1046 Split=Y Selected=0xCA8839C9
DockNode ID=0x0000000C Parent=0x00000004 SizeRef=1436,722 CentralNode=1 Selected=0xCA8839C9
DockNode ID=0x0000000D Parent=0x00000004 SizeRef=1436,322 Selected=0x26CE0345
DockNode ID=0x00000005 Parent=0x7C6B3D9B SizeRef=420,1046 Split=Y Selected=0x86F6FA7A
DockNode ID=0x00000006 Parent=0x00000005 SizeRef=420,522 Selected=0x86F6FA7A
DockNode ID=0x00000009 Parent=0x00000005 SizeRef=420,522 Selected=0x8363126D
DockSpace ID=0x8B93E3BD Pos=0,34 Size=1858,1046 Split=X Selected=0xCA8839C9
DockNode ID=0x00000010 Parent=0x8B93E3BD SizeRef=677,625 Split=X Selected=0x94D3B25F
DockNode ID=0x00000012 Parent=0x00000010 SizeRef=580,625 Split=X Selected=0xE6CEF6AE
DockNode ID=0x00000014 Parent=0x00000012 SizeRef=1234,625 Split=X Selected=0xEEE33F0F
DockNode ID=0x00000016 Parent=0x00000014 SizeRef=717,625 Split=X Selected=0x83E06EFC
DockNode ID=0x00000018 Parent=0x00000016 SizeRef=717,625 CentralNode=1 Selected=0xF4BB00A0
DockNode ID=0x00000019 Parent=0x00000016 SizeRef=717,625 Selected=0xB2D64F88
DockNode ID=0x00000017 Parent=0x00000014 SizeRef=717,625 Selected=0xA3CAC308
DockNode ID=0x00000015 Parent=0x00000012 SizeRef=200,625 Selected=0x5FFF1918
DockNode ID=0x00000013 Parent=0x00000010 SizeRef=854,625 Selected=0x6B4879BC
DockNode ID=0x00000011 Parent=0x8B93E3BD SizeRef=757,625 Selected=0x19EDEE42
DockSpace ID=0xAFF71519 Pos=0,23 Size=1295,633 Split=X
DockNode ID=0x00000007 Parent=0xAFF71519 SizeRef=427,976 Split=Y
DockNode ID=0x0000000A Parent=0x00000007 SizeRef=398,747 Selected=0xC89E3217
DockNode ID=0x0000000B Parent=0x00000007 SizeRef=398,95 Selected=0x892D7EE4
DockNode ID=0x00000008 Parent=0xAFF71519 SizeRef=2053,976 Split=X
DockNode ID=0x00000002 Parent=0x00000008 SizeRef=1710,976 CentralNode=1 Selected=0xEA30E247
DockNode ID=0x00000003 Parent=0x00000008 SizeRef=370,976 Selected=0x3BC70FD5
`
keybindings = {
asset_browser_back = { key = 37, modifiers = 2},
asset_browser_focus_search = { key = 79, modifiers = 4},
asset_browser_forward = { key = 39, modifiers = 2},
asset_browser_toggle_ui = { key = 65, modifiers = 5},
copy_view_transform = { key = 71, modifiers = 4},
view_front = { key = 101, modifiers = 0},
look_at_selected = { key = 70, modifiers = 0},
camera_move_back = { key = 83, modifiers = 0},
camera_move_down = { key = 81, modifiers = 0},
camera_move_forward = { key = 87, modifiers = 0},
camera_move_left = { key = 65, modifiers = 0},
camera_move_right = { key = 68, modifiers = 0},
camera_move_up = { key = 69, modifiers = 0},
orbit_rmb = { key = 0, modifiers = 2},
view_side = { key = 100, modifiers = 0},
toggle_projection = { key = 0, modifiers = 0},
view_top = { key = 104, modifiers = 0},
close_window = { key = 87, modifiers = 4},
code_editor_add_match_to_select = { key = 68, modifiers = 4},
code_editor_cut = { key = 88, modifiers = 4},
delete_left = { key = 8, modifiers = 0},
delete_word = { key = 46, modifiers = 4},
delete_word_left = { key = 8, modifiers = 4},
code_editor_search = { key = 70, modifiers = 4},
copy = { key = 67, modifiers = 4},
delete = { key = 46, modifiers = 0},
paste = { key = 86, modifiers = 4},
redo = { key = 90, modifiers = 5},
rename = { key = 113, modifiers = 0},
save = { key = 83, modifiers = 4},
select_all = { key = 65, modifiers = 4},
undo = { key = 90, modifiers = 4},
open_externally = { key = 0, modifiers = 0},
view_in_asset_browser = { key = 66, modifiers = 4},
debug_view_ao = { key = 54, modifiers = 4},
debug_view_albedo = { key = 50, modifiers = 4},
debug_view_light_clusters = { key = 56, modifiers = 4},
debug_view_metalic = { key = 53, modifiers = 4},
debug_view_disable = { key = 49, modifiers = 4},
debug_view_normal = { key = 51, modifiers = 4},
debug_view_probe_clusters = { key = 57, modifiers = 4},
debug_view_roughness = { key = 52, modifiers = 4},
debug_view_velocity = { key = 55, modifiers = 4},
duplicate_entity_move = { key = 0, modifiers = 1},
toggle_gizmo_step = { key = 0, modifiers = 2},
rotate_90_deg = { key = 82, modifiers = 0},
entity_create = { key = 69, modifiers = 4},
entity_parent = { key = 0, modifiers = 0},
move_entity_E = { key = 39, modifiers = 4},
move_entity_N = { key = 38, modifiers = 4},
move_entity_S = { key = 40, modifiers = 4},
move_entity_W = { key = 37, modifiers = 4},
entity_select_first_child = { key = 40, modifiers = 5},
entity_select_next_sibling = { key = 39, modifiers = 5},
entity_select_parent = { key = 38, modifiers = 5},
entity_select_prev_sibling = { key = 37, modifiers = 5},
entity_snap_down = { key = 84, modifiers = 4},
autosnap_down = { key = 0, modifiers = 0},
entity_unparent = { key = 0, modifiers = 0},
studio_exit = { key = 88, modifiers = 4},
guied_align_bottom = { key = 0, modifiers = 0},
guied_align_left = { key = 0, modifiers = 0},
guied_align_right = { key = 0, modifiers = 0},
guied_align_top = { key = 0, modifiers = 0},
guied_hcenter = { key = 72, modifiers = 4},
guied_vcenter = { key = 0, modifiers = 0},
guied_hexpand = { key = 0, modifiers = 0},
guied_vexpand = { key = 0, modifiers = 0},
guied_makerel = { key = 0, modifiers = 0},
gui_editor = { key = 71, modifiers = 5},
game_next_frame = { key = 121, modifiers = 0},
game_pause = { key = 117, modifiers = 0},
game_run = { key = 120, modifiers = 0},
game_view_fullscreen = { key = 122, modifiers = 0},
game_view_toggle_ui = { key = 0, modifiers = 0},
gizmo_global_coord = { key = 53, modifiers = 0},
gizmo_local_coord = { key = 52, modifiers = 0},
gizmo_rotate_mode = { key = 50, modifiers = 0},
gizmo_scale_mode = { key = 51, modifiers = 0},
gizmo_translate_mode = { key = 49, modifiers = 0},
hierarchy_focus_filter = { key = 70, modifiers = 4},
hierarchy_toggle_ui = { key = 72, modifiers = 5},
insert_model = { key = 80, modifiers = 4},
inspector_focus_filter = { key = 66, modifiers = 4},
inspector_toggle_ui = { key = 73, modifiers = 5},
world_new = { key = 78, modifiers = 4},
open_lua_script = { key = 79, modifiers = 5},
particle_editor_apply = { key = 69, modifiers = 4},
simulate_physics_selected_obj = { key = 0, modifiers = 0},
physics_toggle_ui = { key = 70, modifiers = 5},
profiler_focus_filter = { key = 70, modifiers = 4},
profiler_play_pause = { key = 80, modifiers = 3},
profiler_toggle_ui = { key = 82, modifiers = 5},
reset_pivot = { key = 0, modifiers = 0},
set_custom_pivot = { key = 0, modifiers = 0},
settings_focus_search = { key = 70, modifiers = 4},
settings_toggle_ui = { key = 188, modifiers = 4},
show_all_commands = { key = 80, modifiers = 5},
start_standalone_app = { key = 116, modifiers = 0},
lowerTerrain = { key = 0, modifiers = 0},
removeEntitiesFromTerrain = { key = 0, modifiers = 1},
removeGrassFromTerrain = { key = 65, modifiers = 0},
smoothTerrain = { key = 0, modifiers = 0},
log_toggle_ui = { key = 76, modifiers = 5},
probes_add_bounce = { key = 0, modifiers = 0},
generate_probes = { key = 0, modifiers = 0},
package_game = { key = 0, modifiers = 0},
wireframe = { key = 87, modifiers = 2},
}