rnd-20070427-1-src
[rocksndiamonds.git] / src / conf_var.c
1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
3 *----------------------------------------------------------*
4 * (c) 1995-2006 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * conf_var.c                                               *
12 ***********************************************************/
13
14 /* ----- this file was automatically generated -- do not edit by hand ----- */
15
16 #ifndef CONF_VAR_C
17 #define CONF_VAR_C
18
19 /* values for image and layout parameter configuration */
20
21 struct TokenIntPtrInfo image_config_vars[] =
22 {
23   {
24     "[title_initial].fade_mode",
25     &title_initial_default.fade_mode
26   },
27   {
28     "[title_initial].fade_delay",
29     &title_initial_default.fade_delay
30   },
31   {
32     "[title_initial].post_delay",
33     &title_initial_default.post_delay
34   },
35   {
36     "[title_initial].auto_delay",
37     &title_initial_default.auto_delay
38   },
39   {
40     "[title].fade_mode",
41     &title_default.fade_mode
42   },
43   {
44     "[title].fade_delay",
45     &title_default.fade_delay
46   },
47   {
48     "[title].post_delay",
49     &title_default.post_delay
50   },
51   {
52     "[title].auto_delay",
53     &title_default.auto_delay
54   },
55   {
56     "[titlemessage_initial].x",
57     &titlemessage_initial_default.x
58   },
59   {
60     "[titlemessage_initial].y",
61     &titlemessage_initial_default.y
62   },
63   {
64     "[titlemessage_initial].width",
65     &titlemessage_initial_default.width
66   },
67   {
68     "[titlemessage_initial].height",
69     &titlemessage_initial_default.height
70   },
71   {
72     "[titlemessage_initial].chars",
73     &titlemessage_initial_default.chars
74   },
75   {
76     "[titlemessage_initial].lines",
77     &titlemessage_initial_default.lines
78   },
79   {
80     "[titlemessage_initial].align",
81     &titlemessage_initial_default.align
82   },
83   {
84     "[titlemessage_initial].valign",
85     &titlemessage_initial_default.valign
86   },
87   {
88     "[titlemessage_initial].font",
89     &titlemessage_initial_default.font
90   },
91   {
92     "[titlemessage_initial].autowrap",
93     &titlemessage_initial_default.autowrap
94   },
95   {
96     "[titlemessage_initial].centered",
97     &titlemessage_initial_default.centered
98   },
99   {
100     "[titlemessage_initial].parse_comments",
101     &titlemessage_initial_default.parse_comments
102   },
103   {
104     "[titlemessage_initial].sort_priority",
105     &titlemessage_initial_default.sort_priority
106   },
107   {
108     "[titlemessage_initial].fade_mode",
109     &titlemessage_initial_default.fade_mode
110   },
111   {
112     "[titlemessage_initial].fade_delay",
113     &titlemessage_initial_default.fade_delay
114   },
115   {
116     "[titlemessage_initial].post_delay",
117     &titlemessage_initial_default.post_delay
118   },
119   {
120     "[titlemessage_initial].auto_delay",
121     &titlemessage_initial_default.auto_delay
122   },
123   {
124     "[titlemessage].x",
125     &titlemessage_default.x
126   },
127   {
128     "[titlemessage].y",
129     &titlemessage_default.y
130   },
131   {
132     "[titlemessage].width",
133     &titlemessage_default.width
134   },
135   {
136     "[titlemessage].height",
137     &titlemessage_default.height
138   },
139   {
140     "[titlemessage].chars",
141     &titlemessage_default.chars
142   },
143   {
144     "[titlemessage].lines",
145     &titlemessage_default.lines
146   },
147   {
148     "[titlemessage].align",
149     &titlemessage_default.align
150   },
151   {
152     "[titlemessage].valign",
153     &titlemessage_default.valign
154   },
155   {
156     "[titlemessage].font",
157     &titlemessage_default.font
158   },
159   {
160     "[titlemessage].autowrap",
161     &titlemessage_default.autowrap
162   },
163   {
164     "[titlemessage].centered",
165     &titlemessage_default.centered
166   },
167   {
168     "[titlemessage].parse_comments",
169     &titlemessage_default.parse_comments
170   },
171   {
172     "[titlemessage].sort_priority",
173     &titlemessage_default.sort_priority
174   },
175   {
176     "[titlemessage].fade_mode",
177     &titlemessage_default.fade_mode
178   },
179   {
180     "[titlemessage].fade_delay",
181     &titlemessage_default.fade_delay
182   },
183   {
184     "[titlemessage].post_delay",
185     &titlemessage_default.post_delay
186   },
187   {
188     "[titlemessage].auto_delay",
189     &titlemessage_default.auto_delay
190   },
191   {
192     "titlemessage_initial_1.x",
193     &titlemessage_initial[0].x
194   },
195   {
196     "titlemessage_initial_1.y",
197     &titlemessage_initial[0].y
198   },
199   {
200     "titlemessage_initial_1.width",
201     &titlemessage_initial[0].width
202   },
203   {
204     "titlemessage_initial_1.height",
205     &titlemessage_initial[0].height
206   },
207   {
208     "titlemessage_initial_1.chars",
209     &titlemessage_initial[0].chars
210   },
211   {
212     "titlemessage_initial_1.lines",
213     &titlemessage_initial[0].lines
214   },
215   {
216     "titlemessage_initial_1.align",
217     &titlemessage_initial[0].align
218   },
219   {
220     "titlemessage_initial_1.valign",
221     &titlemessage_initial[0].valign
222   },
223   {
224     "titlemessage_initial_1.font",
225     &titlemessage_initial[0].font
226   },
227   {
228     "titlemessage_initial_1.autowrap",
229     &titlemessage_initial[0].autowrap
230   },
231   {
232     "titlemessage_initial_1.centered",
233     &titlemessage_initial[0].centered
234   },
235   {
236     "titlemessage_initial_1.parse_comments",
237     &titlemessage_initial[0].parse_comments
238   },
239   {
240     "titlemessage_initial_1.sort_priority",
241     &titlemessage_initial[0].sort_priority
242   },
243   {
244     "titlemessage_initial_1.fade_mode",
245     &titlemessage_initial[0].fade_mode
246   },
247   {
248     "titlemessage_initial_1.fade_delay",
249     &titlemessage_initial[0].fade_delay
250   },
251   {
252     "titlemessage_initial_1.post_delay",
253     &titlemessage_initial[0].post_delay
254   },
255   {
256     "titlemessage_initial_1.auto_delay",
257     &titlemessage_initial[0].auto_delay
258   },
259   {
260     "titlemessage_initial_2.x",
261     &titlemessage_initial[1].x
262   },
263   {
264     "titlemessage_initial_2.y",
265     &titlemessage_initial[1].y
266   },
267   {
268     "titlemessage_initial_2.width",
269     &titlemessage_initial[1].width
270   },
271   {
272     "titlemessage_initial_2.height",
273     &titlemessage_initial[1].height
274   },
275   {
276     "titlemessage_initial_2.chars",
277     &titlemessage_initial[1].chars
278   },
279   {
280     "titlemessage_initial_2.lines",
281     &titlemessage_initial[1].lines
282   },
283   {
284     "titlemessage_initial_2.align",
285     &titlemessage_initial[1].align
286   },
287   {
288     "titlemessage_initial_2.valign",
289     &titlemessage_initial[1].valign
290   },
291   {
292     "titlemessage_initial_2.font",
293     &titlemessage_initial[1].font
294   },
295   {
296     "titlemessage_initial_2.autowrap",
297     &titlemessage_initial[1].autowrap
298   },
299   {
300     "titlemessage_initial_2.centered",
301     &titlemessage_initial[1].centered
302   },
303   {
304     "titlemessage_initial_2.parse_comments",
305     &titlemessage_initial[1].parse_comments
306   },
307   {
308     "titlemessage_initial_2.sort_priority",
309     &titlemessage_initial[1].sort_priority
310   },
311   {
312     "titlemessage_initial_2.fade_mode",
313     &titlemessage_initial[1].fade_mode
314   },
315   {
316     "titlemessage_initial_2.fade_delay",
317     &titlemessage_initial[1].fade_delay
318   },
319   {
320     "titlemessage_initial_2.post_delay",
321     &titlemessage_initial[1].post_delay
322   },
323   {
324     "titlemessage_initial_2.auto_delay",
325     &titlemessage_initial[1].auto_delay
326   },
327   {
328     "titlemessage_initial_3.x",
329     &titlemessage_initial[2].x
330   },
331   {
332     "titlemessage_initial_3.y",
333     &titlemessage_initial[2].y
334   },
335   {
336     "titlemessage_initial_3.width",
337     &titlemessage_initial[2].width
338   },
339   {
340     "titlemessage_initial_3.height",
341     &titlemessage_initial[2].height
342   },
343   {
344     "titlemessage_initial_3.chars",
345     &titlemessage_initial[2].chars
346   },
347   {
348     "titlemessage_initial_3.lines",
349     &titlemessage_initial[2].lines
350   },
351   {
352     "titlemessage_initial_3.align",
353     &titlemessage_initial[2].align
354   },
355   {
356     "titlemessage_initial_3.valign",
357     &titlemessage_initial[2].valign
358   },
359   {
360     "titlemessage_initial_3.font",
361     &titlemessage_initial[2].font
362   },
363   {
364     "titlemessage_initial_3.autowrap",
365     &titlemessage_initial[2].autowrap
366   },
367   {
368     "titlemessage_initial_3.centered",
369     &titlemessage_initial[2].centered
370   },
371   {
372     "titlemessage_initial_3.parse_comments",
373     &titlemessage_initial[2].parse_comments
374   },
375   {
376     "titlemessage_initial_3.sort_priority",
377     &titlemessage_initial[2].sort_priority
378   },
379   {
380     "titlemessage_initial_3.fade_mode",
381     &titlemessage_initial[2].fade_mode
382   },
383   {
384     "titlemessage_initial_3.fade_delay",
385     &titlemessage_initial[2].fade_delay
386   },
387   {
388     "titlemessage_initial_3.post_delay",
389     &titlemessage_initial[2].post_delay
390   },
391   {
392     "titlemessage_initial_3.auto_delay",
393     &titlemessage_initial[2].auto_delay
394   },
395   {
396     "titlemessage_initial_4.x",
397     &titlemessage_initial[3].x
398   },
399   {
400     "titlemessage_initial_4.y",
401     &titlemessage_initial[3].y
402   },
403   {
404     "titlemessage_initial_4.width",
405     &titlemessage_initial[3].width
406   },
407   {
408     "titlemessage_initial_4.height",
409     &titlemessage_initial[3].height
410   },
411   {
412     "titlemessage_initial_4.chars",
413     &titlemessage_initial[3].chars
414   },
415   {
416     "titlemessage_initial_4.lines",
417     &titlemessage_initial[3].lines
418   },
419   {
420     "titlemessage_initial_4.align",
421     &titlemessage_initial[3].align
422   },
423   {
424     "titlemessage_initial_4.valign",
425     &titlemessage_initial[3].valign
426   },
427   {
428     "titlemessage_initial_4.font",
429     &titlemessage_initial[3].font
430   },
431   {
432     "titlemessage_initial_4.autowrap",
433     &titlemessage_initial[3].autowrap
434   },
435   {
436     "titlemessage_initial_4.centered",
437     &titlemessage_initial[3].centered
438   },
439   {
440     "titlemessage_initial_4.parse_comments",
441     &titlemessage_initial[3].parse_comments
442   },
443   {
444     "titlemessage_initial_4.sort_priority",
445     &titlemessage_initial[3].sort_priority
446   },
447   {
448     "titlemessage_initial_4.fade_mode",
449     &titlemessage_initial[3].fade_mode
450   },
451   {
452     "titlemessage_initial_4.fade_delay",
453     &titlemessage_initial[3].fade_delay
454   },
455   {
456     "titlemessage_initial_4.post_delay",
457     &titlemessage_initial[3].post_delay
458   },
459   {
460     "titlemessage_initial_4.auto_delay",
461     &titlemessage_initial[3].auto_delay
462   },
463   {
464     "titlemessage_initial_5.x",
465     &titlemessage_initial[4].x
466   },
467   {
468     "titlemessage_initial_5.y",
469     &titlemessage_initial[4].y
470   },
471   {
472     "titlemessage_initial_5.width",
473     &titlemessage_initial[4].width
474   },
475   {
476     "titlemessage_initial_5.height",
477     &titlemessage_initial[4].height
478   },
479   {
480     "titlemessage_initial_5.chars",
481     &titlemessage_initial[4].chars
482   },
483   {
484     "titlemessage_initial_5.lines",
485     &titlemessage_initial[4].lines
486   },
487   {
488     "titlemessage_initial_5.align",
489     &titlemessage_initial[4].align
490   },
491   {
492     "titlemessage_initial_5.valign",
493     &titlemessage_initial[4].valign
494   },
495   {
496     "titlemessage_initial_5.font",
497     &titlemessage_initial[4].font
498   },
499   {
500     "titlemessage_initial_5.autowrap",
501     &titlemessage_initial[4].autowrap
502   },
503   {
504     "titlemessage_initial_5.centered",
505     &titlemessage_initial[4].centered
506   },
507   {
508     "titlemessage_initial_5.parse_comments",
509     &titlemessage_initial[4].parse_comments
510   },
511   {
512     "titlemessage_initial_5.sort_priority",
513     &titlemessage_initial[4].sort_priority
514   },
515   {
516     "titlemessage_initial_5.fade_mode",
517     &titlemessage_initial[4].fade_mode
518   },
519   {
520     "titlemessage_initial_5.fade_delay",
521     &titlemessage_initial[4].fade_delay
522   },
523   {
524     "titlemessage_initial_5.post_delay",
525     &titlemessage_initial[4].post_delay
526   },
527   {
528     "titlemessage_initial_5.auto_delay",
529     &titlemessage_initial[4].auto_delay
530   },
531   {
532     "titlemessage_1.x",
533     &titlemessage[0].x
534   },
535   {
536     "titlemessage_1.y",
537     &titlemessage[0].y
538   },
539   {
540     "titlemessage_1.width",
541     &titlemessage[0].width
542   },
543   {
544     "titlemessage_1.height",
545     &titlemessage[0].height
546   },
547   {
548     "titlemessage_1.chars",
549     &titlemessage[0].chars
550   },
551   {
552     "titlemessage_1.lines",
553     &titlemessage[0].lines
554   },
555   {
556     "titlemessage_1.align",
557     &titlemessage[0].align
558   },
559   {
560     "titlemessage_1.valign",
561     &titlemessage[0].valign
562   },
563   {
564     "titlemessage_1.font",
565     &titlemessage[0].font
566   },
567   {
568     "titlemessage_1.autowrap",
569     &titlemessage[0].autowrap
570   },
571   {
572     "titlemessage_1.centered",
573     &titlemessage[0].centered
574   },
575   {
576     "titlemessage_1.parse_comments",
577     &titlemessage[0].parse_comments
578   },
579   {
580     "titlemessage_1.sort_priority",
581     &titlemessage[0].sort_priority
582   },
583   {
584     "titlemessage_1.fade_mode",
585     &titlemessage[0].fade_mode
586   },
587   {
588     "titlemessage_1.fade_delay",
589     &titlemessage[0].fade_delay
590   },
591   {
592     "titlemessage_1.post_delay",
593     &titlemessage[0].post_delay
594   },
595   {
596     "titlemessage_1.auto_delay",
597     &titlemessage[0].auto_delay
598   },
599   {
600     "titlemessage_2.x",
601     &titlemessage[1].x
602   },
603   {
604     "titlemessage_2.y",
605     &titlemessage[1].y
606   },
607   {
608     "titlemessage_2.width",
609     &titlemessage[1].width
610   },
611   {
612     "titlemessage_2.height",
613     &titlemessage[1].height
614   },
615   {
616     "titlemessage_2.chars",
617     &titlemessage[1].chars
618   },
619   {
620     "titlemessage_2.lines",
621     &titlemessage[1].lines
622   },
623   {
624     "titlemessage_2.align",
625     &titlemessage[1].align
626   },
627   {
628     "titlemessage_2.valign",
629     &titlemessage[1].valign
630   },
631   {
632     "titlemessage_2.font",
633     &titlemessage[1].font
634   },
635   {
636     "titlemessage_2.autowrap",
637     &titlemessage[1].autowrap
638   },
639   {
640     "titlemessage_2.centered",
641     &titlemessage[1].centered
642   },
643   {
644     "titlemessage_2.parse_comments",
645     &titlemessage[1].parse_comments
646   },
647   {
648     "titlemessage_2.sort_priority",
649     &titlemessage[1].sort_priority
650   },
651   {
652     "titlemessage_2.fade_mode",
653     &titlemessage[1].fade_mode
654   },
655   {
656     "titlemessage_2.fade_delay",
657     &titlemessage[1].fade_delay
658   },
659   {
660     "titlemessage_2.post_delay",
661     &titlemessage[1].post_delay
662   },
663   {
664     "titlemessage_2.auto_delay",
665     &titlemessage[1].auto_delay
666   },
667   {
668     "titlemessage_3.x",
669     &titlemessage[2].x
670   },
671   {
672     "titlemessage_3.y",
673     &titlemessage[2].y
674   },
675   {
676     "titlemessage_3.width",
677     &titlemessage[2].width
678   },
679   {
680     "titlemessage_3.height",
681     &titlemessage[2].height
682   },
683   {
684     "titlemessage_3.chars",
685     &titlemessage[2].chars
686   },
687   {
688     "titlemessage_3.lines",
689     &titlemessage[2].lines
690   },
691   {
692     "titlemessage_3.align",
693     &titlemessage[2].align
694   },
695   {
696     "titlemessage_3.valign",
697     &titlemessage[2].valign
698   },
699   {
700     "titlemessage_3.font",
701     &titlemessage[2].font
702   },
703   {
704     "titlemessage_3.autowrap",
705     &titlemessage[2].autowrap
706   },
707   {
708     "titlemessage_3.centered",
709     &titlemessage[2].centered
710   },
711   {
712     "titlemessage_3.parse_comments",
713     &titlemessage[2].parse_comments
714   },
715   {
716     "titlemessage_3.sort_priority",
717     &titlemessage[2].sort_priority
718   },
719   {
720     "titlemessage_3.fade_mode",
721     &titlemessage[2].fade_mode
722   },
723   {
724     "titlemessage_3.fade_delay",
725     &titlemessage[2].fade_delay
726   },
727   {
728     "titlemessage_3.post_delay",
729     &titlemessage[2].post_delay
730   },
731   {
732     "titlemessage_3.auto_delay",
733     &titlemessage[2].auto_delay
734   },
735   {
736     "titlemessage_4.x",
737     &titlemessage[3].x
738   },
739   {
740     "titlemessage_4.y",
741     &titlemessage[3].y
742   },
743   {
744     "titlemessage_4.width",
745     &titlemessage[3].width
746   },
747   {
748     "titlemessage_4.height",
749     &titlemessage[3].height
750   },
751   {
752     "titlemessage_4.chars",
753     &titlemessage[3].chars
754   },
755   {
756     "titlemessage_4.lines",
757     &titlemessage[3].lines
758   },
759   {
760     "titlemessage_4.align",
761     &titlemessage[3].align
762   },
763   {
764     "titlemessage_4.valign",
765     &titlemessage[3].valign
766   },
767   {
768     "titlemessage_4.font",
769     &titlemessage[3].font
770   },
771   {
772     "titlemessage_4.autowrap",
773     &titlemessage[3].autowrap
774   },
775   {
776     "titlemessage_4.centered",
777     &titlemessage[3].centered
778   },
779   {
780     "titlemessage_4.parse_comments",
781     &titlemessage[3].parse_comments
782   },
783   {
784     "titlemessage_4.sort_priority",
785     &titlemessage[3].sort_priority
786   },
787   {
788     "titlemessage_4.fade_mode",
789     &titlemessage[3].fade_mode
790   },
791   {
792     "titlemessage_4.fade_delay",
793     &titlemessage[3].fade_delay
794   },
795   {
796     "titlemessage_4.post_delay",
797     &titlemessage[3].post_delay
798   },
799   {
800     "titlemessage_4.auto_delay",
801     &titlemessage[3].auto_delay
802   },
803   {
804     "titlemessage_5.x",
805     &titlemessage[4].x
806   },
807   {
808     "titlemessage_5.y",
809     &titlemessage[4].y
810   },
811   {
812     "titlemessage_5.width",
813     &titlemessage[4].width
814   },
815   {
816     "titlemessage_5.height",
817     &titlemessage[4].height
818   },
819   {
820     "titlemessage_5.chars",
821     &titlemessage[4].chars
822   },
823   {
824     "titlemessage_5.lines",
825     &titlemessage[4].lines
826   },
827   {
828     "titlemessage_5.align",
829     &titlemessage[4].align
830   },
831   {
832     "titlemessage_5.valign",
833     &titlemessage[4].valign
834   },
835   {
836     "titlemessage_5.font",
837     &titlemessage[4].font
838   },
839   {
840     "titlemessage_5.autowrap",
841     &titlemessage[4].autowrap
842   },
843   {
844     "titlemessage_5.centered",
845     &titlemessage[4].centered
846   },
847   {
848     "titlemessage_5.parse_comments",
849     &titlemessage[4].parse_comments
850   },
851   {
852     "titlemessage_5.sort_priority",
853     &titlemessage[4].sort_priority
854   },
855   {
856     "titlemessage_5.fade_mode",
857     &titlemessage[4].fade_mode
858   },
859   {
860     "titlemessage_5.fade_delay",
861     &titlemessage[4].fade_delay
862   },
863   {
864     "titlemessage_5.post_delay",
865     &titlemessage[4].post_delay
866   },
867   {
868     "titlemessage_5.auto_delay",
869     &titlemessage[4].auto_delay
870   },
871   {
872     "readme.x",
873     &readme.x
874   },
875   {
876     "readme.y",
877     &readme.y
878   },
879   {
880     "readme.width",
881     &readme.width
882   },
883   {
884     "readme.height",
885     &readme.height
886   },
887   {
888     "readme.chars",
889     &readme.chars
890   },
891   {
892     "readme.lines",
893     &readme.lines
894   },
895   {
896     "readme.align",
897     &readme.align
898   },
899   {
900     "readme.valign",
901     &readme.valign
902   },
903   {
904     "readme.font",
905     &readme.font
906   },
907   {
908     "readme.autowrap",
909     &readme.autowrap
910   },
911   {
912     "readme.centered",
913     &readme.centered
914   },
915   {
916     "readme.parse_comments",
917     &readme.parse_comments
918   },
919   {
920     "readme.sort_priority",
921     &readme.sort_priority
922   },
923   {
924     "global.num_toons",
925     &global.num_toons
926   },
927   {
928     "border.draw_masked.TITLE",
929     &border.draw_masked[GFX_SPECIAL_ARG_TITLE]
930   },
931   {
932     "border.draw_masked.MAIN",
933     &border.draw_masked[GFX_SPECIAL_ARG_MAIN]
934   },
935   {
936     "border.draw_masked.LEVELS",
937     &border.draw_masked[GFX_SPECIAL_ARG_LEVELS]
938   },
939   {
940     "border.draw_masked.SCORES",
941     &border.draw_masked[GFX_SPECIAL_ARG_SCORES]
942   },
943   {
944     "border.draw_masked.EDITOR",
945     &border.draw_masked[GFX_SPECIAL_ARG_EDITOR]
946   },
947   {
948     "border.draw_masked.INFO",
949     &border.draw_masked[GFX_SPECIAL_ARG_INFO]
950   },
951   {
952     "border.draw_masked.SETUP",
953     &border.draw_masked[GFX_SPECIAL_ARG_SETUP]
954   },
955   {
956     "border.draw_masked.PLAYING",
957     &border.draw_masked[GFX_SPECIAL_ARG_PLAYING]
958   },
959   {
960     "border.draw_masked.DOOR",
961     &border.draw_masked[GFX_SPECIAL_ARG_DOOR]
962   },
963   {
964     "border.draw_masked_when_fading",
965     &border.draw_masked_when_fading
966   },
967   {
968     "init.busy.x",
969     &init.busy.x
970   },
971   {
972     "init.busy.y",
973     &init.busy.y
974   },
975   {
976     "init.busy.align",
977     &init.busy.align
978   },
979   {
980     "init.busy.valign",
981     &init.busy.valign
982   },
983   {
984     "menu.enter_menu.fade_mode",
985     &menu.enter_menu.fade_mode
986   },
987   {
988     "menu.enter_menu.fade_delay",
989     &menu.enter_menu.fade_delay
990   },
991   {
992     "menu.enter_menu.post_delay",
993     &menu.enter_menu.post_delay
994   },
995   {
996     "menu.leave_menu.fade_mode",
997     &menu.leave_menu.fade_mode
998   },
999   {
1000     "menu.leave_menu.fade_delay",
1001     &menu.leave_menu.fade_delay
1002   },
1003   {
1004     "menu.leave_menu.post_delay",
1005     &menu.leave_menu.post_delay
1006   },
1007   {
1008     "menu.enter_screen.fade_mode",
1009     &menu.enter_screen[GFX_SPECIAL_ARG_DEFAULT].fade_mode
1010   },
1011   {
1012     "menu.enter_screen.fade_delay",
1013     &menu.enter_screen[GFX_SPECIAL_ARG_DEFAULT].fade_delay
1014   },
1015   {
1016     "menu.enter_screen.post_delay",
1017     &menu.enter_screen[GFX_SPECIAL_ARG_DEFAULT].post_delay
1018   },
1019   {
1020     "menu.leave_screen.fade_mode",
1021     &menu.leave_screen[GFX_SPECIAL_ARG_DEFAULT].fade_mode
1022   },
1023   {
1024     "menu.leave_screen.fade_delay",
1025     &menu.leave_screen[GFX_SPECIAL_ARG_DEFAULT].fade_delay
1026   },
1027   {
1028     "menu.leave_screen.post_delay",
1029     &menu.leave_screen[GFX_SPECIAL_ARG_DEFAULT].post_delay
1030   },
1031   {
1032     "menu.enter_screen.SCORES.fade_mode",
1033     &menu.enter_screen[GFX_SPECIAL_ARG_SCORES].fade_mode
1034   },
1035   {
1036     "menu.enter_screen.SCORES.fade_delay",
1037     &menu.enter_screen[GFX_SPECIAL_ARG_SCORES].fade_delay
1038   },
1039   {
1040     "menu.enter_screen.SCORES.post_delay",
1041     &menu.enter_screen[GFX_SPECIAL_ARG_SCORES].post_delay
1042   },
1043   {
1044     "menu.enter_screen.EDITOR.fade_mode",
1045     &menu.enter_screen[GFX_SPECIAL_ARG_EDITOR].fade_mode
1046   },
1047   {
1048     "menu.enter_screen.EDITOR.fade_delay",
1049     &menu.enter_screen[GFX_SPECIAL_ARG_EDITOR].fade_delay
1050   },
1051   {
1052     "menu.enter_screen.EDITOR.post_delay",
1053     &menu.enter_screen[GFX_SPECIAL_ARG_EDITOR].post_delay
1054   },
1055   {
1056     "menu.enter_screen.INFO.fade_mode",
1057     &menu.enter_screen[GFX_SPECIAL_ARG_INFO].fade_mode
1058   },
1059   {
1060     "menu.enter_screen.INFO.fade_delay",
1061     &menu.enter_screen[GFX_SPECIAL_ARG_INFO].fade_delay
1062   },
1063   {
1064     "menu.enter_screen.INFO.post_delay",
1065     &menu.enter_screen[GFX_SPECIAL_ARG_INFO].post_delay
1066   },
1067   {
1068     "menu.enter_screen.PLAYING.fade_mode",
1069     &menu.enter_screen[GFX_SPECIAL_ARG_PLAYING].fade_mode
1070   },
1071   {
1072     "menu.enter_screen.PLAYING.fade_delay",
1073     &menu.enter_screen[GFX_SPECIAL_ARG_PLAYING].fade_delay
1074   },
1075   {
1076     "menu.enter_screen.PLAYING.post_delay",
1077     &menu.enter_screen[GFX_SPECIAL_ARG_PLAYING].post_delay
1078   },
1079   {
1080     "menu.leave_screen.SCORES.fade_mode",
1081     &menu.leave_screen[GFX_SPECIAL_ARG_SCORES].fade_mode
1082   },
1083   {
1084     "menu.leave_screen.SCORES.fade_delay",
1085     &menu.leave_screen[GFX_SPECIAL_ARG_SCORES].fade_delay
1086   },
1087   {
1088     "menu.leave_screen.SCORES.post_delay",
1089     &menu.leave_screen[GFX_SPECIAL_ARG_SCORES].post_delay
1090   },
1091   {
1092     "menu.leave_screen.EDITOR.fade_mode",
1093     &menu.leave_screen[GFX_SPECIAL_ARG_EDITOR].fade_mode
1094   },
1095   {
1096     "menu.leave_screen.EDITOR.fade_delay",
1097     &menu.leave_screen[GFX_SPECIAL_ARG_EDITOR].fade_delay
1098   },
1099   {
1100     "menu.leave_screen.EDITOR.post_delay",
1101     &menu.leave_screen[GFX_SPECIAL_ARG_EDITOR].post_delay
1102   },
1103   {
1104     "menu.leave_screen.INFO.fade_mode",
1105     &menu.leave_screen[GFX_SPECIAL_ARG_INFO].fade_mode
1106   },
1107   {
1108     "menu.leave_screen.INFO.fade_delay",
1109     &menu.leave_screen[GFX_SPECIAL_ARG_INFO].fade_delay
1110   },
1111   {
1112     "menu.leave_screen.INFO.post_delay",
1113     &menu.leave_screen[GFX_SPECIAL_ARG_INFO].post_delay
1114   },
1115   {
1116     "menu.leave_screen.PLAYING.fade_mode",
1117     &menu.leave_screen[GFX_SPECIAL_ARG_PLAYING].fade_mode
1118   },
1119   {
1120     "menu.leave_screen.PLAYING.fade_delay",
1121     &menu.leave_screen[GFX_SPECIAL_ARG_PLAYING].fade_delay
1122   },
1123   {
1124     "menu.leave_screen.PLAYING.post_delay",
1125     &menu.leave_screen[GFX_SPECIAL_ARG_PLAYING].post_delay
1126   },
1127   {
1128     "menu.draw_xoffset",
1129     &menu.draw_xoffset[GFX_SPECIAL_ARG_DEFAULT]
1130   },
1131   {
1132     "menu.draw_yoffset",
1133     &menu.draw_yoffset[GFX_SPECIAL_ARG_DEFAULT]
1134   },
1135   {
1136     "menu.draw_xoffset.MAIN",
1137     &menu.draw_xoffset[GFX_SPECIAL_ARG_MAIN]
1138   },
1139   {
1140     "menu.draw_yoffset.MAIN",
1141     &menu.draw_yoffset[GFX_SPECIAL_ARG_MAIN]
1142   },
1143   {
1144     "menu.draw_xoffset.LEVELS",
1145     &menu.draw_xoffset[GFX_SPECIAL_ARG_LEVELS]
1146   },
1147   {
1148     "menu.draw_yoffset.LEVELS",
1149     &menu.draw_yoffset[GFX_SPECIAL_ARG_LEVELS]
1150   },
1151   {
1152     "menu.draw_xoffset.SCORES",
1153     &menu.draw_xoffset[GFX_SPECIAL_ARG_SCORES]
1154   },
1155   {
1156     "menu.draw_yoffset.SCORES",
1157     &menu.draw_yoffset[GFX_SPECIAL_ARG_SCORES]
1158   },
1159   {
1160     "menu.draw_xoffset.EDITOR",
1161     &menu.draw_xoffset[GFX_SPECIAL_ARG_EDITOR]
1162   },
1163   {
1164     "menu.draw_yoffset.EDITOR",
1165     &menu.draw_yoffset[GFX_SPECIAL_ARG_EDITOR]
1166   },
1167   {
1168     "menu.draw_xoffset.INFO",
1169     &menu.draw_xoffset[GFX_SPECIAL_ARG_INFO]
1170   },
1171   {
1172     "menu.draw_yoffset.INFO",
1173     &menu.draw_yoffset[GFX_SPECIAL_ARG_INFO]
1174   },
1175   {
1176     "menu.draw_xoffset.INFO[ELEMENTS]",
1177     &menu.draw_xoffset_info[GFX_SPECIAL_ARG_INFO_ELEMENTS]
1178   },
1179   {
1180     "menu.draw_yoffset.INFO[ELEMENTS]",
1181     &menu.draw_yoffset_info[GFX_SPECIAL_ARG_INFO_ELEMENTS]
1182   },
1183   {
1184     "menu.draw_xoffset.INFO[MUSIC]",
1185     &menu.draw_xoffset_info[GFX_SPECIAL_ARG_INFO_MUSIC]
1186   },
1187   {
1188     "menu.draw_yoffset.INFO[MUSIC]",
1189     &menu.draw_yoffset_info[GFX_SPECIAL_ARG_INFO_MUSIC]
1190   },
1191   {
1192     "menu.draw_xoffset.INFO[CREDITS]",
1193     &menu.draw_xoffset_info[GFX_SPECIAL_ARG_INFO_CREDITS]
1194   },
1195   {
1196     "menu.draw_yoffset.INFO[CREDITS]",
1197     &menu.draw_yoffset_info[GFX_SPECIAL_ARG_INFO_CREDITS]
1198   },
1199   {
1200     "menu.draw_xoffset.INFO[PROGRAM]",
1201     &menu.draw_xoffset_info[GFX_SPECIAL_ARG_INFO_PROGRAM]
1202   },
1203   {
1204     "menu.draw_yoffset.INFO[PROGRAM]",
1205     &menu.draw_yoffset_info[GFX_SPECIAL_ARG_INFO_PROGRAM]
1206   },
1207   {
1208     "menu.draw_xoffset.INFO[VERSION]",
1209     &menu.draw_xoffset_info[GFX_SPECIAL_ARG_INFO_VERSION]
1210   },
1211   {
1212     "menu.draw_yoffset.INFO[VERSION]",
1213     &menu.draw_yoffset_info[GFX_SPECIAL_ARG_INFO_VERSION]
1214   },
1215   {
1216     "menu.draw_xoffset.INFO[LEVELSET]",
1217     &menu.draw_xoffset_info[GFX_SPECIAL_ARG_INFO_LEVELSET]
1218   },
1219   {
1220     "menu.draw_yoffset.INFO[LEVELSET]",
1221     &menu.draw_yoffset_info[GFX_SPECIAL_ARG_INFO_LEVELSET]
1222   },
1223   {
1224     "menu.draw_xoffset.SETUP",
1225     &menu.draw_xoffset[GFX_SPECIAL_ARG_SETUP]
1226   },
1227   {
1228     "menu.draw_yoffset.SETUP",
1229     &menu.draw_yoffset[GFX_SPECIAL_ARG_SETUP]
1230   },
1231   {
1232     "menu.draw_xoffset.SETUP[GAME]",
1233     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_GAME]
1234   },
1235   {
1236     "menu.draw_yoffset.SETUP[GAME]",
1237     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_GAME]
1238   },
1239   {
1240     "menu.draw_xoffset.SETUP[EDITOR]",
1241     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_EDITOR]
1242   },
1243   {
1244     "menu.draw_yoffset.SETUP[EDITOR]",
1245     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_EDITOR]
1246   },
1247   {
1248     "menu.draw_xoffset.SETUP[GRAPHICS]",
1249     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_GRAPHICS]
1250   },
1251   {
1252     "menu.draw_yoffset.SETUP[GRAPHICS]",
1253     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_GRAPHICS]
1254   },
1255   {
1256     "menu.draw_xoffset.SETUP[SOUND]",
1257     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SOUND]
1258   },
1259   {
1260     "menu.draw_yoffset.SETUP[SOUND]",
1261     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SOUND]
1262   },
1263   {
1264     "menu.draw_xoffset.SETUP[ARTWORK]",
1265     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_ARTWORK]
1266   },
1267   {
1268     "menu.draw_yoffset.SETUP[ARTWORK]",
1269     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_ARTWORK]
1270   },
1271   {
1272     "menu.draw_xoffset.SETUP[INPUT]",
1273     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_INPUT]
1274   },
1275   {
1276     "menu.draw_yoffset.SETUP[INPUT]",
1277     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_INPUT]
1278   },
1279   {
1280     "menu.draw_xoffset.SETUP[SHORTCUTS_1]",
1281     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_1]
1282   },
1283   {
1284     "menu.draw_yoffset.SETUP[SHORTCUTS_1]",
1285     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_1]
1286   },
1287   {
1288     "menu.draw_xoffset.SETUP[SHORTCUTS_2]",
1289     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_2]
1290   },
1291   {
1292     "menu.draw_yoffset.SETUP[SHORTCUTS_2]",
1293     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_2]
1294   },
1295   {
1296     "menu.draw_xoffset.SETUP[CHOOSE_ARTWORK]",
1297     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_ARTWORK]
1298   },
1299   {
1300     "menu.draw_yoffset.SETUP[CHOOSE_ARTWORK]",
1301     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_ARTWORK]
1302   },
1303   {
1304     "menu.draw_xoffset.SETUP[CHOOSE_OTHER]",
1305     &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_OTHER]
1306   },
1307   {
1308     "menu.draw_yoffset.SETUP[CHOOSE_OTHER]",
1309     &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_OTHER]
1310   },
1311   {
1312     "menu.scrollbar_xoffset",
1313     &menu.scrollbar_xoffset
1314   },
1315   {
1316     "menu.list_size",
1317     &menu.list_size[GFX_SPECIAL_ARG_DEFAULT]
1318   },
1319   {
1320     "menu.list_size.LEVELS",
1321     &menu.list_size[GFX_SPECIAL_ARG_LEVELS]
1322   },
1323   {
1324     "menu.list_size.SCORES",
1325     &menu.list_size[GFX_SPECIAL_ARG_SCORES]
1326   },
1327   {
1328     "menu.list_size.INFO",
1329     &menu.list_size[GFX_SPECIAL_ARG_INFO]
1330   },
1331   {
1332     "menu.list_size.SETUP",
1333     &menu.list_size[GFX_SPECIAL_ARG_SETUP]
1334   },
1335   {
1336     "main.button.name.x",
1337     &menu.main.button.name.x
1338   },
1339   {
1340     "main.button.name.y",
1341     &menu.main.button.name.y
1342   },
1343   {
1344     "main.button.levels.x",
1345     &menu.main.button.levels.x
1346   },
1347   {
1348     "main.button.levels.y",
1349     &menu.main.button.levels.y
1350   },
1351   {
1352     "main.button.scores.x",
1353     &menu.main.button.scores.x
1354   },
1355   {
1356     "main.button.scores.y",
1357     &menu.main.button.scores.y
1358   },
1359   {
1360     "main.button.editor.x",
1361     &menu.main.button.editor.x
1362   },
1363   {
1364     "main.button.editor.y",
1365     &menu.main.button.editor.y
1366   },
1367   {
1368     "main.button.info.x",
1369     &menu.main.button.info.x
1370   },
1371   {
1372     "main.button.info.y",
1373     &menu.main.button.info.y
1374   },
1375   {
1376     "main.button.game.x",
1377     &menu.main.button.game.x
1378   },
1379   {
1380     "main.button.game.y",
1381     &menu.main.button.game.y
1382   },
1383   {
1384     "main.button.setup.x",
1385     &menu.main.button.setup.x
1386   },
1387   {
1388     "main.button.setup.y",
1389     &menu.main.button.setup.y
1390   },
1391   {
1392     "main.button.quit.x",
1393     &menu.main.button.quit.x
1394   },
1395   {
1396     "main.button.quit.y",
1397     &menu.main.button.quit.y
1398   },
1399   {
1400     "main.button.prev_level.x",
1401     &menu.main.button.prev_level.x
1402   },
1403   {
1404     "main.button.prev_level.y",
1405     &menu.main.button.prev_level.y
1406   },
1407   {
1408     "main.button.next_level.x",
1409     &menu.main.button.next_level.x
1410   },
1411   {
1412     "main.button.next_level.y",
1413     &menu.main.button.next_level.y
1414   },
1415   {
1416     "main.text.name.x",
1417     &menu.main.text.name.x
1418   },
1419   {
1420     "main.text.name.y",
1421     &menu.main.text.name.y
1422   },
1423   {
1424     "main.text.name.width",
1425     &menu.main.text.name.width
1426   },
1427   {
1428     "main.text.name.height",
1429     &menu.main.text.name.height
1430   },
1431   {
1432     "main.text.name.align",
1433     &menu.main.text.name.align
1434   },
1435   {
1436     "main.text.name.valign",
1437     &menu.main.text.name.valign
1438   },
1439   {
1440     "main.text.name.font",
1441     &menu.main.text.name.font
1442   },
1443   {
1444     "main.text.levels.x",
1445     &menu.main.text.levels.x
1446   },
1447   {
1448     "main.text.levels.y",
1449     &menu.main.text.levels.y
1450   },
1451   {
1452     "main.text.levels.width",
1453     &menu.main.text.levels.width
1454   },
1455   {
1456     "main.text.levels.height",
1457     &menu.main.text.levels.height
1458   },
1459   {
1460     "main.text.levels.align",
1461     &menu.main.text.levels.align
1462   },
1463   {
1464     "main.text.levels.valign",
1465     &menu.main.text.levels.valign
1466   },
1467   {
1468     "main.text.levels.font",
1469     &menu.main.text.levels.font
1470   },
1471   {
1472     "main.text.scores.x",
1473     &menu.main.text.scores.x
1474   },
1475   {
1476     "main.text.scores.y",
1477     &menu.main.text.scores.y
1478   },
1479   {
1480     "main.text.scores.width",
1481     &menu.main.text.scores.width
1482   },
1483   {
1484     "main.text.scores.height",
1485     &menu.main.text.scores.height
1486   },
1487   {
1488     "main.text.scores.align",
1489     &menu.main.text.scores.align
1490   },
1491   {
1492     "main.text.scores.valign",
1493     &menu.main.text.scores.valign
1494   },
1495   {
1496     "main.text.scores.font",
1497     &menu.main.text.scores.font
1498   },
1499   {
1500     "main.text.editor.x",
1501     &menu.main.text.editor.x
1502   },
1503   {
1504     "main.text.editor.y",
1505     &menu.main.text.editor.y
1506   },
1507   {
1508     "main.text.editor.width",
1509     &menu.main.text.editor.width
1510   },
1511   {
1512     "main.text.editor.height",
1513     &menu.main.text.editor.height
1514   },
1515   {
1516     "main.text.editor.align",
1517     &menu.main.text.editor.align
1518   },
1519   {
1520     "main.text.editor.valign",
1521     &menu.main.text.editor.valign
1522   },
1523   {
1524     "main.text.editor.font",
1525     &menu.main.text.editor.font
1526   },
1527   {
1528     "main.text.info.x",
1529     &menu.main.text.info.x
1530   },
1531   {
1532     "main.text.info.y",
1533     &menu.main.text.info.y
1534   },
1535   {
1536     "main.text.info.width",
1537     &menu.main.text.info.width
1538   },
1539   {
1540     "main.text.info.height",
1541     &menu.main.text.info.height
1542   },
1543   {
1544     "main.text.info.align",
1545     &menu.main.text.info.align
1546   },
1547   {
1548     "main.text.info.valign",
1549     &menu.main.text.info.valign
1550   },
1551   {
1552     "main.text.info.font",
1553     &menu.main.text.info.font
1554   },
1555   {
1556     "main.text.game.x",
1557     &menu.main.text.game.x
1558   },
1559   {
1560     "main.text.game.y",
1561     &menu.main.text.game.y
1562   },
1563   {
1564     "main.text.game.width",
1565     &menu.main.text.game.width
1566   },
1567   {
1568     "main.text.game.height",
1569     &menu.main.text.game.height
1570   },
1571   {
1572     "main.text.game.align",
1573     &menu.main.text.game.align
1574   },
1575   {
1576     "main.text.game.valign",
1577     &menu.main.text.game.valign
1578   },
1579   {
1580     "main.text.game.font",
1581     &menu.main.text.game.font
1582   },
1583   {
1584     "main.text.setup.x",
1585     &menu.main.text.setup.x
1586   },
1587   {
1588     "main.text.setup.y",
1589     &menu.main.text.setup.y
1590   },
1591   {
1592     "main.text.setup.width",
1593     &menu.main.text.setup.width
1594   },
1595   {
1596     "main.text.setup.height",
1597     &menu.main.text.setup.height
1598   },
1599   {
1600     "main.text.setup.align",
1601     &menu.main.text.setup.align
1602   },
1603   {
1604     "main.text.setup.valign",
1605     &menu.main.text.setup.valign
1606   },
1607   {
1608     "main.text.setup.font",
1609     &menu.main.text.setup.font
1610   },
1611   {
1612     "main.text.quit.x",
1613     &menu.main.text.quit.x
1614   },
1615   {
1616     "main.text.quit.y",
1617     &menu.main.text.quit.y
1618   },
1619   {
1620     "main.text.quit.width",
1621     &menu.main.text.quit.width
1622   },
1623   {
1624     "main.text.quit.height",
1625     &menu.main.text.quit.height
1626   },
1627   {
1628     "main.text.quit.align",
1629     &menu.main.text.quit.align
1630   },
1631   {
1632     "main.text.quit.valign",
1633     &menu.main.text.quit.valign
1634   },
1635   {
1636     "main.text.quit.font",
1637     &menu.main.text.quit.font
1638   },
1639   {
1640     "main.text.first_level.x",
1641     &menu.main.text.first_level.x
1642   },
1643   {
1644     "main.text.first_level.y",
1645     &menu.main.text.first_level.y
1646   },
1647   {
1648     "main.text.first_level.align",
1649     &menu.main.text.first_level.align
1650   },
1651   {
1652     "main.text.first_level.valign",
1653     &menu.main.text.first_level.valign
1654   },
1655   {
1656     "main.text.first_level.digits",
1657     &menu.main.text.first_level.size
1658   },
1659   {
1660     "main.text.first_level.font",
1661     &menu.main.text.first_level.font
1662   },
1663   {
1664     "main.text.last_level.x",
1665     &menu.main.text.last_level.x
1666   },
1667   {
1668     "main.text.last_level.y",
1669     &menu.main.text.last_level.y
1670   },
1671   {
1672     "main.text.last_level.align",
1673     &menu.main.text.last_level.align
1674   },
1675   {
1676     "main.text.last_level.valign",
1677     &menu.main.text.last_level.valign
1678   },
1679   {
1680     "main.text.last_level.digits",
1681     &menu.main.text.last_level.size
1682   },
1683   {
1684     "main.text.last_level.font",
1685     &menu.main.text.last_level.font
1686   },
1687   {
1688     "main.text.level_number.x",
1689     &menu.main.text.level_number.x
1690   },
1691   {
1692     "main.text.level_number.y",
1693     &menu.main.text.level_number.y
1694   },
1695   {
1696     "main.text.level_number.align",
1697     &menu.main.text.level_number.align
1698   },
1699   {
1700     "main.text.level_number.valign",
1701     &menu.main.text.level_number.valign
1702   },
1703   {
1704     "main.text.level_number.digits",
1705     &menu.main.text.level_number.size
1706   },
1707   {
1708     "main.text.level_number.font",
1709     &menu.main.text.level_number.font
1710   },
1711   {
1712     "main.text.level_info_1.x",
1713     &menu.main.text.level_info_1.x
1714   },
1715   {
1716     "main.text.level_info_1.y",
1717     &menu.main.text.level_info_1.y
1718   },
1719   {
1720     "main.text.level_info_1.align",
1721     &menu.main.text.level_info_1.align
1722   },
1723   {
1724     "main.text.level_info_1.valign",
1725     &menu.main.text.level_info_1.valign
1726   },
1727   {
1728     "main.text.level_info_1.chars",
1729     &menu.main.text.level_info_1.size
1730   },
1731   {
1732     "main.text.level_info_1.font",
1733     &menu.main.text.level_info_1.font
1734   },
1735   {
1736     "main.text.level_info_2.x",
1737     &menu.main.text.level_info_2.x
1738   },
1739   {
1740     "main.text.level_info_2.y",
1741     &menu.main.text.level_info_2.y
1742   },
1743   {
1744     "main.text.level_info_2.align",
1745     &menu.main.text.level_info_2.align
1746   },
1747   {
1748     "main.text.level_info_2.valign",
1749     &menu.main.text.level_info_2.valign
1750   },
1751   {
1752     "main.text.level_info_2.chars",
1753     &menu.main.text.level_info_2.size
1754   },
1755   {
1756     "main.text.level_info_2.font",
1757     &menu.main.text.level_info_2.font
1758   },
1759   {
1760     "main.text.level_info_2.font_header",
1761     &menu.main.text.level_info_2.font_alt
1762   },
1763   {
1764     "main.text.level_name.x",
1765     &menu.main.text.level_name.x
1766   },
1767   {
1768     "main.text.level_name.y",
1769     &menu.main.text.level_name.y
1770   },
1771   {
1772     "main.text.level_name.align",
1773     &menu.main.text.level_name.align
1774   },
1775   {
1776     "main.text.level_name.valign",
1777     &menu.main.text.level_name.valign
1778   },
1779   {
1780     "main.text.level_name.chars",
1781     &menu.main.text.level_name.size
1782   },
1783   {
1784     "main.text.level_name.font",
1785     &menu.main.text.level_name.font
1786   },
1787   {
1788     "main.text.level_author.x",
1789     &menu.main.text.level_author.x
1790   },
1791   {
1792     "main.text.level_author.y",
1793     &menu.main.text.level_author.y
1794   },
1795   {
1796     "main.text.level_author.align",
1797     &menu.main.text.level_author.align
1798   },
1799   {
1800     "main.text.level_author.valign",
1801     &menu.main.text.level_author.valign
1802   },
1803   {
1804     "main.text.level_author.chars",
1805     &menu.main.text.level_author.size
1806   },
1807   {
1808     "main.text.level_author.font",
1809     &menu.main.text.level_author.font
1810   },
1811   {
1812     "main.text.level_year.x",
1813     &menu.main.text.level_year.x
1814   },
1815   {
1816     "main.text.level_year.y",
1817     &menu.main.text.level_year.y
1818   },
1819   {
1820     "main.text.level_year.align",
1821     &menu.main.text.level_year.align
1822   },
1823   {
1824     "main.text.level_year.valign",
1825     &menu.main.text.level_year.valign
1826   },
1827   {
1828     "main.text.level_year.digits",
1829     &menu.main.text.level_year.size
1830   },
1831   {
1832     "main.text.level_year.font",
1833     &menu.main.text.level_year.font
1834   },
1835   {
1836     "main.text.level_imported_from.x",
1837     &menu.main.text.level_imported_from.x
1838   },
1839   {
1840     "main.text.level_imported_from.y",
1841     &menu.main.text.level_imported_from.y
1842   },
1843   {
1844     "main.text.level_imported_from.align",
1845     &menu.main.text.level_imported_from.align
1846   },
1847   {
1848     "main.text.level_imported_from.valign",
1849     &menu.main.text.level_imported_from.valign
1850   },
1851   {
1852     "main.text.level_imported_from.chars",
1853     &menu.main.text.level_imported_from.size
1854   },
1855   {
1856     "main.text.level_imported_from.font",
1857     &menu.main.text.level_imported_from.font
1858   },
1859   {
1860     "main.text.level_imported_by.x",
1861     &menu.main.text.level_imported_by.x
1862   },
1863   {
1864     "main.text.level_imported_by.y",
1865     &menu.main.text.level_imported_by.y
1866   },
1867   {
1868     "main.text.level_imported_by.align",
1869     &menu.main.text.level_imported_by.align
1870   },
1871   {
1872     "main.text.level_imported_by.valign",
1873     &menu.main.text.level_imported_by.valign
1874   },
1875   {
1876     "main.text.level_imported_by.chars",
1877     &menu.main.text.level_imported_by.size
1878   },
1879   {
1880     "main.text.level_imported_by.font",
1881     &menu.main.text.level_imported_by.font
1882   },
1883   {
1884     "main.text.level_tested_by.x",
1885     &menu.main.text.level_tested_by.x
1886   },
1887   {
1888     "main.text.level_tested_by.y",
1889     &menu.main.text.level_tested_by.y
1890   },
1891   {
1892     "main.text.level_tested_by.align",
1893     &menu.main.text.level_tested_by.align
1894   },
1895   {
1896     "main.text.level_tested_by.valign",
1897     &menu.main.text.level_tested_by.valign
1898   },
1899   {
1900     "main.text.level_tested_by.chars",
1901     &menu.main.text.level_tested_by.size
1902   },
1903   {
1904     "main.text.level_tested_by.font",
1905     &menu.main.text.level_tested_by.font
1906   },
1907   {
1908     "main.text.title_1.x",
1909     &menu.main.text.title_1.x
1910   },
1911   {
1912     "main.text.title_1.y",
1913     &menu.main.text.title_1.y
1914   },
1915   {
1916     "main.text.title_1.align",
1917     &menu.main.text.title_1.align
1918   },
1919   {
1920     "main.text.title_1.valign",
1921     &menu.main.text.title_1.valign
1922   },
1923   {
1924     "main.text.title_1.font",
1925     &menu.main.text.title_1.font
1926   },
1927   {
1928     "main.text.title_2.x",
1929     &menu.main.text.title_2.x
1930   },
1931   {
1932     "main.text.title_2.y",
1933     &menu.main.text.title_2.y
1934   },
1935   {
1936     "main.text.title_2.align",
1937     &menu.main.text.title_2.align
1938   },
1939   {
1940     "main.text.title_2.valign",
1941     &menu.main.text.title_2.valign
1942   },
1943   {
1944     "main.text.title_2.font",
1945     &menu.main.text.title_2.font
1946   },
1947   {
1948     "main.text.title_3.x",
1949     &menu.main.text.title_3.x
1950   },
1951   {
1952     "main.text.title_3.y",
1953     &menu.main.text.title_3.y
1954   },
1955   {
1956     "main.text.title_3.align",
1957     &menu.main.text.title_3.align
1958   },
1959   {
1960     "main.text.title_3.valign",
1961     &menu.main.text.title_3.valign
1962   },
1963   {
1964     "main.text.title_3.font",
1965     &menu.main.text.title_3.font
1966   },
1967   {
1968     "main.input.name.x",
1969     &menu.main.input.name.x
1970   },
1971   {
1972     "main.input.name.y",
1973     &menu.main.input.name.y
1974   },
1975   {
1976     "main.input.name.align",
1977     &menu.main.input.name.align
1978   },
1979   {
1980     "main.input.name.valign",
1981     &menu.main.input.name.valign
1982   },
1983   {
1984     "main.input.name.font",
1985     &menu.main.input.name.font
1986   },
1987   {
1988     "preview.x",
1989     &preview.x
1990   },
1991   {
1992     "preview.y",
1993     &preview.y
1994   },
1995   {
1996     "preview.align",
1997     &preview.align
1998   },
1999   {
2000     "preview.valign",
2001     &preview.valign
2002   },
2003   {
2004     "preview.xsize",
2005     &preview.xsize
2006   },
2007   {
2008     "preview.ysize",
2009     &preview.ysize
2010   },
2011   {
2012     "preview.xoffset",
2013     &preview.xoffset
2014   },
2015   {
2016     "preview.yoffset",
2017     &preview.yoffset
2018   },
2019   {
2020     "preview.tile_size",
2021     &preview.tile_size
2022   },
2023   {
2024     "preview.step_offset",
2025     &preview.step_offset
2026   },
2027   {
2028     "preview.step_delay",
2029     &preview.step_delay
2030   },
2031   {
2032     "preview.anim_mode",
2033     &preview.anim_mode
2034   },
2035   {
2036     "door_1.width",
2037     &door_1.width
2038   },
2039   {
2040     "door_1.height",
2041     &door_1.height
2042   },
2043   {
2044     "door_1.step_offset",
2045     &door_1.step_offset
2046   },
2047   {
2048     "door_1.step_delay",
2049     &door_1.step_delay
2050   },
2051   {
2052     "door_1.anim_mode",
2053     &door_1.anim_mode
2054   },
2055   {
2056     "door_2.width",
2057     &door_2.width
2058   },
2059   {
2060     "door_2.height",
2061     &door_2.height
2062   },
2063   {
2064     "door_2.step_offset",
2065     &door_2.step_offset
2066   },
2067   {
2068     "door_2.step_delay",
2069     &door_2.step_delay
2070   },
2071   {
2072     "door_2.anim_mode",
2073     &door_2.anim_mode
2074   },
2075   {
2076     "game.panel.level_number.x",
2077     &game.panel.level_number.x
2078   },
2079   {
2080     "game.panel.level_number.y",
2081     &game.panel.level_number.y
2082   },
2083   {
2084     "game.panel.level_number.align",
2085     &game.panel.level_number.align
2086   },
2087   {
2088     "game.panel.level_number.valign",
2089     &game.panel.level_number.valign
2090   },
2091   {
2092     "game.panel.level_number.digits",
2093     &game.panel.level_number.size
2094   },
2095   {
2096     "game.panel.level_number.font",
2097     &game.panel.level_number.font
2098   },
2099   {
2100     "game.panel.level_number.font_narrow",
2101     &game.panel.level_number.font_alt
2102   },
2103   {
2104     "game.panel.level_number.draw_masked",
2105     &game.panel.level_number.draw_masked
2106   },
2107   {
2108     "game.panel.level_number.draw_order",
2109     &game.panel.level_number.sort_priority
2110   },
2111   {
2112     "game.panel.gems.x",
2113     &game.panel.gems.x
2114   },
2115   {
2116     "game.panel.gems.y",
2117     &game.panel.gems.y
2118   },
2119   {
2120     "game.panel.gems.align",
2121     &game.panel.gems.align
2122   },
2123   {
2124     "game.panel.gems.valign",
2125     &game.panel.gems.valign
2126   },
2127   {
2128     "game.panel.gems.digits",
2129     &game.panel.gems.size
2130   },
2131   {
2132     "game.panel.gems.font",
2133     &game.panel.gems.font
2134   },
2135   {
2136     "game.panel.gems.draw_masked",
2137     &game.panel.gems.draw_masked
2138   },
2139   {
2140     "game.panel.gems.draw_order",
2141     &game.panel.gems.sort_priority
2142   },
2143   {
2144     "game.panel.inventory_count.x",
2145     &game.panel.inventory_count.x
2146   },
2147   {
2148     "game.panel.inventory_count.y",
2149     &game.panel.inventory_count.y
2150   },
2151   {
2152     "game.panel.inventory_count.align",
2153     &game.panel.inventory_count.align
2154   },
2155   {
2156     "game.panel.inventory_count.valign",
2157     &game.panel.inventory_count.valign
2158   },
2159   {
2160     "game.panel.inventory_count.digits",
2161     &game.panel.inventory_count.size
2162   },
2163   {
2164     "game.panel.inventory_count.font",
2165     &game.panel.inventory_count.font
2166   },
2167   {
2168     "game.panel.inventory_count.draw_masked",
2169     &game.panel.inventory_count.draw_masked
2170   },
2171   {
2172     "game.panel.inventory_count.draw_order",
2173     &game.panel.inventory_count.sort_priority
2174   },
2175   {
2176     "game.panel.inventory_first_1.x",
2177     &game.panel.inventory_first[0].x
2178   },
2179   {
2180     "game.panel.inventory_first_1.y",
2181     &game.panel.inventory_first[0].y
2182   },
2183   {
2184     "game.panel.inventory_first_1.tile_size",
2185     &game.panel.inventory_first[0].size
2186   },
2187   {
2188     "game.panel.inventory_first_1.draw_masked",
2189     &game.panel.inventory_first[0].draw_masked
2190   },
2191   {
2192     "game.panel.inventory_first_1.draw_order",
2193     &game.panel.inventory_first[0].sort_priority
2194   },
2195   {
2196     "game.panel.inventory_first_2.x",
2197     &game.panel.inventory_first[1].x
2198   },
2199   {
2200     "game.panel.inventory_first_2.y",
2201     &game.panel.inventory_first[1].y
2202   },
2203   {
2204     "game.panel.inventory_first_2.tile_size",
2205     &game.panel.inventory_first[1].size
2206   },
2207   {
2208     "game.panel.inventory_first_2.draw_masked",
2209     &game.panel.inventory_first[1].draw_masked
2210   },
2211   {
2212     "game.panel.inventory_first_2.draw_order",
2213     &game.panel.inventory_first[1].sort_priority
2214   },
2215   {
2216     "game.panel.inventory_first_3.x",
2217     &game.panel.inventory_first[2].x
2218   },
2219   {
2220     "game.panel.inventory_first_3.y",
2221     &game.panel.inventory_first[2].y
2222   },
2223   {
2224     "game.panel.inventory_first_3.tile_size",
2225     &game.panel.inventory_first[2].size
2226   },
2227   {
2228     "game.panel.inventory_first_3.draw_masked",
2229     &game.panel.inventory_first[2].draw_masked
2230   },
2231   {
2232     "game.panel.inventory_first_3.draw_order",
2233     &game.panel.inventory_first[2].sort_priority
2234   },
2235   {
2236     "game.panel.inventory_first_4.x",
2237     &game.panel.inventory_first[3].x
2238   },
2239   {
2240     "game.panel.inventory_first_4.y",
2241     &game.panel.inventory_first[3].y
2242   },
2243   {
2244     "game.panel.inventory_first_4.tile_size",
2245     &game.panel.inventory_first[3].size
2246   },
2247   {
2248     "game.panel.inventory_first_4.draw_masked",
2249     &game.panel.inventory_first[3].draw_masked
2250   },
2251   {
2252     "game.panel.inventory_first_4.draw_order",
2253     &game.panel.inventory_first[3].sort_priority
2254   },
2255   {
2256     "game.panel.inventory_first_5.x",
2257     &game.panel.inventory_first[4].x
2258   },
2259   {
2260     "game.panel.inventory_first_5.y",
2261     &game.panel.inventory_first[4].y
2262   },
2263   {
2264     "game.panel.inventory_first_5.tile_size",
2265     &game.panel.inventory_first[4].size
2266   },
2267   {
2268     "game.panel.inventory_first_5.draw_masked",
2269     &game.panel.inventory_first[4].draw_masked
2270   },
2271   {
2272     "game.panel.inventory_first_5.draw_order",
2273     &game.panel.inventory_first[4].sort_priority
2274   },
2275   {
2276     "game.panel.inventory_first_6.x",
2277     &game.panel.inventory_first[5].x
2278   },
2279   {
2280     "game.panel.inventory_first_6.y",
2281     &game.panel.inventory_first[5].y
2282   },
2283   {
2284     "game.panel.inventory_first_6.tile_size",
2285     &game.panel.inventory_first[5].size
2286   },
2287   {
2288     "game.panel.inventory_first_6.draw_masked",
2289     &game.panel.inventory_first[5].draw_masked
2290   },
2291   {
2292     "game.panel.inventory_first_6.draw_order",
2293     &game.panel.inventory_first[5].sort_priority
2294   },
2295   {
2296     "game.panel.inventory_first_7.x",
2297     &game.panel.inventory_first[6].x
2298   },
2299   {
2300     "game.panel.inventory_first_7.y",
2301     &game.panel.inventory_first[6].y
2302   },
2303   {
2304     "game.panel.inventory_first_7.tile_size",
2305     &game.panel.inventory_first[6].size
2306   },
2307   {
2308     "game.panel.inventory_first_7.draw_masked",
2309     &game.panel.inventory_first[6].draw_masked
2310   },
2311   {
2312     "game.panel.inventory_first_7.draw_order",
2313     &game.panel.inventory_first[6].sort_priority
2314   },
2315   {
2316     "game.panel.inventory_first_8.x",
2317     &game.panel.inventory_first[7].x
2318   },
2319   {
2320     "game.panel.inventory_first_8.y",
2321     &game.panel.inventory_first[7].y
2322   },
2323   {
2324     "game.panel.inventory_first_8.tile_size",
2325     &game.panel.inventory_first[7].size
2326   },
2327   {
2328     "game.panel.inventory_first_8.draw_masked",
2329     &game.panel.inventory_first[7].draw_masked
2330   },
2331   {
2332     "game.panel.inventory_first_8.draw_order",
2333     &game.panel.inventory_first[7].sort_priority
2334   },
2335   {
2336     "game.panel.inventory_last_1.x",
2337     &game.panel.inventory_last[0].x
2338   },
2339   {
2340     "game.panel.inventory_last_1.y",
2341     &game.panel.inventory_last[0].y
2342   },
2343   {
2344     "game.panel.inventory_last_1.tile_size",
2345     &game.panel.inventory_last[0].size
2346   },
2347   {
2348     "game.panel.inventory_last_1.draw_masked",
2349     &game.panel.inventory_last[0].draw_masked
2350   },
2351   {
2352     "game.panel.inventory_last_1.draw_order",
2353     &game.panel.inventory_last[0].sort_priority
2354   },
2355   {
2356     "game.panel.inventory_last_2.x",
2357     &game.panel.inventory_last[1].x
2358   },
2359   {
2360     "game.panel.inventory_last_2.y",
2361     &game.panel.inventory_last[1].y
2362   },
2363   {
2364     "game.panel.inventory_last_2.tile_size",
2365     &game.panel.inventory_last[1].size
2366   },
2367   {
2368     "game.panel.inventory_last_2.draw_masked",
2369     &game.panel.inventory_last[1].draw_masked
2370   },
2371   {
2372     "game.panel.inventory_last_2.draw_order",
2373     &game.panel.inventory_last[1].sort_priority
2374   },
2375   {
2376     "game.panel.inventory_last_3.x",
2377     &game.panel.inventory_last[2].x
2378   },
2379   {
2380     "game.panel.inventory_last_3.y",
2381     &game.panel.inventory_last[2].y
2382   },
2383   {
2384     "game.panel.inventory_last_3.tile_size",
2385     &game.panel.inventory_last[2].size
2386   },
2387   {
2388     "game.panel.inventory_last_3.draw_masked",
2389     &game.panel.inventory_last[2].draw_masked
2390   },
2391   {
2392     "game.panel.inventory_last_3.draw_order",
2393     &game.panel.inventory_last[2].sort_priority
2394   },
2395   {
2396     "game.panel.inventory_last_4.x",
2397     &game.panel.inventory_last[3].x
2398   },
2399   {
2400     "game.panel.inventory_last_4.y",
2401     &game.panel.inventory_last[3].y
2402   },
2403   {
2404     "game.panel.inventory_last_4.tile_size",
2405     &game.panel.inventory_last[3].size
2406   },
2407   {
2408     "game.panel.inventory_last_4.draw_masked",
2409     &game.panel.inventory_last[3].draw_masked
2410   },
2411   {
2412     "game.panel.inventory_last_4.draw_order",
2413     &game.panel.inventory_last[3].sort_priority
2414   },
2415   {
2416     "game.panel.inventory_last_5.x",
2417     &game.panel.inventory_last[4].x
2418   },
2419   {
2420     "game.panel.inventory_last_5.y",
2421     &game.panel.inventory_last[4].y
2422   },
2423   {
2424     "game.panel.inventory_last_5.tile_size",
2425     &game.panel.inventory_last[4].size
2426   },
2427   {
2428     "game.panel.inventory_last_5.draw_masked",
2429     &game.panel.inventory_last[4].draw_masked
2430   },
2431   {
2432     "game.panel.inventory_last_5.draw_order",
2433     &game.panel.inventory_last[4].sort_priority
2434   },
2435   {
2436     "game.panel.inventory_last_6.x",
2437     &game.panel.inventory_last[5].x
2438   },
2439   {
2440     "game.panel.inventory_last_6.y",
2441     &game.panel.inventory_last[5].y
2442   },
2443   {
2444     "game.panel.inventory_last_6.tile_size",
2445     &game.panel.inventory_last[5].size
2446   },
2447   {
2448     "game.panel.inventory_last_6.draw_masked",
2449     &game.panel.inventory_last[5].draw_masked
2450   },
2451   {
2452     "game.panel.inventory_last_6.draw_order",
2453     &game.panel.inventory_last[5].sort_priority
2454   },
2455   {
2456     "game.panel.inventory_last_7.x",
2457     &game.panel.inventory_last[6].x
2458   },
2459   {
2460     "game.panel.inventory_last_7.y",
2461     &game.panel.inventory_last[6].y
2462   },
2463   {
2464     "game.panel.inventory_last_7.tile_size",
2465     &game.panel.inventory_last[6].size
2466   },
2467   {
2468     "game.panel.inventory_last_7.draw_masked",
2469     &game.panel.inventory_last[6].draw_masked
2470   },
2471   {
2472     "game.panel.inventory_last_7.draw_order",
2473     &game.panel.inventory_last[6].sort_priority
2474   },
2475   {
2476     "game.panel.inventory_last_8.x",
2477     &game.panel.inventory_last[7].x
2478   },
2479   {
2480     "game.panel.inventory_last_8.y",
2481     &game.panel.inventory_last[7].y
2482   },
2483   {
2484     "game.panel.inventory_last_8.tile_size",
2485     &game.panel.inventory_last[7].size
2486   },
2487   {
2488     "game.panel.inventory_last_8.draw_masked",
2489     &game.panel.inventory_last[7].draw_masked
2490   },
2491   {
2492     "game.panel.inventory_last_8.draw_order",
2493     &game.panel.inventory_last[7].sort_priority
2494   },
2495   {
2496     "game.panel.key_1.x",
2497     &game.panel.key[0].x
2498   },
2499   {
2500     "game.panel.key_1.y",
2501     &game.panel.key[0].y
2502   },
2503   {
2504     "game.panel.key_1.tile_size",
2505     &game.panel.key[0].size
2506   },
2507   {
2508     "game.panel.key_1.draw_masked",
2509     &game.panel.key[0].draw_masked
2510   },
2511   {
2512     "game.panel.key_1.draw_order",
2513     &game.panel.key[0].sort_priority
2514   },
2515   {
2516     "game.panel.key_2.x",
2517     &game.panel.key[1].x
2518   },
2519   {
2520     "game.panel.key_2.y",
2521     &game.panel.key[1].y
2522   },
2523   {
2524     "game.panel.key_2.tile_size",
2525     &game.panel.key[1].size
2526   },
2527   {
2528     "game.panel.key_2.draw_masked",
2529     &game.panel.key[1].draw_masked
2530   },
2531   {
2532     "game.panel.key_2.draw_order",
2533     &game.panel.key[1].sort_priority
2534   },
2535   {
2536     "game.panel.key_3.x",
2537     &game.panel.key[2].x
2538   },
2539   {
2540     "game.panel.key_3.y",
2541     &game.panel.key[2].y
2542   },
2543   {
2544     "game.panel.key_3.tile_size",
2545     &game.panel.key[2].size
2546   },
2547   {
2548     "game.panel.key_3.draw_masked",
2549     &game.panel.key[2].draw_masked
2550   },
2551   {
2552     "game.panel.key_3.draw_order",
2553     &game.panel.key[2].sort_priority
2554   },
2555   {
2556     "game.panel.key_4.x",
2557     &game.panel.key[3].x
2558   },
2559   {
2560     "game.panel.key_4.y",
2561     &game.panel.key[3].y
2562   },
2563   {
2564     "game.panel.key_4.tile_size",
2565     &game.panel.key[3].size
2566   },
2567   {
2568     "game.panel.key_4.draw_masked",
2569     &game.panel.key[3].draw_masked
2570   },
2571   {
2572     "game.panel.key_4.draw_order",
2573     &game.panel.key[3].sort_priority
2574   },
2575   {
2576     "game.panel.key_5.x",
2577     &game.panel.key[4].x
2578   },
2579   {
2580     "game.panel.key_5.y",
2581     &game.panel.key[4].y
2582   },
2583   {
2584     "game.panel.key_5.tile_size",
2585     &game.panel.key[4].size
2586   },
2587   {
2588     "game.panel.key_5.draw_masked",
2589     &game.panel.key[4].draw_masked
2590   },
2591   {
2592     "game.panel.key_5.draw_order",
2593     &game.panel.key[4].sort_priority
2594   },
2595   {
2596     "game.panel.key_6.x",
2597     &game.panel.key[5].x
2598   },
2599   {
2600     "game.panel.key_6.y",
2601     &game.panel.key[5].y
2602   },
2603   {
2604     "game.panel.key_6.tile_size",
2605     &game.panel.key[5].size
2606   },
2607   {
2608     "game.panel.key_6.draw_masked",
2609     &game.panel.key[5].draw_masked
2610   },
2611   {
2612     "game.panel.key_6.draw_order",
2613     &game.panel.key[5].sort_priority
2614   },
2615   {
2616     "game.panel.key_7.x",
2617     &game.panel.key[6].x
2618   },
2619   {
2620     "game.panel.key_7.y",
2621     &game.panel.key[6].y
2622   },
2623   {
2624     "game.panel.key_7.tile_size",
2625     &game.panel.key[6].size
2626   },
2627   {
2628     "game.panel.key_7.draw_masked",
2629     &game.panel.key[6].draw_masked
2630   },
2631   {
2632     "game.panel.key_7.draw_order",
2633     &game.panel.key[6].sort_priority
2634   },
2635   {
2636     "game.panel.key_8.x",
2637     &game.panel.key[7].x
2638   },
2639   {
2640     "game.panel.key_8.y",
2641     &game.panel.key[7].y
2642   },
2643   {
2644     "game.panel.key_8.tile_size",
2645     &game.panel.key[7].size
2646   },
2647   {
2648     "game.panel.key_8.draw_masked",
2649     &game.panel.key[7].draw_masked
2650   },
2651   {
2652     "game.panel.key_8.draw_order",
2653     &game.panel.key[7].sort_priority
2654   },
2655   {
2656     "game.panel.key_white.x",
2657     &game.panel.key_white.x
2658   },
2659   {
2660     "game.panel.key_white.y",
2661     &game.panel.key_white.y
2662   },
2663   {
2664     "game.panel.key_white.tile_size",
2665     &game.panel.key_white.size
2666   },
2667   {
2668     "game.panel.key_white.draw_masked",
2669     &game.panel.key_white.draw_masked
2670   },
2671   {
2672     "game.panel.key_white.draw_order",
2673     &game.panel.key_white.sort_priority
2674   },
2675   {
2676     "game.panel.key_white_count.x",
2677     &game.panel.key_white_count.x
2678   },
2679   {
2680     "game.panel.key_white_count.y",
2681     &game.panel.key_white_count.y
2682   },
2683   {
2684     "game.panel.key_white_count.align",
2685     &game.panel.key_white_count.align
2686   },
2687   {
2688     "game.panel.key_white_count.valign",
2689     &game.panel.key_white_count.valign
2690   },
2691   {
2692     "game.panel.key_white_count.digits",
2693     &game.panel.key_white_count.size
2694   },
2695   {
2696     "game.panel.key_white_count.font",
2697     &game.panel.key_white_count.font
2698   },
2699   {
2700     "game.panel.key_white_count.draw_masked",
2701     &game.panel.key_white_count.draw_masked
2702   },
2703   {
2704     "game.panel.key_white_count.draw_order",
2705     &game.panel.key_white_count.sort_priority
2706   },
2707   {
2708     "game.panel.score.x",
2709     &game.panel.score.x
2710   },
2711   {
2712     "game.panel.score.y",
2713     &game.panel.score.y
2714   },
2715   {
2716     "game.panel.score.align",
2717     &game.panel.score.align
2718   },
2719   {
2720     "game.panel.score.valign",
2721     &game.panel.score.valign
2722   },
2723   {
2724     "game.panel.score.digits",
2725     &game.panel.score.size
2726   },
2727   {
2728     "game.panel.score.font",
2729     &game.panel.score.font
2730   },
2731   {
2732     "game.panel.score.draw_masked",
2733     &game.panel.score.draw_masked
2734   },
2735   {
2736     "game.panel.score.draw_order",
2737     &game.panel.score.sort_priority
2738   },
2739   {
2740     "game.panel.time.x",
2741     &game.panel.time.x
2742   },
2743   {
2744     "game.panel.time.y",
2745     &game.panel.time.y
2746   },
2747   {
2748     "game.panel.time.align",
2749     &game.panel.time.align
2750   },
2751   {
2752     "game.panel.time.valign",
2753     &game.panel.time.valign
2754   },
2755   {
2756     "game.panel.time.digits",
2757     &game.panel.time.size
2758   },
2759   {
2760     "game.panel.time.font",
2761     &game.panel.time.font
2762   },
2763   {
2764     "game.panel.time.font_narrow",
2765     &game.panel.time.font_alt
2766   },
2767   {
2768     "game.panel.time.draw_masked",
2769     &game.panel.time.draw_masked
2770   },
2771   {
2772     "game.panel.time.draw_order",
2773     &game.panel.time.sort_priority
2774   },
2775   {
2776     "game.panel.time_hh.x",
2777     &game.panel.time_hh.x
2778   },
2779   {
2780     "game.panel.time_hh.y",
2781     &game.panel.time_hh.y
2782   },
2783   {
2784     "game.panel.time_hh.align",
2785     &game.panel.time_hh.align
2786   },
2787   {
2788     "game.panel.time_hh.valign",
2789     &game.panel.time_hh.valign
2790   },
2791   {
2792     "game.panel.time_hh.digits",
2793     &game.panel.time_hh.size
2794   },
2795   {
2796     "game.panel.time_hh.font",
2797     &game.panel.time_hh.font
2798   },
2799   {
2800     "game.panel.time_hh.draw_masked",
2801     &game.panel.time_hh.draw_masked
2802   },
2803   {
2804     "game.panel.time_hh.draw_order",
2805     &game.panel.time_hh.sort_priority
2806   },
2807   {
2808     "game.panel.time_mm.x",
2809     &game.panel.time_mm.x
2810   },
2811   {
2812     "game.panel.time_mm.y",
2813     &game.panel.time_mm.y
2814   },
2815   {
2816     "game.panel.time_mm.align",
2817     &game.panel.time_mm.align
2818   },
2819   {
2820     "game.panel.time_mm.valign",
2821     &game.panel.time_mm.valign
2822   },
2823   {
2824     "game.panel.time_mm.digits",
2825     &game.panel.time_mm.size
2826   },
2827   {
2828     "game.panel.time_mm.font",
2829     &game.panel.time_mm.font
2830   },
2831   {
2832     "game.panel.time_mm.draw_masked",
2833     &game.panel.time_mm.draw_masked
2834   },
2835   {
2836     "game.panel.time_mm.draw_order",
2837     &game.panel.time_mm.sort_priority
2838   },
2839   {
2840     "game.panel.time_ss.x",
2841     &game.panel.time_ss.x
2842   },
2843   {
2844     "game.panel.time_ss.y",
2845     &game.panel.time_ss.y
2846   },
2847   {
2848     "game.panel.time_ss.align",
2849     &game.panel.time_ss.align
2850   },
2851   {
2852     "game.panel.time_ss.valign",
2853     &game.panel.time_ss.valign
2854   },
2855   {
2856     "game.panel.time_ss.digits",
2857     &game.panel.time_ss.size
2858   },
2859   {
2860     "game.panel.time_ss.font",
2861     &game.panel.time_ss.font
2862   },
2863   {
2864     "game.panel.time_ss.draw_masked",
2865     &game.panel.time_ss.draw_masked
2866   },
2867   {
2868     "game.panel.time_ss.draw_order",
2869     &game.panel.time_ss.sort_priority
2870   },
2871   {
2872     "game.panel.shield_normal.x",
2873     &game.panel.shield_normal.x
2874   },
2875   {
2876     "game.panel.shield_normal.y",
2877     &game.panel.shield_normal.y
2878   },
2879   {
2880     "game.panel.shield_normal.tile_size",
2881     &game.panel.shield_normal.size
2882   },
2883   {
2884     "game.panel.shield_normal.draw_masked",
2885     &game.panel.shield_normal.draw_masked
2886   },
2887   {
2888     "game.panel.shield_normal.draw_order",
2889     &game.panel.shield_normal.sort_priority
2890   },
2891   {
2892     "game.panel.shield_normal_time.x",
2893     &game.panel.shield_normal_time.x
2894   },
2895   {
2896     "game.panel.shield_normal_time.y",
2897     &game.panel.shield_normal_time.y
2898   },
2899   {
2900     "game.panel.shield_normal_time.align",
2901     &game.panel.shield_normal_time.align
2902   },
2903   {
2904     "game.panel.shield_normal_time.valign",
2905     &game.panel.shield_normal_time.valign
2906   },
2907   {
2908     "game.panel.shield_normal_time.digits",
2909     &game.panel.shield_normal_time.size
2910   },
2911   {
2912     "game.panel.shield_normal_time.font",
2913     &game.panel.shield_normal_time.font
2914   },
2915   {
2916     "game.panel.shield_normal_time.draw_masked",
2917     &game.panel.shield_normal_time.draw_masked
2918   },
2919   {
2920     "game.panel.shield_normal_time.draw_order",
2921     &game.panel.shield_normal_time.sort_priority
2922   },
2923   {
2924     "game.panel.shield_deadly.x",
2925     &game.panel.shield_deadly.x
2926   },
2927   {
2928     "game.panel.shield_deadly.y",
2929     &game.panel.shield_deadly.y
2930   },
2931   {
2932     "game.panel.shield_deadly.tile_size",
2933     &game.panel.shield_deadly.size
2934   },
2935   {
2936     "game.panel.shield_deadly.draw_masked",
2937     &game.panel.shield_deadly.draw_masked
2938   },
2939   {
2940     "game.panel.shield_deadly.draw_order",
2941     &game.panel.shield_deadly.sort_priority
2942   },
2943   {
2944     "game.panel.shield_deadly_time.x",
2945     &game.panel.shield_deadly_time.x
2946   },
2947   {
2948     "game.panel.shield_deadly_time.y",
2949     &game.panel.shield_deadly_time.y
2950   },
2951   {
2952     "game.panel.shield_deadly_time.align",
2953     &game.panel.shield_deadly_time.align
2954   },
2955   {
2956     "game.panel.shield_deadly_time.valign",
2957     &game.panel.shield_deadly_time.valign
2958   },
2959   {
2960     "game.panel.shield_deadly_time.digits",
2961     &game.panel.shield_deadly_time.size
2962   },
2963   {
2964     "game.panel.shield_deadly_time.font",
2965     &game.panel.shield_deadly_time.font
2966   },
2967   {
2968     "game.panel.shield_deadly_time.draw_masked",
2969     &game.panel.shield_deadly_time.draw_masked
2970   },
2971   {
2972     "game.panel.shield_deadly_time.draw_order",
2973     &game.panel.shield_deadly_time.sort_priority
2974   },
2975   {
2976     "game.panel.exit.x",
2977     &game.panel.exit.x
2978   },
2979   {
2980     "game.panel.exit.y",
2981     &game.panel.exit.y
2982   },
2983   {
2984     "game.panel.exit.tile_size",
2985     &game.panel.exit.size
2986   },
2987   {
2988     "game.panel.exit.draw_masked",
2989     &game.panel.exit.draw_masked
2990   },
2991   {
2992     "game.panel.exit.draw_order",
2993     &game.panel.exit.sort_priority
2994   },
2995   {
2996     "game.panel.emc_magic_ball.x",
2997     &game.panel.emc_magic_ball.x
2998   },
2999   {
3000     "game.panel.emc_magic_ball.y",
3001     &game.panel.emc_magic_ball.y
3002   },
3003   {
3004     "game.panel.emc_magic_ball.tile_size",
3005     &game.panel.emc_magic_ball.size
3006   },
3007   {
3008     "game.panel.emc_magic_ball.draw_masked",
3009     &game.panel.emc_magic_ball.draw_masked
3010   },
3011   {
3012     "game.panel.emc_magic_ball.draw_order",
3013     &game.panel.emc_magic_ball.sort_priority
3014   },
3015   {
3016     "game.panel.emc_magic_ball_switch.x",
3017     &game.panel.emc_magic_ball_switch.x
3018   },
3019   {
3020     "game.panel.emc_magic_ball_switch.y",
3021     &game.panel.emc_magic_ball_switch.y
3022   },
3023   {
3024     "game.panel.emc_magic_ball_switch.tile_size",
3025     &game.panel.emc_magic_ball_switch.size
3026   },
3027   {
3028     "game.panel.emc_magic_ball_switch.draw_masked",
3029     &game.panel.emc_magic_ball_switch.draw_masked
3030   },
3031   {
3032     "game.panel.emc_magic_ball_switch.draw_order",
3033     &game.panel.emc_magic_ball_switch.sort_priority
3034   },
3035   {
3036     "game.panel.light_switch.x",
3037     &game.panel.light_switch.x
3038   },
3039   {
3040     "game.panel.light_switch.y",
3041     &game.panel.light_switch.y
3042   },
3043   {
3044     "game.panel.light_switch.tile_size",
3045     &game.panel.light_switch.size
3046   },
3047   {
3048     "game.panel.light_switch.draw_masked",
3049     &game.panel.light_switch.draw_masked
3050   },
3051   {
3052     "game.panel.light_switch.draw_order",
3053     &game.panel.light_switch.sort_priority
3054   },
3055   {
3056     "game.panel.light_switch_time.x",
3057     &game.panel.light_switch_time.x
3058   },
3059   {
3060     "game.panel.light_switch_time.y",
3061     &game.panel.light_switch_time.y
3062   },
3063   {
3064     "game.panel.light_switch_time.align",
3065     &game.panel.light_switch_time.align
3066   },
3067   {
3068     "game.panel.light_switch_time.valign",
3069     &game.panel.light_switch_time.valign
3070   },
3071   {
3072     "game.panel.light_switch_time.digits",
3073     &game.panel.light_switch_time.size
3074   },
3075   {
3076     "game.panel.light_switch_time.font",
3077     &game.panel.light_switch_time.font
3078   },
3079   {
3080     "game.panel.light_switch_time.draw_masked",
3081     &game.panel.light_switch_time.draw_masked
3082   },
3083   {
3084     "game.panel.light_switch_time.draw_order",
3085     &game.panel.light_switch_time.sort_priority
3086   },
3087   {
3088     "game.panel.timegate_switch.x",
3089     &game.panel.timegate_switch.x
3090   },
3091   {
3092     "game.panel.timegate_switch.y",
3093     &game.panel.timegate_switch.y
3094   },
3095   {
3096     "game.panel.timegate_switch.tile_size",
3097     &game.panel.timegate_switch.size
3098   },
3099   {
3100     "game.panel.timegate_switch.draw_masked",
3101     &game.panel.timegate_switch.draw_masked
3102   },
3103   {
3104     "game.panel.timegate_switch.draw_order",
3105     &game.panel.timegate_switch.sort_priority
3106   },
3107   {
3108     "game.panel.timegate_switch_time.x",
3109     &game.panel.timegate_switch_time.x
3110   },
3111   {
3112     "game.panel.timegate_switch_time.y",
3113     &game.panel.timegate_switch_time.y
3114   },
3115   {
3116     "game.panel.timegate_switch_time.align",
3117     &game.panel.timegate_switch_time.align
3118   },
3119   {
3120     "game.panel.timegate_switch_time.valign",
3121     &game.panel.timegate_switch_time.valign
3122   },
3123   {
3124     "game.panel.timegate_switch_time.digits",
3125     &game.panel.timegate_switch_time.size
3126   },
3127   {
3128     "game.panel.timegate_switch_time.font",
3129     &game.panel.timegate_switch_time.font
3130   },
3131   {
3132     "game.panel.timegate_switch_time.draw_masked",
3133     &game.panel.timegate_switch_time.draw_masked
3134   },
3135   {
3136     "game.panel.timegate_switch_time.draw_order",
3137     &game.panel.timegate_switch_time.sort_priority
3138   },
3139   {
3140     "game.panel.switchgate_switch.x",
3141     &game.panel.switchgate_switch.x
3142   },
3143   {
3144     "game.panel.switchgate_switch.y",
3145     &game.panel.switchgate_switch.y
3146   },
3147   {
3148     "game.panel.switchgate_switch.tile_size",
3149     &game.panel.switchgate_switch.size
3150   },
3151   {
3152     "game.panel.switchgate_switch.draw_masked",
3153     &game.panel.switchgate_switch.draw_masked
3154   },
3155   {
3156     "game.panel.switchgate_switch.draw_order",
3157     &game.panel.switchgate_switch.sort_priority
3158   },
3159   {
3160     "game.panel.emc_lenses.x",
3161     &game.panel.emc_lenses.x
3162   },
3163   {
3164     "game.panel.emc_lenses.y",
3165     &game.panel.emc_lenses.y
3166   },
3167   {
3168     "game.panel.emc_lenses.tile_size",
3169     &game.panel.emc_lenses.size
3170   },
3171   {
3172     "game.panel.emc_lenses.draw_masked",
3173     &game.panel.emc_lenses.draw_masked
3174   },
3175   {
3176     "game.panel.emc_lenses.draw_order",
3177     &game.panel.emc_lenses.sort_priority
3178   },
3179   {
3180     "game.panel.emc_lenses_time.x",
3181     &game.panel.emc_lenses_time.x
3182   },
3183   {
3184     "game.panel.emc_lenses_time.y",
3185     &game.panel.emc_lenses_time.y
3186   },
3187   {
3188     "game.panel.emc_lenses_time.align",
3189     &game.panel.emc_lenses_time.align
3190   },
3191   {
3192     "game.panel.emc_lenses_time.valign",
3193     &game.panel.emc_lenses_time.valign
3194   },
3195   {
3196     "game.panel.emc_lenses_time.digits",
3197     &game.panel.emc_lenses_time.size
3198   },
3199   {
3200     "game.panel.emc_lenses_time.font",
3201     &game.panel.emc_lenses_time.font
3202   },
3203   {
3204     "game.panel.emc_lenses_time.draw_masked",
3205     &game.panel.emc_lenses_time.draw_masked
3206   },
3207   {
3208     "game.panel.emc_lenses_time.draw_order",
3209     &game.panel.emc_lenses_time.sort_priority
3210   },
3211   {
3212     "game.panel.emc_magnifier.x",
3213     &game.panel.emc_magnifier.x
3214   },
3215   {
3216     "game.panel.emc_magnifier.y",
3217     &game.panel.emc_magnifier.y
3218   },
3219   {
3220     "game.panel.emc_magnifier.tile_size",
3221     &game.panel.emc_magnifier.size
3222   },
3223   {
3224     "game.panel.emc_magnifier.draw_masked",
3225     &game.panel.emc_magnifier.draw_masked
3226   },
3227   {
3228     "game.panel.emc_magnifier.draw_order",
3229     &game.panel.emc_magnifier.sort_priority
3230   },
3231   {
3232     "game.panel.emc_magnifier_time.x",
3233     &game.panel.emc_magnifier_time.x
3234   },
3235   {
3236     "game.panel.emc_magnifier_time.y",
3237     &game.panel.emc_magnifier_time.y
3238   },
3239   {
3240     "game.panel.emc_magnifier_time.align",
3241     &game.panel.emc_magnifier_time.align
3242   },
3243   {
3244     "game.panel.emc_magnifier_time.valign",
3245     &game.panel.emc_magnifier_time.valign
3246   },
3247   {
3248     "game.panel.emc_magnifier_time.digits",
3249     &game.panel.emc_magnifier_time.size
3250   },
3251   {
3252     "game.panel.emc_magnifier_time.font",
3253     &game.panel.emc_magnifier_time.font
3254   },
3255   {
3256     "game.panel.emc_magnifier_time.draw_masked",
3257     &game.panel.emc_magnifier_time.draw_masked
3258   },
3259   {
3260     "game.panel.emc_magnifier_time.draw_order",
3261     &game.panel.emc_magnifier_time.sort_priority
3262   },
3263   {
3264     "game.panel.balloon_switch.x",
3265     &game.panel.balloon_switch.x
3266   },
3267   {
3268     "game.panel.balloon_switch.y",
3269     &game.panel.balloon_switch.y
3270   },
3271   {
3272     "game.panel.balloon_switch.tile_size",
3273     &game.panel.balloon_switch.size
3274   },
3275   {
3276     "game.panel.balloon_switch.draw_masked",
3277     &game.panel.balloon_switch.draw_masked
3278   },
3279   {
3280     "game.panel.balloon_switch.draw_order",
3281     &game.panel.balloon_switch.sort_priority
3282   },
3283   {
3284     "game.panel.dynabomb_number.x",
3285     &game.panel.dynabomb_number.x
3286   },
3287   {
3288     "game.panel.dynabomb_number.y",
3289     &game.panel.dynabomb_number.y
3290   },
3291   {
3292     "game.panel.dynabomb_number.align",
3293     &game.panel.dynabomb_number.align
3294   },
3295   {
3296     "game.panel.dynabomb_number.valign",
3297     &game.panel.dynabomb_number.valign
3298   },
3299   {
3300     "game.panel.dynabomb_number.digits",
3301     &game.panel.dynabomb_number.size
3302   },
3303   {
3304     "game.panel.dynabomb_number.font",
3305     &game.panel.dynabomb_number.font
3306   },
3307   {
3308     "game.panel.dynabomb_number.draw_masked",
3309     &game.panel.dynabomb_number.draw_masked
3310   },
3311   {
3312     "game.panel.dynabomb_number.draw_order",
3313     &game.panel.dynabomb_number.sort_priority
3314   },
3315   {
3316     "game.panel.dynabomb_size.x",
3317     &game.panel.dynabomb_size.x
3318   },
3319   {
3320     "game.panel.dynabomb_size.y",
3321     &game.panel.dynabomb_size.y
3322   },
3323   {
3324     "game.panel.dynabomb_size.align",
3325     &game.panel.dynabomb_size.align
3326   },
3327   {
3328     "game.panel.dynabomb_size.valign",
3329     &game.panel.dynabomb_size.valign
3330   },
3331   {
3332     "game.panel.dynabomb_size.digits",
3333     &game.panel.dynabomb_size.size
3334   },
3335   {
3336     "game.panel.dynabomb_size.font",
3337     &game.panel.dynabomb_size.font
3338   },
3339   {
3340     "game.panel.dynabomb_size.draw_masked",
3341     &game.panel.dynabomb_size.draw_masked
3342   },
3343   {
3344     "game.panel.dynabomb_size.draw_order",
3345     &game.panel.dynabomb_size.sort_priority
3346   },
3347   {
3348     "game.panel.dynabomb_power.x",
3349     &game.panel.dynabomb_power.x
3350   },
3351   {
3352     "game.panel.dynabomb_power.y",
3353     &game.panel.dynabomb_power.y
3354   },
3355   {
3356     "game.panel.dynabomb_power.tile_size",
3357     &game.panel.dynabomb_power.size
3358   },
3359   {
3360     "game.panel.dynabomb_power.draw_masked",
3361     &game.panel.dynabomb_power.draw_masked
3362   },
3363   {
3364     "game.panel.dynabomb_power.draw_order",
3365     &game.panel.dynabomb_power.sort_priority
3366   },
3367   {
3368     "game.panel.penguins.x",
3369     &game.panel.penguins.x
3370   },
3371   {
3372     "game.panel.penguins.y",
3373     &game.panel.penguins.y
3374   },
3375   {
3376     "game.panel.penguins.align",
3377     &game.panel.penguins.align
3378   },
3379   {
3380     "game.panel.penguins.valign",
3381     &game.panel.penguins.valign
3382   },
3383   {
3384     "game.panel.penguins.digits",
3385     &game.panel.penguins.size
3386   },
3387   {
3388     "game.panel.penguins.font",
3389     &game.panel.penguins.font
3390   },
3391   {
3392     "game.panel.penguins.draw_masked",
3393     &game.panel.penguins.draw_masked
3394   },
3395   {
3396     "game.panel.penguins.draw_order",
3397     &game.panel.penguins.sort_priority
3398   },
3399   {
3400     "game.panel.sokoban_objects.x",
3401     &game.panel.sokoban_objects.x
3402   },
3403   {
3404     "game.panel.sokoban_objects.y",
3405     &game.panel.sokoban_objects.y
3406   },
3407   {
3408     "game.panel.sokoban_objects.align",
3409     &game.panel.sokoban_objects.align
3410   },
3411   {
3412     "game.panel.sokoban_objects.valign",
3413     &game.panel.sokoban_objects.valign
3414   },
3415   {
3416     "game.panel.sokoban_objects.digits",
3417     &game.panel.sokoban_objects.size
3418   },
3419   {
3420     "game.panel.sokoban_objects.font",
3421     &game.panel.sokoban_objects.font
3422   },
3423   {
3424     "game.panel.sokoban_objects.draw_masked",
3425     &game.panel.sokoban_objects.draw_masked
3426   },
3427   {
3428     "game.panel.sokoban_objects.draw_order",
3429     &game.panel.sokoban_objects.sort_priority
3430   },
3431   {
3432     "game.panel.sokoban_fields.x",
3433     &game.panel.sokoban_fields.x
3434   },
3435   {
3436     "game.panel.sokoban_fields.y",
3437     &game.panel.sokoban_fields.y
3438   },
3439   {
3440     "game.panel.sokoban_fields.align",
3441     &game.panel.sokoban_fields.align
3442   },
3443   {
3444     "game.panel.sokoban_fields.valign",
3445     &game.panel.sokoban_fields.valign
3446   },
3447   {
3448     "game.panel.sokoban_fields.digits",
3449     &game.panel.sokoban_fields.size
3450   },
3451   {
3452     "game.panel.sokoban_fields.font",
3453     &game.panel.sokoban_fields.font
3454   },
3455   {
3456     "game.panel.sokoban_fields.draw_masked",
3457     &game.panel.sokoban_fields.draw_masked
3458   },
3459   {
3460     "game.panel.sokoban_fields.draw_order",
3461     &game.panel.sokoban_fields.sort_priority
3462   },
3463   {
3464     "game.panel.robot_wheel.x",
3465     &game.panel.robot_wheel.x
3466   },
3467   {
3468     "game.panel.robot_wheel.y",
3469     &game.panel.robot_wheel.y
3470   },
3471   {
3472     "game.panel.robot_wheel.tile_size",
3473     &game.panel.robot_wheel.size
3474   },
3475   {
3476     "game.panel.robot_wheel.draw_masked",
3477     &game.panel.robot_wheel.draw_masked
3478   },
3479   {
3480     "game.panel.robot_wheel.draw_order",
3481     &game.panel.robot_wheel.sort_priority
3482   },
3483   {
3484     "game.panel.conveyor_belt_1.x",
3485     &game.panel.conveyor_belt[0].x
3486   },
3487   {
3488     "game.panel.conveyor_belt_1.y",
3489     &game.panel.conveyor_belt[0].y
3490   },
3491   {
3492     "game.panel.conveyor_belt_1.tile_size",
3493     &game.panel.conveyor_belt[0].size
3494   },
3495   {
3496     "game.panel.conveyor_belt_1.draw_masked",
3497     &game.panel.conveyor_belt[0].draw_masked
3498   },
3499   {
3500     "game.panel.conveyor_belt_1.draw_order",
3501     &game.panel.conveyor_belt[0].sort_priority
3502   },
3503   {
3504     "game.panel.conveyor_belt_1_switch.x",
3505     &game.panel.conveyor_belt_switch[0].x
3506   },
3507   {
3508     "game.panel.conveyor_belt_1_switch.y",
3509     &game.panel.conveyor_belt_switch[0].y
3510   },
3511   {
3512     "game.panel.conveyor_belt_1_switch.tile_size",
3513     &game.panel.conveyor_belt_switch[0].size
3514   },
3515   {
3516     "game.panel.conveyor_belt_1_switch.draw_masked",
3517     &game.panel.conveyor_belt_switch[0].draw_masked
3518   },
3519   {
3520     "game.panel.conveyor_belt_1_switch.draw_order",
3521     &game.panel.conveyor_belt_switch[0].sort_priority
3522   },
3523   {
3524     "game.panel.conveyor_belt_2.x",
3525     &game.panel.conveyor_belt[1].x
3526   },
3527   {
3528     "game.panel.conveyor_belt_2.y",
3529     &game.panel.conveyor_belt[1].y
3530   },
3531   {
3532     "game.panel.conveyor_belt_2.tile_size",
3533     &game.panel.conveyor_belt[1].size
3534   },
3535   {
3536     "game.panel.conveyor_belt_2.draw_masked",
3537     &game.panel.conveyor_belt[1].draw_masked
3538   },
3539   {
3540     "game.panel.conveyor_belt_2.draw_order",
3541     &game.panel.conveyor_belt[1].sort_priority
3542   },
3543   {
3544     "game.panel.conveyor_belt_2_switch.x",
3545     &game.panel.conveyor_belt_switch[1].x
3546   },
3547   {
3548     "game.panel.conveyor_belt_2_switch.y",
3549     &game.panel.conveyor_belt_switch[1].y
3550   },
3551   {
3552     "game.panel.conveyor_belt_2_switch.tile_size",
3553     &game.panel.conveyor_belt_switch[1].size
3554   },
3555   {
3556     "game.panel.conveyor_belt_2_switch.draw_masked",
3557     &game.panel.conveyor_belt_switch[1].draw_masked
3558   },
3559   {
3560     "game.panel.conveyor_belt_2_switch.draw_order",
3561     &game.panel.conveyor_belt_switch[1].sort_priority
3562   },
3563   {
3564     "game.panel.conveyor_belt_3.x",
3565     &game.panel.conveyor_belt[2].x
3566   },
3567   {
3568     "game.panel.conveyor_belt_3.y",
3569     &game.panel.conveyor_belt[2].y
3570   },
3571   {
3572     "game.panel.conveyor_belt_3.tile_size",
3573     &game.panel.conveyor_belt[2].size
3574   },
3575   {
3576     "game.panel.conveyor_belt_3.draw_masked",
3577     &game.panel.conveyor_belt[2].draw_masked
3578   },
3579   {
3580     "game.panel.conveyor_belt_3.draw_order",
3581     &game.panel.conveyor_belt[2].sort_priority
3582   },
3583   {
3584     "game.panel.conveyor_belt_3_switch.x",
3585     &game.panel.conveyor_belt_switch[2].x
3586   },
3587   {
3588     "game.panel.conveyor_belt_3_switch.y",
3589     &game.panel.conveyor_belt_switch[2].y
3590   },
3591   {
3592     "game.panel.conveyor_belt_3_switch.tile_size",
3593     &game.panel.conveyor_belt_switch[2].size
3594   },
3595   {
3596     "game.panel.conveyor_belt_3_switch.draw_masked",
3597     &game.panel.conveyor_belt_switch[2].draw_masked
3598   },
3599   {
3600     "game.panel.conveyor_belt_3_switch.draw_order",
3601     &game.panel.conveyor_belt_switch[2].sort_priority
3602   },
3603   {
3604     "game.panel.conveyor_belt_4.x",
3605     &game.panel.conveyor_belt[3].x
3606   },
3607   {
3608     "game.panel.conveyor_belt_4.y",
3609     &game.panel.conveyor_belt[3].y
3610   },
3611   {
3612     "game.panel.conveyor_belt_4.tile_size",
3613     &game.panel.conveyor_belt[3].size
3614   },
3615   {
3616     "game.panel.conveyor_belt_4.draw_masked",
3617     &game.panel.conveyor_belt[3].draw_masked
3618   },
3619   {
3620     "game.panel.conveyor_belt_4.draw_order",
3621     &game.panel.conveyor_belt[3].sort_priority
3622   },
3623   {
3624     "game.panel.conveyor_belt_4_switch.x",
3625     &game.panel.conveyor_belt_switch[3].x
3626   },
3627   {
3628     "game.panel.conveyor_belt_4_switch.y",
3629     &game.panel.conveyor_belt_switch[3].y
3630   },
3631   {
3632     "game.panel.conveyor_belt_4_switch.tile_size",
3633     &game.panel.conveyor_belt_switch[3].size
3634   },
3635   {
3636     "game.panel.conveyor_belt_4_switch.draw_masked",
3637     &game.panel.conveyor_belt_switch[3].draw_masked
3638   },
3639   {
3640     "game.panel.conveyor_belt_4_switch.draw_order",
3641     &game.panel.conveyor_belt_switch[3].sort_priority
3642   },
3643   {
3644     "game.panel.magic_wall.x",
3645     &game.panel.magic_wall.x
3646   },
3647   {
3648     "game.panel.magic_wall.y",
3649     &game.panel.magic_wall.y
3650   },
3651   {
3652     "game.panel.magic_wall.tile_size",
3653     &game.panel.magic_wall.size
3654   },
3655   {
3656     "game.panel.magic_wall.draw_masked",
3657     &game.panel.magic_wall.draw_masked
3658   },
3659   {
3660     "game.panel.magic_wall.draw_order",
3661     &game.panel.magic_wall.sort_priority
3662   },
3663   {
3664     "game.panel.magic_wall_time.x",
3665     &game.panel.magic_wall_time.x
3666   },
3667   {
3668     "game.panel.magic_wall_time.y",
3669     &game.panel.magic_wall_time.y
3670   },
3671   {
3672     "game.panel.magic_wall_time.align",
3673     &game.panel.magic_wall_time.align
3674   },
3675   {
3676     "game.panel.magic_wall_time.valign",
3677     &game.panel.magic_wall_time.valign
3678   },
3679   {
3680     "game.panel.magic_wall_time.digits",
3681     &game.panel.magic_wall_time.size
3682   },
3683   {
3684     "game.panel.magic_wall_time.font",
3685     &game.panel.magic_wall_time.font
3686   },
3687   {
3688     "game.panel.magic_wall_time.draw_masked",
3689     &game.panel.magic_wall_time.draw_masked
3690   },
3691   {
3692     "game.panel.magic_wall_time.draw_order",
3693     &game.panel.magic_wall_time.sort_priority
3694   },
3695   {
3696     "game.panel.gravity_state.x",
3697     &game.panel.gravity_state.x
3698   },
3699   {
3700     "game.panel.gravity_state.y",
3701     &game.panel.gravity_state.y
3702   },
3703   {
3704     "game.panel.gravity_state.align",
3705     &game.panel.gravity_state.align
3706   },
3707   {
3708     "game.panel.gravity_state.valign",
3709     &game.panel.gravity_state.valign
3710   },
3711   {
3712     "game.panel.gravity_state.chars",
3713     &game.panel.gravity_state.size
3714   },
3715   {
3716     "game.panel.gravity_state.font",
3717     &game.panel.gravity_state.font
3718   },
3719   {
3720     "game.panel.gravity_state.font_active",
3721     &game.panel.gravity_state.font_alt
3722   },
3723   {
3724     "game.panel.gravity_state.draw_masked",
3725     &game.panel.gravity_state.draw_masked
3726   },
3727   {
3728     "game.panel.gravity_state.draw_order",
3729     &game.panel.gravity_state.sort_priority
3730   },
3731   {
3732     "game.panel.graphic_1.x",
3733     &game.panel.graphic[0].x
3734   },
3735   {
3736     "game.panel.graphic_1.y",
3737     &game.panel.graphic[0].y
3738   },
3739   {
3740     "game.panel.graphic_1.draw_masked",
3741     &game.panel.graphic[0].draw_masked
3742   },
3743   {
3744     "game.panel.graphic_1.draw_order",
3745     &game.panel.graphic[0].sort_priority
3746   },
3747   {
3748     "game.panel.graphic_2.x",
3749     &game.panel.graphic[1].x
3750   },
3751   {
3752     "game.panel.graphic_2.y",
3753     &game.panel.graphic[1].y
3754   },
3755   {
3756     "game.panel.graphic_2.draw_masked",
3757     &game.panel.graphic[1].draw_masked
3758   },
3759   {
3760     "game.panel.graphic_2.draw_order",
3761     &game.panel.graphic[1].sort_priority
3762   },
3763   {
3764     "game.panel.graphic_3.x",
3765     &game.panel.graphic[2].x
3766   },
3767   {
3768     "game.panel.graphic_3.y",
3769     &game.panel.graphic[2].y
3770   },
3771   {
3772     "game.panel.graphic_3.draw_masked",
3773     &game.panel.graphic[2].draw_masked
3774   },
3775   {
3776     "game.panel.graphic_3.draw_order",
3777     &game.panel.graphic[2].sort_priority
3778   },
3779   {
3780     "game.panel.graphic_4.x",
3781     &game.panel.graphic[3].x
3782   },
3783   {
3784     "game.panel.graphic_4.y",
3785     &game.panel.graphic[3].y
3786   },
3787   {
3788     "game.panel.graphic_4.draw_masked",
3789     &game.panel.graphic[3].draw_masked
3790   },
3791   {
3792     "game.panel.graphic_4.draw_order",
3793     &game.panel.graphic[3].sort_priority
3794   },
3795   {
3796     "game.panel.graphic_5.x",
3797     &game.panel.graphic[4].x
3798   },
3799   {
3800     "game.panel.graphic_5.y",
3801     &game.panel.graphic[4].y
3802   },
3803   {
3804     "game.panel.graphic_5.draw_masked",
3805     &game.panel.graphic[4].draw_masked
3806   },
3807   {
3808     "game.panel.graphic_5.draw_order",
3809     &game.panel.graphic[4].sort_priority
3810   },
3811   {
3812     "game.panel.graphic_6.x",
3813     &game.panel.graphic[5].x
3814   },
3815   {
3816     "game.panel.graphic_6.y",
3817     &game.panel.graphic[5].y
3818   },
3819   {
3820     "game.panel.graphic_6.draw_masked",
3821     &game.panel.graphic[5].draw_masked
3822   },
3823   {
3824     "game.panel.graphic_6.draw_order",
3825     &game.panel.graphic[5].sort_priority
3826   },
3827   {
3828     "game.panel.graphic_7.x",
3829     &game.panel.graphic[6].x
3830   },
3831   {
3832     "game.panel.graphic_7.y",
3833     &game.panel.graphic[6].y
3834   },
3835   {
3836     "game.panel.graphic_7.draw_masked",
3837     &game.panel.graphic[6].draw_masked
3838   },
3839   {
3840     "game.panel.graphic_7.draw_order",
3841     &game.panel.graphic[6].sort_priority
3842   },
3843   {
3844     "game.panel.graphic_8.x",
3845     &game.panel.graphic[7].x
3846   },
3847   {
3848     "game.panel.graphic_8.y",
3849     &game.panel.graphic[7].y
3850   },
3851   {
3852     "game.panel.graphic_8.draw_masked",
3853     &game.panel.graphic[7].draw_masked
3854   },
3855   {
3856     "game.panel.graphic_8.draw_order",
3857     &game.panel.graphic[7].sort_priority
3858   },
3859   {
3860     "game.panel.element_1.x",
3861     &game.panel.element[0].x
3862   },
3863   {
3864     "game.panel.element_1.y",
3865     &game.panel.element[0].y
3866   },
3867   {
3868     "game.panel.element_1.tile_size",
3869     &game.panel.element[0].size
3870   },
3871   {
3872     "game.panel.element_1.element",
3873     &game.panel.element[0].id
3874   },
3875   {
3876     "game.panel.element_1.draw_masked",
3877     &game.panel.element[0].draw_masked
3878   },
3879   {
3880     "game.panel.element_1.draw_order",
3881     &game.panel.element[0].sort_priority
3882   },
3883   {
3884     "game.panel.element_1_count.x",
3885     &game.panel.element_count[0].x
3886   },
3887   {
3888     "game.panel.element_1_count.y",
3889     &game.panel.element_count[0].y
3890   },
3891   {
3892     "game.panel.element_1_count.align",
3893     &game.panel.element_count[0].align
3894   },
3895   {
3896     "game.panel.element_1_count.valign",
3897     &game.panel.element_count[0].valign
3898   },
3899   {
3900     "game.panel.element_1_count.digits",
3901     &game.panel.element_count[0].size
3902   },
3903   {
3904     "game.panel.element_1_count.font",
3905     &game.panel.element_count[0].font
3906   },
3907   {
3908     "game.panel.element_1_count.element",
3909     &game.panel.element_count[0].id
3910   },
3911   {
3912     "game.panel.element_1_count.draw_masked",
3913     &game.panel.element_count[0].draw_masked
3914   },
3915   {
3916     "game.panel.element_1_count.draw_order",
3917     &game.panel.element_count[0].sort_priority
3918   },
3919   {
3920     "game.panel.element_2.x",
3921     &game.panel.element[1].x
3922   },
3923   {
3924     "game.panel.element_2.y",
3925     &game.panel.element[1].y
3926   },
3927   {
3928     "game.panel.element_2.tile_size",
3929     &game.panel.element[1].size
3930   },
3931   {
3932     "game.panel.element_2.element",
3933     &game.panel.element[1].id
3934   },
3935   {
3936     "game.panel.element_2.draw_masked",
3937     &game.panel.element[1].draw_masked
3938   },
3939   {
3940     "game.panel.element_2.draw_order",
3941     &game.panel.element[1].sort_priority
3942   },
3943   {
3944     "game.panel.element_2_count.x",
3945     &game.panel.element_count[1].x
3946   },
3947   {
3948     "game.panel.element_2_count.y",
3949     &game.panel.element_count[1].y
3950   },
3951   {
3952     "game.panel.element_2_count.align",
3953     &game.panel.element_count[1].align
3954   },
3955   {
3956     "game.panel.element_2_count.valign",
3957     &game.panel.element_count[1].valign
3958   },
3959   {
3960     "game.panel.element_2_count.digits",
3961     &game.panel.element_count[1].size
3962   },
3963   {
3964     "game.panel.element_2_count.font",
3965     &game.panel.element_count[1].font
3966   },
3967   {
3968     "game.panel.element_2_count.element",
3969     &game.panel.element_count[1].id
3970   },
3971   {
3972     "game.panel.element_2_count.draw_masked",
3973     &game.panel.element_count[1].draw_masked
3974   },
3975   {
3976     "game.panel.element_2_count.draw_order",
3977     &game.panel.element_count[1].sort_priority
3978   },
3979   {
3980     "game.panel.element_3.x",
3981     &game.panel.element[2].x
3982   },
3983   {
3984     "game.panel.element_3.y",
3985     &game.panel.element[2].y
3986   },
3987   {
3988     "game.panel.element_3.tile_size",
3989     &game.panel.element[2].size
3990   },
3991   {
3992     "game.panel.element_3.element",
3993     &game.panel.element[2].id
3994   },
3995   {
3996     "game.panel.element_3.draw_masked",
3997     &game.panel.element[2].draw_masked
3998   },
3999   {
4000     "game.panel.element_3.draw_order",
4001     &game.panel.element[2].sort_priority
4002   },
4003   {
4004     "game.panel.element_3_count.x",
4005     &game.panel.element_count[2].x
4006   },
4007   {
4008     "game.panel.element_3_count.y",
4009     &game.panel.element_count[2].y
4010   },
4011   {
4012     "game.panel.element_3_count.align",
4013     &game.panel.element_count[2].align
4014   },
4015   {
4016     "game.panel.element_3_count.valign",
4017     &game.panel.element_count[2].valign
4018   },
4019   {
4020     "game.panel.element_3_count.digits",
4021     &game.panel.element_count[2].size
4022   },
4023   {
4024     "game.panel.element_3_count.font",
4025     &game.panel.element_count[2].font
4026   },
4027   {
4028     "game.panel.element_3_count.element",
4029     &game.panel.element_count[2].id
4030   },
4031   {
4032     "game.panel.element_3_count.draw_masked",
4033     &game.panel.element_count[2].draw_masked
4034   },
4035   {
4036     "game.panel.element_3_count.draw_order",
4037     &game.panel.element_count[2].sort_priority
4038   },
4039   {
4040     "game.panel.element_4.x",
4041     &game.panel.element[3].x
4042   },
4043   {
4044     "game.panel.element_4.y",
4045     &game.panel.element[3].y
4046   },
4047   {
4048     "game.panel.element_4.tile_size",
4049     &game.panel.element[3].size
4050   },
4051   {
4052     "game.panel.element_4.element",
4053     &game.panel.element[3].id
4054   },
4055   {
4056     "game.panel.element_4.draw_masked",
4057     &game.panel.element[3].draw_masked
4058   },
4059   {
4060     "game.panel.element_4.draw_order",
4061     &game.panel.element[3].sort_priority
4062   },
4063   {
4064     "game.panel.element_4_count.x",
4065     &game.panel.element_count[3].x
4066   },
4067   {
4068     "game.panel.element_4_count.y",
4069     &game.panel.element_count[3].y
4070   },
4071   {
4072     "game.panel.element_4_count.align",
4073     &game.panel.element_count[3].align
4074   },
4075   {
4076     "game.panel.element_4_count.valign",
4077     &game.panel.element_count[3].valign
4078   },
4079   {
4080     "game.panel.element_4_count.digits",
4081     &game.panel.element_count[3].size
4082   },
4083   {
4084     "game.panel.element_4_count.font",
4085     &game.panel.element_count[3].font
4086   },
4087   {
4088     "game.panel.element_4_count.element",
4089     &game.panel.element_count[3].id
4090   },
4091   {
4092     "game.panel.element_4_count.draw_masked",
4093     &game.panel.element_count[3].draw_masked
4094   },
4095   {
4096     "game.panel.element_4_count.draw_order",
4097     &game.panel.element_count[3].sort_priority
4098   },
4099   {
4100     "game.panel.element_5.x",
4101     &game.panel.element[4].x
4102   },
4103   {
4104     "game.panel.element_5.y",
4105     &game.panel.element[4].y
4106   },
4107   {
4108     "game.panel.element_5.tile_size",
4109     &game.panel.element[4].size
4110   },
4111   {
4112     "game.panel.element_5.element",
4113     &game.panel.element[4].id
4114   },
4115   {
4116     "game.panel.element_5.draw_masked",
4117     &game.panel.element[4].draw_masked
4118   },
4119   {
4120     "game.panel.element_5.draw_order",
4121     &game.panel.element[4].sort_priority
4122   },
4123   {
4124     "game.panel.element_5_count.x",
4125     &game.panel.element_count[4].x
4126   },
4127   {
4128     "game.panel.element_5_count.y",
4129     &game.panel.element_count[4].y
4130   },
4131   {
4132     "game.panel.element_5_count.align",
4133     &game.panel.element_count[4].align
4134   },
4135   {
4136     "game.panel.element_5_count.valign",
4137     &game.panel.element_count[4].valign
4138   },
4139   {
4140     "game.panel.element_5_count.digits",
4141     &game.panel.element_count[4].size
4142   },
4143   {
4144     "game.panel.element_5_count.font",
4145     &game.panel.element_count[4].font
4146   },
4147   {
4148     "game.panel.element_5_count.element",
4149     &game.panel.element_count[4].id
4150   },
4151   {
4152     "game.panel.element_5_count.draw_masked",
4153     &game.panel.element_count[4].draw_masked
4154   },
4155   {
4156     "game.panel.element_5_count.draw_order",
4157     &game.panel.element_count[4].sort_priority
4158   },
4159   {
4160     "game.panel.element_6.x",
4161     &game.panel.element[5].x
4162   },
4163   {
4164     "game.panel.element_6.y",
4165     &game.panel.element[5].y
4166   },
4167   {
4168     "game.panel.element_6.tile_size",
4169     &game.panel.element[5].size
4170   },
4171   {
4172     "game.panel.element_6.element",
4173     &game.panel.element[5].id
4174   },
4175   {
4176     "game.panel.element_6.draw_masked",
4177     &game.panel.element[5].draw_masked
4178   },
4179   {
4180     "game.panel.element_6.draw_order",
4181     &game.panel.element[5].sort_priority
4182   },
4183   {
4184     "game.panel.element_6_count.x",
4185     &game.panel.element_count[5].x
4186   },
4187   {
4188     "game.panel.element_6_count.y",
4189     &game.panel.element_count[5].y
4190   },
4191   {
4192     "game.panel.element_6_count.align",
4193     &game.panel.element_count[5].align
4194   },
4195   {
4196     "game.panel.element_6_count.valign",
4197     &game.panel.element_count[5].valign
4198   },
4199   {
4200     "game.panel.element_6_count.digits",
4201     &game.panel.element_count[5].size
4202   },
4203   {
4204     "game.panel.element_6_count.font",
4205     &game.panel.element_count[5].font
4206   },
4207   {
4208     "game.panel.element_6_count.element",
4209     &game.panel.element_count[5].id
4210   },
4211   {
4212     "game.panel.element_6_count.draw_masked",
4213     &game.panel.element_count[5].draw_masked
4214   },
4215   {
4216     "game.panel.element_6_count.draw_order",
4217     &game.panel.element_count[5].sort_priority
4218   },
4219   {
4220     "game.panel.element_7.x",
4221     &game.panel.element[6].x
4222   },
4223   {
4224     "game.panel.element_7.y",
4225     &game.panel.element[6].y
4226   },
4227   {
4228     "game.panel.element_7.tile_size",
4229     &game.panel.element[6].size
4230   },
4231   {
4232     "game.panel.element_7.element",
4233     &game.panel.element[6].id
4234   },
4235   {
4236     "game.panel.element_7.draw_masked",
4237     &game.panel.element[6].draw_masked
4238   },
4239   {
4240     "game.panel.element_7.draw_order",
4241     &game.panel.element[6].sort_priority
4242   },
4243   {
4244     "game.panel.element_7_count.x",
4245     &game.panel.element_count[6].x
4246   },
4247   {
4248     "game.panel.element_7_count.y",
4249     &game.panel.element_count[6].y
4250   },
4251   {
4252     "game.panel.element_7_count.align",
4253     &game.panel.element_count[6].align
4254   },
4255   {
4256     "game.panel.element_7_count.valign",
4257     &game.panel.element_count[6].valign
4258   },
4259   {
4260     "game.panel.element_7_count.digits",
4261     &game.panel.element_count[6].size
4262   },
4263   {
4264     "game.panel.element_7_count.font",
4265     &game.panel.element_count[6].font
4266   },
4267   {
4268     "game.panel.element_7_count.element",
4269     &game.panel.element_count[6].id
4270   },
4271   {
4272     "game.panel.element_7_count.draw_masked",
4273     &game.panel.element_count[6].draw_masked
4274   },
4275   {
4276     "game.panel.element_7_count.draw_order",
4277     &game.panel.element_count[6].sort_priority
4278   },
4279   {
4280     "game.panel.element_8.x",
4281     &game.panel.element[7].x
4282   },
4283   {
4284     "game.panel.element_8.y",
4285     &game.panel.element[7].y
4286   },
4287   {
4288     "game.panel.element_8.tile_size",
4289     &game.panel.element[7].size
4290   },
4291   {
4292     "game.panel.element_8.element",
4293     &game.panel.element[7].id
4294   },
4295   {
4296     "game.panel.element_8.draw_masked",
4297     &game.panel.element[7].draw_masked
4298   },
4299   {
4300     "game.panel.element_8.draw_order",
4301     &game.panel.element[7].sort_priority
4302   },
4303   {
4304     "game.panel.element_8_count.x",
4305     &game.panel.element_count[7].x
4306   },
4307   {
4308     "game.panel.element_8_count.y",
4309     &game.panel.element_count[7].y
4310   },
4311   {
4312     "game.panel.element_8_count.align",
4313     &game.panel.element_count[7].align
4314   },
4315   {
4316     "game.panel.element_8_count.valign",
4317     &game.panel.element_count[7].valign
4318   },
4319   {
4320     "game.panel.element_8_count.digits",
4321     &game.panel.element_count[7].size
4322   },
4323   {
4324     "game.panel.element_8_count.font",
4325     &game.panel.element_count[7].font
4326   },
4327   {
4328     "game.panel.element_8_count.element",
4329     &game.panel.element_count[7].id
4330   },
4331   {
4332     "game.panel.element_8_count.draw_masked",
4333     &game.panel.element_count[7].draw_masked
4334   },
4335   {
4336     "game.panel.element_8_count.draw_order",
4337     &game.panel.element_count[7].sort_priority
4338   },
4339   {
4340     "game.panel.ce_score_1.x",
4341     &game.panel.ce_score[0].x
4342   },
4343   {
4344     "game.panel.ce_score_1.y",
4345     &game.panel.ce_score[0].y
4346   },
4347   {
4348     "game.panel.ce_score_1.align",
4349     &game.panel.ce_score[0].align
4350   },
4351   {
4352     "game.panel.ce_score_1.valign",
4353     &game.panel.ce_score[0].valign
4354   },
4355   {
4356     "game.panel.ce_score_1.digits",
4357     &game.panel.ce_score[0].size
4358   },
4359   {
4360     "game.panel.ce_score_1.font",
4361     &game.panel.ce_score[0].font
4362   },
4363   {
4364     "game.panel.ce_score_1.element",
4365     &game.panel.ce_score[0].id
4366   },
4367   {
4368     "game.panel.ce_score_1.draw_masked",
4369     &game.panel.ce_score[0].draw_masked
4370   },
4371   {
4372     "game.panel.ce_score_1.draw_order",
4373     &game.panel.ce_score[0].sort_priority
4374   },
4375   {
4376     "game.panel.ce_score_1_element.x",
4377     &game.panel.ce_score_element[0].x
4378   },
4379   {
4380     "game.panel.ce_score_1_element.y",
4381     &game.panel.ce_score_element[0].y
4382   },
4383   {
4384     "game.panel.ce_score_1_element.tile_size",
4385     &game.panel.ce_score_element[0].size
4386   },
4387   {
4388     "game.panel.ce_score_1_element.element",
4389     &game.panel.ce_score_element[0].id
4390   },
4391   {
4392     "game.panel.ce_score_1_element.draw_masked",
4393     &game.panel.ce_score_element[0].draw_masked
4394   },
4395   {
4396     "game.panel.ce_score_1_element.draw_order",
4397     &game.panel.ce_score_element[0].sort_priority
4398   },
4399   {
4400     "game.panel.ce_score_2.x",
4401     &game.panel.ce_score[1].x
4402   },
4403   {
4404     "game.panel.ce_score_2.y",
4405     &game.panel.ce_score[1].y
4406   },
4407   {
4408     "game.panel.ce_score_2.align",
4409     &game.panel.ce_score[1].align
4410   },
4411   {
4412     "game.panel.ce_score_2.valign",
4413     &game.panel.ce_score[1].valign
4414   },
4415   {
4416     "game.panel.ce_score_2.digits",
4417     &game.panel.ce_score[1].size
4418   },
4419   {
4420     "game.panel.ce_score_2.font",
4421     &game.panel.ce_score[1].font
4422   },
4423   {
4424     "game.panel.ce_score_2.element",
4425     &game.panel.ce_score[1].id
4426   },
4427   {
4428     "game.panel.ce_score_2.draw_masked",
4429     &game.panel.ce_score[1].draw_masked
4430   },
4431   {
4432     "game.panel.ce_score_2.draw_order",
4433     &game.panel.ce_score[1].sort_priority
4434   },
4435   {
4436     "game.panel.ce_score_2_element.x",
4437     &game.panel.ce_score_element[1].x
4438   },
4439   {
4440     "game.panel.ce_score_2_element.y",
4441     &game.panel.ce_score_element[1].y
4442   },
4443   {
4444     "game.panel.ce_score_2_element.tile_size",
4445     &game.panel.ce_score_element[1].size
4446   },
4447   {
4448     "game.panel.ce_score_2_element.element",
4449     &game.panel.ce_score_element[1].id
4450   },
4451   {
4452     "game.panel.ce_score_2_element.draw_masked",
4453     &game.panel.ce_score_element[1].draw_masked
4454   },
4455   {
4456     "game.panel.ce_score_2_element.draw_order",
4457     &game.panel.ce_score_element[1].sort_priority
4458   },
4459   {
4460     "game.panel.ce_score_3.x",
4461     &game.panel.ce_score[2].x
4462   },
4463   {
4464     "game.panel.ce_score_3.y",
4465     &game.panel.ce_score[2].y
4466   },
4467   {
4468     "game.panel.ce_score_3.align",
4469     &game.panel.ce_score[2].align
4470   },
4471   {
4472     "game.panel.ce_score_3.valign",
4473     &game.panel.ce_score[2].valign
4474   },
4475   {
4476     "game.panel.ce_score_3.digits",
4477     &game.panel.ce_score[2].size
4478   },
4479   {
4480     "game.panel.ce_score_3.font",
4481     &game.panel.ce_score[2].font
4482   },
4483   {
4484     "game.panel.ce_score_3.element",
4485     &game.panel.ce_score[2].id
4486   },
4487   {
4488     "game.panel.ce_score_3.draw_masked",
4489     &game.panel.ce_score[2].draw_masked
4490   },
4491   {
4492     "game.panel.ce_score_3.draw_order",
4493     &game.panel.ce_score[2].sort_priority
4494   },
4495   {
4496     "game.panel.ce_score_3_element.x",
4497     &game.panel.ce_score_element[2].x
4498   },
4499   {
4500     "game.panel.ce_score_3_element.y",
4501     &game.panel.ce_score_element[2].y
4502   },
4503   {
4504     "game.panel.ce_score_3_element.tile_size",
4505     &game.panel.ce_score_element[2].size
4506   },
4507   {
4508     "game.panel.ce_score_3_element.element",
4509     &game.panel.ce_score_element[2].id
4510   },
4511   {
4512     "game.panel.ce_score_3_element.draw_masked",
4513     &game.panel.ce_score_element[2].draw_masked
4514   },
4515   {
4516     "game.panel.ce_score_3_element.draw_order",
4517     &game.panel.ce_score_element[2].sort_priority
4518   },
4519   {
4520     "game.panel.ce_score_4.x",
4521     &game.panel.ce_score[3].x
4522   },
4523   {
4524     "game.panel.ce_score_4.y",
4525     &game.panel.ce_score[3].y
4526   },
4527   {
4528     "game.panel.ce_score_4.align",
4529     &game.panel.ce_score[3].align
4530   },
4531   {
4532     "game.panel.ce_score_4.valign",
4533     &game.panel.ce_score[3].valign
4534   },
4535   {
4536     "game.panel.ce_score_4.digits",
4537     &game.panel.ce_score[3].size
4538   },
4539   {
4540     "game.panel.ce_score_4.font",
4541     &game.panel.ce_score[3].font
4542   },
4543   {
4544     "game.panel.ce_score_4.element",
4545     &game.panel.ce_score[3].id
4546   },
4547   {
4548     "game.panel.ce_score_4.draw_masked",
4549     &game.panel.ce_score[3].draw_masked
4550   },
4551   {
4552     "game.panel.ce_score_4.draw_order",
4553     &game.panel.ce_score[3].sort_priority
4554   },
4555   {
4556     "game.panel.ce_score_4_element.x",
4557     &game.panel.ce_score_element[3].x
4558   },
4559   {
4560     "game.panel.ce_score_4_element.y",
4561     &game.panel.ce_score_element[3].y
4562   },
4563   {
4564     "game.panel.ce_score_4_element.tile_size",
4565     &game.panel.ce_score_element[3].size
4566   },
4567   {
4568     "game.panel.ce_score_4_element.element",
4569     &game.panel.ce_score_element[3].id
4570   },
4571   {
4572     "game.panel.ce_score_4_element.draw_masked",
4573     &game.panel.ce_score_element[3].draw_masked
4574   },
4575   {
4576     "game.panel.ce_score_4_element.draw_order",
4577     &game.panel.ce_score_element[3].sort_priority
4578   },
4579   {
4580     "game.panel.ce_score_5.x",
4581     &game.panel.ce_score[4].x
4582   },
4583   {
4584     "game.panel.ce_score_5.y",
4585     &game.panel.ce_score[4].y
4586   },
4587   {
4588     "game.panel.ce_score_5.align",
4589     &game.panel.ce_score[4].align
4590   },
4591   {
4592     "game.panel.ce_score_5.valign",
4593     &game.panel.ce_score[4].valign
4594   },
4595   {
4596     "game.panel.ce_score_5.digits",
4597     &game.panel.ce_score[4].size
4598   },
4599   {
4600     "game.panel.ce_score_5.font",
4601     &game.panel.ce_score[4].font
4602   },
4603   {
4604     "game.panel.ce_score_5.element",
4605     &game.panel.ce_score[4].id
4606   },
4607   {
4608     "game.panel.ce_score_5.draw_masked",
4609     &game.panel.ce_score[4].draw_masked
4610   },
4611   {
4612     "game.panel.ce_score_5.draw_order",
4613     &game.panel.ce_score[4].sort_priority
4614   },
4615   {
4616     "game.panel.ce_score_5_element.x",
4617     &game.panel.ce_score_element[4].x
4618   },
4619   {
4620     "game.panel.ce_score_5_element.y",
4621     &game.panel.ce_score_element[4].y
4622   },
4623   {
4624     "game.panel.ce_score_5_element.tile_size",
4625     &game.panel.ce_score_element[4].size
4626   },
4627   {
4628     "game.panel.ce_score_5_element.element",
4629     &game.panel.ce_score_element[4].id
4630   },
4631   {
4632     "game.panel.ce_score_5_element.draw_masked",
4633     &game.panel.ce_score_element[4].draw_masked
4634   },
4635   {
4636     "game.panel.ce_score_5_element.draw_order",
4637     &game.panel.ce_score_element[4].sort_priority
4638   },
4639   {
4640     "game.panel.ce_score_6.x",
4641     &game.panel.ce_score[5].x
4642   },
4643   {
4644     "game.panel.ce_score_6.y",
4645     &game.panel.ce_score[5].y
4646   },
4647   {
4648     "game.panel.ce_score_6.align",
4649     &game.panel.ce_score[5].align
4650   },
4651   {
4652     "game.panel.ce_score_6.valign",
4653     &game.panel.ce_score[5].valign
4654   },
4655   {
4656     "game.panel.ce_score_6.digits",
4657     &game.panel.ce_score[5].size
4658   },
4659   {
4660     "game.panel.ce_score_6.font",
4661     &game.panel.ce_score[5].font
4662   },
4663   {
4664     "game.panel.ce_score_6.element",
4665     &game.panel.ce_score[5].id
4666   },
4667   {
4668     "game.panel.ce_score_6.draw_masked",
4669     &game.panel.ce_score[5].draw_masked
4670   },
4671   {
4672     "game.panel.ce_score_6.draw_order",
4673     &game.panel.ce_score[5].sort_priority
4674   },
4675   {
4676     "game.panel.ce_score_6_element.x",
4677     &game.panel.ce_score_element[5].x
4678   },
4679   {
4680     "game.panel.ce_score_6_element.y",
4681     &game.panel.ce_score_element[5].y
4682   },
4683   {
4684     "game.panel.ce_score_6_element.tile_size",
4685     &game.panel.ce_score_element[5].size
4686   },
4687   {
4688     "game.panel.ce_score_6_element.element",
4689     &game.panel.ce_score_element[5].id
4690   },
4691   {
4692     "game.panel.ce_score_6_element.draw_masked",
4693     &game.panel.ce_score_element[5].draw_masked
4694   },
4695   {
4696     "game.panel.ce_score_6_element.draw_order",
4697     &game.panel.ce_score_element[5].sort_priority
4698   },
4699   {
4700     "game.panel.ce_score_7.x",
4701     &game.panel.ce_score[6].x
4702   },
4703   {
4704     "game.panel.ce_score_7.y",
4705     &game.panel.ce_score[6].y
4706   },
4707   {
4708     "game.panel.ce_score_7.align",
4709     &game.panel.ce_score[6].align
4710   },
4711   {
4712     "game.panel.ce_score_7.valign",
4713     &game.panel.ce_score[6].valign
4714   },
4715   {
4716     "game.panel.ce_score_7.digits",
4717     &game.panel.ce_score[6].size
4718   },
4719   {
4720     "game.panel.ce_score_7.font",
4721     &game.panel.ce_score[6].font
4722   },
4723   {
4724     "game.panel.ce_score_7.element",
4725     &game.panel.ce_score[6].id
4726   },
4727   {
4728     "game.panel.ce_score_7.draw_masked",
4729     &game.panel.ce_score[6].draw_masked
4730   },
4731   {
4732     "game.panel.ce_score_7.draw_order",
4733     &game.panel.ce_score[6].sort_priority
4734   },
4735   {
4736     "game.panel.ce_score_7_element.x",
4737     &game.panel.ce_score_element[6].x
4738   },
4739   {
4740     "game.panel.ce_score_7_element.y",
4741     &game.panel.ce_score_element[6].y
4742   },
4743   {
4744     "game.panel.ce_score_7_element.tile_size",
4745     &game.panel.ce_score_element[6].size
4746   },
4747   {
4748     "game.panel.ce_score_7_element.element",
4749     &game.panel.ce_score_element[6].id
4750   },
4751   {
4752     "game.panel.ce_score_7_element.draw_masked",
4753     &game.panel.ce_score_element[6].draw_masked
4754   },
4755   {
4756     "game.panel.ce_score_7_element.draw_order",
4757     &game.panel.ce_score_element[6].sort_priority
4758   },
4759   {
4760     "game.panel.ce_score_8.x",
4761     &game.panel.ce_score[7].x
4762   },
4763   {
4764     "game.panel.ce_score_8.y",
4765     &game.panel.ce_score[7].y
4766   },
4767   {
4768     "game.panel.ce_score_8.align",
4769     &game.panel.ce_score[7].align
4770   },
4771   {
4772     "game.panel.ce_score_8.valign",
4773     &game.panel.ce_score[7].valign
4774   },
4775   {
4776     "game.panel.ce_score_8.digits",
4777     &game.panel.ce_score[7].size
4778   },
4779   {
4780     "game.panel.ce_score_8.font",
4781     &game.panel.ce_score[7].font
4782   },
4783   {
4784     "game.panel.ce_score_8.element",
4785     &game.panel.ce_score[7].id
4786   },
4787   {
4788     "game.panel.ce_score_8.draw_masked",
4789     &game.panel.ce_score[7].draw_masked
4790   },
4791   {
4792     "game.panel.ce_score_8.draw_order",
4793     &game.panel.ce_score[7].sort_priority
4794   },
4795   {
4796     "game.panel.ce_score_8_element.x",
4797     &game.panel.ce_score_element[7].x
4798   },
4799   {
4800     "game.panel.ce_score_8_element.y",
4801     &game.panel.ce_score_element[7].y
4802   },
4803   {
4804     "game.panel.ce_score_8_element.tile_size",
4805     &game.panel.ce_score_element[7].size
4806   },
4807   {
4808     "game.panel.ce_score_8_element.element",
4809     &game.panel.ce_score_element[7].id
4810   },
4811   {
4812     "game.panel.ce_score_8_element.draw_masked",
4813     &game.panel.ce_score_element[7].draw_masked
4814   },
4815   {
4816     "game.panel.ce_score_8_element.draw_order",
4817     &game.panel.ce_score_element[7].sort_priority
4818   },
4819   {
4820     "game.panel.player_name.x",
4821     &game.panel.player_name.x
4822   },
4823   {
4824     "game.panel.player_name.y",
4825     &game.panel.player_name.y
4826   },
4827   {
4828     "game.panel.player_name.align",
4829     &game.panel.player_name.align
4830   },
4831   {
4832     "game.panel.player_name.valign",
4833     &game.panel.player_name.valign
4834   },
4835   {
4836     "game.panel.player_name.chars",
4837     &game.panel.player_name.size
4838   },
4839   {
4840     "game.panel.player_name.font",
4841     &game.panel.player_name.font
4842   },
4843   {
4844     "game.panel.player_name.draw_masked",
4845     &game.panel.player_name.draw_masked
4846   },
4847   {
4848     "game.panel.player_name.draw_order",
4849     &game.panel.player_name.sort_priority
4850   },
4851   {
4852     "game.panel.level_name.x",
4853     &game.panel.level_name.x
4854   },
4855   {
4856     "game.panel.level_name.y",
4857     &game.panel.level_name.y
4858   },
4859   {
4860     "game.panel.level_name.align",
4861     &game.panel.level_name.align
4862   },
4863   {
4864     "game.panel.level_name.valign",
4865     &game.panel.level_name.valign
4866   },
4867   {
4868     "game.panel.level_name.chars",
4869     &game.panel.level_name.size
4870   },
4871   {
4872     "game.panel.level_name.font",
4873     &game.panel.level_name.font
4874   },
4875   {
4876     "game.panel.level_name.draw_masked",
4877     &game.panel.level_name.draw_masked
4878   },
4879   {
4880     "game.panel.level_name.draw_order",
4881     &game.panel.level_name.sort_priority
4882   },
4883   {
4884     "game.panel.level_author.x",
4885     &game.panel.level_author.x
4886   },
4887   {
4888     "game.panel.level_author.y",
4889     &game.panel.level_author.y
4890   },
4891   {
4892     "game.panel.level_author.align",
4893     &game.panel.level_author.align
4894   },
4895   {
4896     "game.panel.level_author.valign",
4897     &game.panel.level_author.valign
4898   },
4899   {
4900     "game.panel.level_author.chars",
4901     &game.panel.level_author.size
4902   },
4903   {
4904     "game.panel.level_author.font",
4905     &game.panel.level_author.font
4906   },
4907   {
4908     "game.panel.level_author.draw_masked",
4909     &game.panel.level_author.draw_masked
4910   },
4911   {
4912     "game.panel.level_author.draw_order",
4913     &game.panel.level_author.sort_priority
4914   },
4915   {
4916     "game.button.stop.x",
4917     &game.button.stop.x
4918   },
4919   {
4920     "game.button.stop.y",
4921     &game.button.stop.y
4922   },
4923   {
4924     "game.button.pause.x",
4925     &game.button.pause.x
4926   },
4927   {
4928     "game.button.pause.y",
4929     &game.button.pause.y
4930   },
4931   {
4932     "game.button.play.x",
4933     &game.button.play.x
4934   },
4935   {
4936     "game.button.play.y",
4937     &game.button.play.y
4938   },
4939   {
4940     "game.button.sound_music.x",
4941     &game.button.sound_music.x
4942   },
4943   {
4944     "game.button.sound_music.y",
4945     &game.button.sound_music.y
4946   },
4947   {
4948     "game.button.sound_loops.x",
4949     &game.button.sound_loops.x
4950   },
4951   {
4952     "game.button.sound_loops.y",
4953     &game.button.sound_loops.y
4954   },
4955   {
4956     "game.button.sound_simple.x",
4957     &game.button.sound_simple.x
4958   },
4959   {
4960     "game.button.sound_simple.y",
4961     &game.button.sound_simple.y
4962   },
4963   {
4964     "game.forced_scroll_delay_value",
4965     &game.forced_scroll_delay_value
4966   },
4967   {
4968     "game.use_native_emc_graphics_engine",
4969     &game.use_native_emc_graphics_engine
4970   },
4971   {
4972     "[player].boring_delay_fixed",
4973     &game.player_boring_delay_fixed
4974   },
4975   {
4976     "[player].boring_delay_random",
4977     &game.player_boring_delay_random
4978   },
4979   {
4980     "[player].sleeping_delay_fixed",
4981     &game.player_sleeping_delay_fixed
4982   },
4983   {
4984     "[player].sleeping_delay_random",
4985     &game.player_sleeping_delay_random
4986   },
4987   {
4988     NULL,
4989     NULL
4990   },
4991 };
4992
4993 #endif  /* CONF_VAR_C */