-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmod.json
More file actions
961 lines (961 loc) · 26.3 KB
/
mod.json
File metadata and controls
961 lines (961 loc) · 26.3 KB
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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
{
"geode": "5.6.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "alphalaneous.tinker",
"name": "Tinker",
"version": "v1.0.10",
"developer": "Alphalaneous",
"description": "Editor Revamped",
"dependencies": {
"geode.node-ids": "v1.23.3",
"alphalaneous.good_grid": "v1.2.0",
"alphalaneous.alphas_geode_utils": "v1.2.4",
"alphalaneous.alphas-ui-pack": "v1.1.0",
"alphalaneous.editortab_api": "v2.1.0",
"alphalaneous.level-storage-api": "v1.0.0",
"alk.better-touch-prio": "v1.0.16",
"spaghettdev.named-editor-groups": {
"version": "v2.4.1",
"required": false
},
"raydeeux.gameobjectidstacksize": {
"version": "v1.0.9",
"required": false
}
},
"resources": {
"spritesheets": {
"EditButtonSheet": [
"resources/EditButtonSheet/*.png"
]
},
"sprites": [
"resources/*.png"
]
},
"links": {
"homepage": "https://linktr.ee/Alphalaneous",
"source": "https://github.com/Alphalaneous/Tinker",
"community": "https://discord.gg/Txn2CA5dHF"
},
"tags": [
"editor", "utility", "offline", "enhancement", "interface", "bugfix", "customization"
],
"settings": {
"interface-title": {
"type": "title",
"name": "Interface"
},
"interface-description": {
"type": "info",
"description": "Customize different aspects of the editor's interface.",
"color": "#000000"
},
"ImprovedLinkControls-enabled": {
"type": "bool",
"default": true,
"name": "Enable Improved Link Controls",
"description": "Fix the link control buttons being clickable when toggled off, also fixes the size."
},
"LengthInEditor-enabled": {
"type": "bool",
"default": false,
"name": "Show Length In Editor",
"description": "Show the levels' length in time in the top left corner."
},
"LiveColors-enabled": {
"type": "bool",
"default": false,
"name": "Enable Live Colors",
"description": "Show the levels' currently active colors on the bottom of the screen."
},
"ObjectSearch-enabled": {
"type": "bool",
"default": true,
"name": "Enable Object Search",
"description": "Look up objects by name. Adds an all objects tab with search."
},
"PreviewObjectColors-enabled": {
"type": "bool",
"default": true,
"name": "Preview Object Colors",
"description": "Preview a color channel on the object buttons in the build tab."
},
"ReferenceImage-enabled": {
"type": "bool",
"default": true,
"name": "Enable Reference Image",
"description": "A button to import reference images into a level."
},
"scrolling-title": {
"type": "title",
"name": "Scrolling"
},
"scrolling-description": {
"type": "info",
"description": "How scrolling and zooming with your mouse feels in the editor.",
"color": "#000000"
},
"smooth-scroll-enabled": {
"type": "bool",
"default": true,
"name": "Enable Smooth Scroll",
"description": "Make scrolling and zooming in the editor smoother."
},
"zoom-to-cursor": {
"type": "bool",
"default": true,
"name": "Enable Zoom to Cursor",
"description": "Make scroll wheel zooming based on the cursor position."
},
"zoom-minimum": {
"type": "float",
"default": 0.1,
"name": "Minimum Scroll Zoom",
"description": "How far you can zoom out when scrolling.",
"min": 0.1,
"max": 2
},
"zoom-maximum": {
"type": "float",
"default": 10000000,
"name": "Maximum Scroll Zoom",
"description": "How far you can zoom in when scrolling.",
"min": 2,
"max": 10000000
},
"scroll-delegate-to-vanilla": {
"type": "bool",
"default": false,
"name": "Delegate Custom Scroll to Vanilla",
"description": "Pass the scroll parameters to the vanilla EditorUI::scrollWheel method. This can help with compatibility with DevTools, but will yield issues with other mods that change scroll."
},
"ignore-natural-scrolling": {
"type": "bool",
"default": true,
"name": "Ignore Natural Scroll Setting",
"description": "Ignore MacOS natural scrolling setting.",
"platforms": ["mac"]
},
"invert-vertical-scroll": {
"type": "bool",
"default": false,
"name": "Invert Vertical Scroll",
"description": "Scroll wheel goes the opposite direction vertically."
},
"invert-horizontal-scroll": {
"type": "bool",
"default": false,
"name": "Invert Horizontal Scroll",
"description": "Scroll wheel goes the opposite direction horizontally."
},
"invert-zoom-scroll": {
"type": "bool",
"default": false,
"name": "Invert Zoom Scroll",
"description": "Scroll wheel zooming goes the opposite direction."
},
"scroll-multiplier": {
"type": "float",
"default": 12,
"name": "Scroll Multiplier",
"description": "How fast the scrolling is.",
"min": 1,
"max": 50
},
"zoom-multiplier": {
"type": "float",
"default": 12,
"name": "Zoom Multiplier",
"description": "How fast zooming is.",
"min": 1,
"max": 50
},
"objects-title": {
"type": "title",
"name": "Objects"
},
"objects-description": {
"type": "info",
"description": "All things related to objects.",
"color": "#000000"
},
"DurationDrag-enabled": {
"type": "bool",
"default": true,
"name": "Enable Duration Dragging",
"description": "Drag on a duration line to change the duration without going into a trigger's edit menu.",
"enable-if": "!loaded:undefined0.bendy_duration_lines",
"enable-if-description": "This feature is not compatible with Bendy Duration Lines."
},
"MultiTextEdit-enabled": {
"type": "bool",
"default": true,
"name": "Enable Multi Text Edit",
"description": "Edit multiple text objects at once."
},
"ObjectSummary-enabled": {
"type": "bool",
"default": true,
"name": "Enable Object Summary",
"description": "Add a button in the level settings to view how many of each object there are."
},
"OldColorTriggers-enabled": {
"type": "bool",
"default": true,
"name": "Enable Old Color Trigger Textures",
"description": "See the old color trigger textures when looking at old levels."
},
"fixes-title": {
"type": "title",
"name": "Fixes"
},
"fixes-description": {
"type": "info",
"description": "Different fixes that you'll likely want to keep on to improve the editing experience.",
"color": "#000000"
},
"CenteredObjectButtons-enabled": {
"type": "bool",
"default": true,
"name": "Enable Centered Object Buttons",
"description": "Make the object sprites on the buttons in the build tab actually centered."
},
"EditorSliderFix-enabled": {
"type": "bool",
"default": true,
"name": "Enable Editor Slider Fix",
"description": "Fix the position slider not being based on level length."
},
"TransformFix-enabled": {
"type": "bool",
"default": true,
"name": "Enable Transform Control Fixes",
"description": "Fix the touch issues with Transform and Scale controls."
},
"FixIgnoreDamage-enabled": {
"type": "bool",
"default": true,
"name": "Fix Wave in Ignore Damage",
"description": "Fix wave sliding on slopes instead of clipping through them when ignore damage is enabled."
},
"FixTextObjectBounds-enabled": {
"type": "bool",
"default": true,
"name": "Enable Text Object Transform Fix",
"description": "Fix the transform bounds for text objects such that they are not always {0, 0}. Updates them properly when the text and/or kerning is changed."
},
"misc-title": {
"type": "title",
"name": "Miscellaneous"
},
"misc-description": {
"type": "info",
"description": "Stuff that just doesn't fit in any other category.",
"color": "#000000"
},
"hIDe-enabled": {
"type": "bool",
"default": false,
"name": "Hide IDs in the Edit Level screen",
"description": "Hide IDs in Edit Level screen, hold shift to show them."
},
"PlaytestConfirmation-enabled": {
"type": "bool",
"default": false,
"name": "Playtest Confirmation Popup",
"description": "Show an alert asking if you want to playtest when you click the playtest button."
},
"stop-swipe-on-shift-release": {
"type": "bool",
"default": true,
"name": "Stop Swipe on Shift Release",
"description": "Stops swiping when shift is released before clicking is released."
},
"other-mods-title": {
"type": "title",
"name": "Other Mods"
},
"other-mods-description": {
"type": "info",
"description": "Changes Tinker can make to better integrate other mods with Tinker itself.",
"color": "#000000"
},
"AlternateLassoLocation-enabled": {
"type": "bool",
"name": "Alternate Lasso Select Location",
"description": "Move the Lasso Select button to the bottom right.",
"default": true,
"enable-if": "loaded:undefined0.lasso-select",
"enable-if-description": "This feature requires the Lasso Select mod."
},
"AutoBuildHelper-title": {
"type": "title",
"name": "Auto \"Build Helper\""
},
"AutoBuildHelper-description": {
"type": "info",
"description": "Add a toggle to automate the Build Helper tool. Copy and paste objects and/or place custom objects to automatically run Build Helper on them when the toggle is on.",
"color": "#000000"
},
"AutoBuildHelper-enabled": {
"type": "bool",
"default": false,
"name": "Enabled"
},
"AutoBuildHelper-show-on-pause": {
"name": "Show on Editor Pause",
"description": "Show the auto build helper toggle on editor pause rather than in the editor.",
"type": "bool",
"default": false
},
"AwesomeModifierIcons-title": {
"type": "title",
"name": "Modifier Icons"
},
"AwesomeModifierIcons-description": {
"type": "info",
"description": "Improve the Modifier blocks (D/H/J/S/F) by adding icons for each of their actions instead of the letter.",
"color": "#000000"
},
"AwesomeModifierIcons-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"AwesomeModifierIcons-solid-border": {
"name": "Solid Border",
"description": "Make the border of the blocks solid instead of dotted.",
"type": "bool",
"default": false
},
"AwesomeModifierIcons-show-letter": {
"name": "Show Letters",
"description": "Show the letters instead of hiding them.",
"type": "bool",
"default": false
},
"AwesomeModifierIcons-move-f-block": {
"name": "Move F block",
"description": "Move the F block to be next to the other modifier blocks rather than separated by the force blocks.",
"type": "bool",
"default": true
},
"CanvasRotate-title": {
"type": "title",
"name": "Editor Rotation"
},
"CanvasRotate-description": {
"type": "info",
"description": "Allows the editor to rotate freely. Either with right clicking and dragging or with the Joystick. Also fixes panning while the editor is rotated during playtest.",
"color": "#000000"
},
"CanvasRotate-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"CanvasRotate-rotate-slider-thumb": {
"type": "bool",
"default": true,
"name": "Rotate Slider Thumb",
"description": "Rotate the slider thumb according to the editor rotation, such that left and right always points left and right."
},
"CanvasRotate-use-modifier": {
"type": "bool",
"default": true,
"name": "Enable Right Click Dragging"
},
"CanvasRotate-align-modifier": {
"name": "Align Modifier",
"description": "Align placed objects to your exact camera rotation when held.",
"type": "keybind",
"default": ["]"],
"category": "editor"
},
"CustomToolbarBackground-title": {
"type": "title",
"name": "Toolbar Background"
},
"CustomToolbarBackground-description": {
"type": "info",
"description": "Customize the toolbar's background colors.",
"color": "#000000"
},
"CustomToolbarBackground-enabled": {
"type": "bool",
"default": false,
"name": "Enabled"
},
"CustomToolbarBackground-blur-behind": {
"type": "bool",
"default": false,
"name": "Blur Behind",
"enable-if": "loaded:thesillydoggo.blur-api",
"enable-if-description": "This feature requires the Blur API mod."
},
"CustomToolbarBackground-gradient-start-color": {
"type": "rgba",
"default": [16, 12, 13, 200],
"name": "Gradient Start Color"
},
"CustomToolbarBackground-gradient-end-color": {
"type": "rgba",
"default": [31, 31, 31, 200],
"name": "Gradient End Color"
},
"CustomToolbarBackground-line-color": {
"type": "rgba",
"default": [91, 92, 92, 200],
"name": "Line Color"
},
"EditTools-title": {
"type": "title",
"name": "Extra Edit Tab Tools"
},
"EditTools-description": {
"type": "info",
"description": "Misc edit tools for the edit tab to make editing easier.",
"color": "#000000"
},
"EditTools-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"EditTools-camera-to-object-keybind": {
"name": "Camera to Object Keybind",
"description": "Keybind to move the camera to the selected objects.",
"type": "keybind",
"default": ["N"],
"category": "editor"
},
"EditTools-object-to-camera-keybind": {
"name": "Object to Camera Keybind",
"description": "Keybind to move selected objects to the center of the camera.",
"type": "keybind",
"default": ["M"],
"category": "editor"
},
"ImprovedGroupView-title": {
"type": "title",
"name": "Improved Group View"
},
"ImprovedGroupView-description": {
"type": "info",
"description": "Show more than 20 groups at once in the Group View when selecting multiple objects with a scrollable list of the groups.",
"color": "#000000"
},
"ImprovedGroupView-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"ImprovedGroupView-left-align": {
"name": "Left Align Groups",
"description": "Align groups to the left like vanilla GD.",
"type": "bool",
"default": false
},
"JoystickNavigation-title": {
"type": "title",
"name": "Joystick Navigation"
},
"JoystickNavigation-description": {
"type": "info",
"description": "Navigate the editor with a Joystick. Most useful for mobile one handed use.",
"color": "#000000"
},
"JoystickNavigation-enabled": {
"type": "bool",
"default": false,
"name": "Enabled"
},
"JoystickNavigation-speed": {
"type": "float",
"min": 0.1,
"max": 5,
"default": 1,
"name": "Joystick Speed Multiplier",
"description": "The speed the editor will move at when the joystick is moved."
},
"JoystickNavigation-opacity": {
"type": "float",
"control": {
"slider": true
},
"min": 0,
"max": 1,
"default": 0.6,
"name": "Controller Opacity",
"description": "Opacity of Joystick Controller."
},
"JoystickNavigation-scale": {
"type": "float",
"control": {
"slider": true
},
"min": 0.1,
"max": 2,
"default": 1,
"name": "Controller Scale",
"description": "Scale of Joystick Controller."
},
"JoystickNavigation-lock-position": {
"type": "bool",
"name": "Lock Position",
"description": "Lock the Controller's position where you left it last.",
"default": false
},
"JoystickNavigation-reset-position": {
"type": "button",
"buttons": {
"reset-position": "Reset Position"
},
"description": "Reset the Controller's position to default."
},
"NegateInput-title": {
"type": "title",
"name": "Negate Input"
},
"NegateInput-description": {
"type": "info",
"description": "Press N and/or a button to negate any number input when focused.",
"color": "#000000"
},
"NegateInput-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"NegateInput-show-negate-button": {
"type": "bool",
"name": "Show Negate Button",
"default": {
"win": false,
"mac": false,
"android": true,
"ios": true
}
},
"NegateInput-always-show-negate-button": {
"type": "bool",
"name": "Always Show Negate Button",
"default": false,
"description": "Don't hide the negate button when a text input is not focused."
},
"NegateInput-enable-negate-keybind": {
"type": "bool",
"name": "Enable Negate Keybind",
"default": {
"win": true,
"mac": true,
"android": false,
"ios": false
}
},
"ObjectTooltips-title": {
"type": "title",
"name": "Object Tooltips"
},
"ObjectTooltips-description": {
"type": "info",
"description": "Tooltips with object names when hovering over an object in the build tab.",
"color": "#000000"
},
"ObjectTooltips-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"ObjectTooltips-scale": {
"type": "float",
"default": 1,
"name": "Tooltip Scale",
"description": "How large the tooltip is",
"min": 0.5,
"max": 2
},
"ObjectTooltips-show-object-id": {
"type": "bool",
"default": false,
"name": "Show Object IDs",
"description": "Show object IDs on the tooltips under the name."
},
"RelocateBuildTools-title": {
"type": "title",
"name": "Relocate Build Tools"
},
"RelocateBuildTools-description": {
"type": "info",
"description": "Relocate the build tools from the editor pause menu to the edit menu.",
"color": "#000000"
},
"RelocateBuildTools-enabled": {
"type": "bool",
"default": false,
"name": "Enabled"
},
"RelocateBuildTools-icons": {
"name": "Icons",
"description": "Icons for the Build Tools Buttons.",
"type": "string",
"default": "Icons & Text",
"one-of": [
"Icons & Text",
"Icons Only",
"None"
]
},
"RepeatingEditorButtons-title": {
"type": "title",
"name": "Repeating Buttons"
},
"RepeatingEditorButtons-description": {
"type": "info",
"description": "Hold certain buttons in the editor to repeatedly press them.",
"color": "#000000"
},
"RepeatingEditorButtons-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"RepeatingEditorButtons-repeat-delay": {
"name": "Repeat Delay (ms)",
"description": "Time before repeat starts (ms).",
"type": "int",
"default": 500,
"min": 50,
"max": 10000
},
"RepeatingEditorButtons-repeat-rate": {
"name": "Repeat Rate (ms)",
"description": "Rate of repetitions (ms).",
"type": "int",
"default": 100,
"min": 5,
"max": 2000
},
"ScrollableObjects-title": {
"type": "title",
"name": "Scrollable Toolbar"
},
"ScrollableObjects-description": {
"type": "info",
"description": "Scroll through editor tabs instead of navigating per page.",
"color": "#000000"
},
"ScrollableObjects-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"ScrollableObjects-speed-modifier-key": {
"name": "Speed Modifier Key",
"description": "Key to hold to speed up scrolling the editor tab.",
"type": "keybind",
"default": ["Ctrl+LeftControl"],
"category": "editor"
},
"ScrollableObjects-speed-modifier": {
"name": "Speed Multiplier",
"description": "Scroll speed multiplier when modifier key is held.",
"type": "float",
"default": 5,
"min": 1,
"max": 50
},
"ScrollableObjects-invert-scroll": {
"type": "bool",
"default": false,
"name": "Invert Scroll",
"description": "Invert the direction scrolling on the tab goes."
},
"ScrollableObjects-scrollbar-height": {
"type": "float",
"default": 10,
"name": "Scrollbar Height",
"description": "The height the scrollbar at the bottom of the tab is.",
"min": 10,
"max": 20
},
"ScrollableObjects-y-offset": {
"type": "float",
"default": 2,
"name": "Tab Y Offset",
"description": "The Y offset of the whole tab.",
"min": 2,
"max": 16
},
"SingleDeselect-title": {
"type": "title",
"name": "Single Deselect"
},
"SingleDeselect-description": {
"type": "info",
"description": "Hold a modifier to deselect objects within an existing selection.",
"color": "#000000"
},
"SingleDeselect-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"SingleDeselect-key": {
"name": "Deselect Modifier Key",
"description": "Key to hold click to deselect.",
"type": "keybind",
"default": ["P"],
"category": "editor"
},
"StartPosTools-title": {
"type": "title",
"name": "Start Position Tools"
},
"StartPosTools-description": {
"type": "info",
"description": "Better start position tools.",
"color": "#000000"
},
"StartPosTools-enabled": {
"type": "bool",
"default": true,
"name": "Enabled",
"description": "Show an overlay above start positions when selected with a button to playtest from it."
},
"StartPosTools-start-pos-switcher": {
"type": "bool",
"default": true,
"name": "Start Pos Switcher",
"description": "Navigate through every start pos in the editor."
},
"StartPosTools-auto-hide-switcher": {
"type": "bool",
"default": {
"win": true,
"mac": true,
"android": false,
"ios": false
},
"name": "Auto Hide Switcher",
"description": "Hide the switcher when not being used."
},
"StartPosTools-prev-start-pos": {
"name": "Previous Start Pos",
"type": "keybind",
"default": ["Q"],
"category": "editor"
},
"StartPosTools-next-start-pos": {
"name": "Next Start Pos",
"type": "keybind",
"default": ["E"],
"category": "editor"
},
"StartPosTools-hide-no-start-pos-button": {
"type": "bool",
"default": false,
"name": "Hide Playtest without Start Pos button"
},
"ThatPasteButton-title": {
"type": "title",
"name": "Paste Warnings"
},
"ThatPasteButton-description": {
"type": "info",
"description": "Show warnings for paste state and paste color.",
"color": "#000000"
},
"ThatPasteButton-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"ThatPasteButton-toggle-paste-state": {
"name": "Show Paste State Warning",
"default": true,
"type": "bool"
},
"ThatPasteButton-toggle-paste-state-group": {
"name": "Show Paste State Warning on Edit Group popup",
"default": true,
"type": "bool"
},
"ThatPasteButton-toggle-paste-color": {
"name": "Show Paste Color Warning",
"default": true,
"type": "bool"
},
"ThatPasteButton-dont-show-if-default": {
"name": "Don't show warning if objects are default",
"description": "Don't show the warning when selected objects have no groups and use default colors.",
"default": false,
"type": "bool"
},
"ThatPasteButton-object-requirement": {
"name": "Number of Objects to Show Warning",
"description": "The amount of selected objects needed for the warning to pop up.",
"type": "int",
"default": 2,
"min": 1
},
"QuickExtras-title": {
"type": "title",
"name": "Quick Edit Extras"
},
"QuickExtras-description": {
"type": "info",
"description": "A shortcut button to edit extra properties of objects, replaces Edit Special when it isn't needed.",
"color": "#000000"
},
"QuickExtras-enabled": {
"type": "bool",
"default": true,
"name": "Enabled"
},
"QuickExtras-always-show": {
"type": "bool",
"default": false,
"name": "Always show Edit Extras button",
"description": "Make the Edit Extras button always visible instead of replacing Edit Special."
},
"EditorGridCustomization-title": {
"type": "title",
"name": "Editor Grid"
},
"EditorGridCustomization-description": {
"type": "info",
"description": "Customize the colors of the editor grid",
"color": "#000000"
},
"EditorGridCustomization-grid-color": {
"type": "rgba",
"default": [0, 0, 0, 150],
"name": "Grid Color"
},
"EditorGridCustomization-grid-invert": {
"type": "bool",
"name": "Grid Inverts Behind",
"description": "Make the grid invert the color behind it rather than a static color. (Overrides Grid Color setting)",
"default": false
},
"EditorGridCustomization-effect-line-color": {
"type": "rgba",
"default": [0, 255, 255, 255],
"name": "Effect Line Color"
},
"EditorGridCustomization-color-effect-lines-by-trigger": {
"type": "bool",
"name": "Color Effect Lines by Trigger Color",
"default": false
},
"EditorGridCustomization-music-line-active-color": {
"type": "rgba",
"default": [50, 255, 50, 255],
"name": "Music Line Active Color"
},
"EditorGridCustomization-music-line-inactive-color": {
"type": "rgba",
"default": [2, 255, 2, 100],
"name": "Music Line Inactive Color"
},
"EditorGridCustomization-rainbow-music-line": {
"type": "bool",
"name": "Rainbow Music Line",
"description": "Just for fun :3",
"default": false
},
"EditorGridCustomization-center-line-color": {
"type": "rgba",
"default": [0, 0, 0, 50],
"name": "Center Line Color"
},
"EditorGridCustomization-preview-lock-line-color": {
"type": "rgba",
"default": [255, 150, 0, 255 ],
"name": "Preview Lock Line Color"
},
"Keybinds-title": {
"type": "title",
"name": "Keybinds"
},
"Keybinds-description": {
"type": "info",
"description": "Extra keybinds for navigating the editor.",
"color": "#000000"
},
"Keybinds-edit-object": {
"name": "Edit Object",
"description": "Quickly access Edit Object",
"type": "keybind",
"default": [],
"category": "editor"
},
"Keybinds-edit-group": {
"name": "Edit Group",
"description": "Quickly access Edit Group",
"type": "keybind",
"default": [],
"category": "editor"
},
"Keybinds-edit-special": {
"name": "Edit Special",
"description": "Quickly access Edit Special",
"type": "keybind",
"default": [],
"category": "editor"
},
"Keybinds-edit-extras": {
"name": "Edit Extras",
"description": "Quickly access Edit Extras",
"type": "keybind",
"default": [],
"category": "editor"
},
"Keybinds-copy-values": {
"name": "Copy Values",
"description": "Quickly activate Copy Values",
"type": "keybind",
"default": [],
"category": "editor"
},
"Keybinds-paste-state": {
"name": "Paste State",
"description": "Quickly activate Paste State",
"type": "keybind",
"default": [],
"category": "editor"
},
"Keybinds-paste-color": {
"name": "Paste Color",
"description": "Quickly activate Paste Color",
"type": "keybind",
"default": [],
"category": "editor"
},
"Keybinds-restart": {
"name": "Playtest Restart",
"type": "keybind",
"default": ["R"],
"category": "editor"
},
"Keybinds-restart-from-beginning": {
"name": "Playtest Restart without Start Positions",
"type": "keybind",
"description": "Restart level from beginning, ignoring start positions. Only works with Start Pos Tools enabled.",
"default": ["Ctrl+R"],
"category": "editor"
}
},
"api": {
"include": [
"include/*.hpp"
]
}
}