rnd-20070407-2-src
[rocksndiamonds.git] / src / conf_var.c
index ff66e47a6102cf3a50f92de1b4674a4c728f816a..c8cd2f663c87928963a1b9b270f281d26a6e069e 100644 (file)
 
 struct TokenIntPtrInfo image_config_vars[] =
 {
+  {
+    "[title_initial].fade_mode",
+    &title_initial_default.fade_mode
+  },
+  {
+    "[title_initial].fade_delay",
+    &title_initial_default.fade_delay
+  },
+  {
+    "[title_initial].post_delay",
+    &title_initial_default.post_delay
+  },
+  {
+    "[title_initial].auto_delay",
+    &title_initial_default.auto_delay
+  },
+  {
+    "[title].fade_mode",
+    &title_default.fade_mode
+  },
+  {
+    "[title].fade_delay",
+    &title_default.fade_delay
+  },
+  {
+    "[title].post_delay",
+    &title_default.post_delay
+  },
+  {
+    "[title].auto_delay",
+    &title_default.auto_delay
+  },
+  {
+    "[titlemessage_initial].x",
+    &titlemessage_initial_default.x
+  },
+  {
+    "[titlemessage_initial].y",
+    &titlemessage_initial_default.y
+  },
+  {
+    "[titlemessage_initial].width",
+    &titlemessage_initial_default.width
+  },
+  {
+    "[titlemessage_initial].height",
+    &titlemessage_initial_default.height
+  },
+  {
+    "[titlemessage_initial].chars",
+    &titlemessage_initial_default.chars
+  },
+  {
+    "[titlemessage_initial].lines",
+    &titlemessage_initial_default.lines
+  },
+  {
+    "[titlemessage_initial].align",
+    &titlemessage_initial_default.align
+  },
+  {
+    "[titlemessage_initial].valign",
+    &titlemessage_initial_default.valign
+  },
+  {
+    "[titlemessage_initial].font",
+    &titlemessage_initial_default.font
+  },
+  {
+    "[titlemessage_initial].autowrap",
+    &titlemessage_initial_default.autowrap
+  },
+  {
+    "[titlemessage_initial].centered",
+    &titlemessage_initial_default.centered
+  },
+  {
+    "[titlemessage_initial].parse_comments",
+    &titlemessage_initial_default.parse_comments
+  },
+  {
+    "[titlemessage_initial].sort_priority",
+    &titlemessage_initial_default.sort_priority
+  },
+  {
+    "[titlemessage_initial].fade_mode",
+    &titlemessage_initial_default.fade_mode
+  },
+  {
+    "[titlemessage_initial].fade_delay",
+    &titlemessage_initial_default.fade_delay
+  },
+  {
+    "[titlemessage_initial].post_delay",
+    &titlemessage_initial_default.post_delay
+  },
+  {
+    "[titlemessage_initial].auto_delay",
+    &titlemessage_initial_default.auto_delay
+  },
+  {
+    "[titlemessage].x",
+    &titlemessage_default.x
+  },
+  {
+    "[titlemessage].y",
+    &titlemessage_default.y
+  },
+  {
+    "[titlemessage].width",
+    &titlemessage_default.width
+  },
+  {
+    "[titlemessage].height",
+    &titlemessage_default.height
+  },
+  {
+    "[titlemessage].chars",
+    &titlemessage_default.chars
+  },
+  {
+    "[titlemessage].lines",
+    &titlemessage_default.lines
+  },
+  {
+    "[titlemessage].align",
+    &titlemessage_default.align
+  },
+  {
+    "[titlemessage].valign",
+    &titlemessage_default.valign
+  },
+  {
+    "[titlemessage].font",
+    &titlemessage_default.font
+  },
+  {
+    "[titlemessage].autowrap",
+    &titlemessage_default.autowrap
+  },
+  {
+    "[titlemessage].centered",
+    &titlemessage_default.centered
+  },
+  {
+    "[titlemessage].parse_comments",
+    &titlemessage_default.parse_comments
+  },
+  {
+    "[titlemessage].sort_priority",
+    &titlemessage_default.sort_priority
+  },
+  {
+    "[titlemessage].fade_mode",
+    &titlemessage_default.fade_mode
+  },
+  {
+    "[titlemessage].fade_delay",
+    &titlemessage_default.fade_delay
+  },
+  {
+    "[titlemessage].post_delay",
+    &titlemessage_default.post_delay
+  },
+  {
+    "[titlemessage].auto_delay",
+    &titlemessage_default.auto_delay
+  },
   {
     "titlemessage_initial_1.x",
     &titlemessage_initial[0].x
@@ -48,6 +216,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_initial_1.align",
     &titlemessage_initial[0].align
   },
+  {
+    "titlemessage_initial_1.valign",
+    &titlemessage_initial[0].valign
+  },
   {
     "titlemessage_initial_1.font",
     &titlemessage_initial[0].font
@@ -61,13 +233,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage_initial[0].centered
   },
   {
-    "titlemessage_initial_1.skip_comments",
-    &titlemessage_initial[0].skip_comments
+    "titlemessage_initial_1.parse_comments",
+    &titlemessage_initial[0].parse_comments
   },
   {
     "titlemessage_initial_1.sort_priority",
     &titlemessage_initial[0].sort_priority
   },
+  {
+    "titlemessage_initial_1.fade_mode",
+    &titlemessage_initial[0].fade_mode
+  },
+  {
+    "titlemessage_initial_1.fade_delay",
+    &titlemessage_initial[0].fade_delay
+  },
+  {
+    "titlemessage_initial_1.post_delay",
+    &titlemessage_initial[0].post_delay
+  },
+  {
+    "titlemessage_initial_1.auto_delay",
+    &titlemessage_initial[0].auto_delay
+  },
   {
     "titlemessage_initial_2.x",
     &titlemessage_initial[1].x
@@ -96,6 +284,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_initial_2.align",
     &titlemessage_initial[1].align
   },
+  {
+    "titlemessage_initial_2.valign",
+    &titlemessage_initial[1].valign
+  },
   {
     "titlemessage_initial_2.font",
     &titlemessage_initial[1].font
@@ -109,13 +301,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage_initial[1].centered
   },
   {
-    "titlemessage_initial_2.skip_comments",
-    &titlemessage_initial[1].skip_comments
+    "titlemessage_initial_2.parse_comments",
+    &titlemessage_initial[1].parse_comments
   },
   {
     "titlemessage_initial_2.sort_priority",
     &titlemessage_initial[1].sort_priority
   },
+  {
+    "titlemessage_initial_2.fade_mode",
+    &titlemessage_initial[1].fade_mode
+  },
+  {
+    "titlemessage_initial_2.fade_delay",
+    &titlemessage_initial[1].fade_delay
+  },
+  {
+    "titlemessage_initial_2.post_delay",
+    &titlemessage_initial[1].post_delay
+  },
+  {
+    "titlemessage_initial_2.auto_delay",
+    &titlemessage_initial[1].auto_delay
+  },
   {
     "titlemessage_initial_3.x",
     &titlemessage_initial[2].x
@@ -144,6 +352,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_initial_3.align",
     &titlemessage_initial[2].align
   },
+  {
+    "titlemessage_initial_3.valign",
+    &titlemessage_initial[2].valign
+  },
   {
     "titlemessage_initial_3.font",
     &titlemessage_initial[2].font
@@ -157,13 +369,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage_initial[2].centered
   },
   {
-    "titlemessage_initial_3.skip_comments",
-    &titlemessage_initial[2].skip_comments
+    "titlemessage_initial_3.parse_comments",
+    &titlemessage_initial[2].parse_comments
   },
   {
     "titlemessage_initial_3.sort_priority",
     &titlemessage_initial[2].sort_priority
   },
+  {
+    "titlemessage_initial_3.fade_mode",
+    &titlemessage_initial[2].fade_mode
+  },
+  {
+    "titlemessage_initial_3.fade_delay",
+    &titlemessage_initial[2].fade_delay
+  },
+  {
+    "titlemessage_initial_3.post_delay",
+    &titlemessage_initial[2].post_delay
+  },
+  {
+    "titlemessage_initial_3.auto_delay",
+    &titlemessage_initial[2].auto_delay
+  },
   {
     "titlemessage_initial_4.x",
     &titlemessage_initial[3].x
@@ -192,6 +420,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_initial_4.align",
     &titlemessage_initial[3].align
   },
+  {
+    "titlemessage_initial_4.valign",
+    &titlemessage_initial[3].valign
+  },
   {
     "titlemessage_initial_4.font",
     &titlemessage_initial[3].font
@@ -205,13 +437,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage_initial[3].centered
   },
   {
-    "titlemessage_initial_4.skip_comments",
-    &titlemessage_initial[3].skip_comments
+    "titlemessage_initial_4.parse_comments",
+    &titlemessage_initial[3].parse_comments
   },
   {
     "titlemessage_initial_4.sort_priority",
     &titlemessage_initial[3].sort_priority
   },
+  {
+    "titlemessage_initial_4.fade_mode",
+    &titlemessage_initial[3].fade_mode
+  },
+  {
+    "titlemessage_initial_4.fade_delay",
+    &titlemessage_initial[3].fade_delay
+  },
+  {
+    "titlemessage_initial_4.post_delay",
+    &titlemessage_initial[3].post_delay
+  },
+  {
+    "titlemessage_initial_4.auto_delay",
+    &titlemessage_initial[3].auto_delay
+  },
   {
     "titlemessage_initial_5.x",
     &titlemessage_initial[4].x
@@ -240,6 +488,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_initial_5.align",
     &titlemessage_initial[4].align
   },
+  {
+    "titlemessage_initial_5.valign",
+    &titlemessage_initial[4].valign
+  },
   {
     "titlemessage_initial_5.font",
     &titlemessage_initial[4].font
@@ -253,13 +505,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage_initial[4].centered
   },
   {
-    "titlemessage_initial_5.skip_comments",
-    &titlemessage_initial[4].skip_comments
+    "titlemessage_initial_5.parse_comments",
+    &titlemessage_initial[4].parse_comments
   },
   {
     "titlemessage_initial_5.sort_priority",
     &titlemessage_initial[4].sort_priority
   },
+  {
+    "titlemessage_initial_5.fade_mode",
+    &titlemessage_initial[4].fade_mode
+  },
+  {
+    "titlemessage_initial_5.fade_delay",
+    &titlemessage_initial[4].fade_delay
+  },
+  {
+    "titlemessage_initial_5.post_delay",
+    &titlemessage_initial[4].post_delay
+  },
+  {
+    "titlemessage_initial_5.auto_delay",
+    &titlemessage_initial[4].auto_delay
+  },
   {
     "titlemessage_1.x",
     &titlemessage[0].x
@@ -288,6 +556,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_1.align",
     &titlemessage[0].align
   },
+  {
+    "titlemessage_1.valign",
+    &titlemessage[0].valign
+  },
   {
     "titlemessage_1.font",
     &titlemessage[0].font
@@ -301,13 +573,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage[0].centered
   },
   {
-    "titlemessage_1.skip_comments",
-    &titlemessage[0].skip_comments
+    "titlemessage_1.parse_comments",
+    &titlemessage[0].parse_comments
   },
   {
     "titlemessage_1.sort_priority",
     &titlemessage[0].sort_priority
   },
+  {
+    "titlemessage_1.fade_mode",
+    &titlemessage[0].fade_mode
+  },
+  {
+    "titlemessage_1.fade_delay",
+    &titlemessage[0].fade_delay
+  },
+  {
+    "titlemessage_1.post_delay",
+    &titlemessage[0].post_delay
+  },
+  {
+    "titlemessage_1.auto_delay",
+    &titlemessage[0].auto_delay
+  },
   {
     "titlemessage_2.x",
     &titlemessage[1].x
@@ -336,6 +624,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_2.align",
     &titlemessage[1].align
   },
+  {
+    "titlemessage_2.valign",
+    &titlemessage[1].valign
+  },
   {
     "titlemessage_2.font",
     &titlemessage[1].font
@@ -349,13 +641,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage[1].centered
   },
   {
-    "titlemessage_2.skip_comments",
-    &titlemessage[1].skip_comments
+    "titlemessage_2.parse_comments",
+    &titlemessage[1].parse_comments
   },
   {
     "titlemessage_2.sort_priority",
     &titlemessage[1].sort_priority
   },
+  {
+    "titlemessage_2.fade_mode",
+    &titlemessage[1].fade_mode
+  },
+  {
+    "titlemessage_2.fade_delay",
+    &titlemessage[1].fade_delay
+  },
+  {
+    "titlemessage_2.post_delay",
+    &titlemessage[1].post_delay
+  },
+  {
+    "titlemessage_2.auto_delay",
+    &titlemessage[1].auto_delay
+  },
   {
     "titlemessage_3.x",
     &titlemessage[2].x
@@ -384,6 +692,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_3.align",
     &titlemessage[2].align
   },
+  {
+    "titlemessage_3.valign",
+    &titlemessage[2].valign
+  },
   {
     "titlemessage_3.font",
     &titlemessage[2].font
@@ -397,13 +709,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage[2].centered
   },
   {
-    "titlemessage_3.skip_comments",
-    &titlemessage[2].skip_comments
+    "titlemessage_3.parse_comments",
+    &titlemessage[2].parse_comments
   },
   {
     "titlemessage_3.sort_priority",
     &titlemessage[2].sort_priority
   },
+  {
+    "titlemessage_3.fade_mode",
+    &titlemessage[2].fade_mode
+  },
+  {
+    "titlemessage_3.fade_delay",
+    &titlemessage[2].fade_delay
+  },
+  {
+    "titlemessage_3.post_delay",
+    &titlemessage[2].post_delay
+  },
+  {
+    "titlemessage_3.auto_delay",
+    &titlemessage[2].auto_delay
+  },
   {
     "titlemessage_4.x",
     &titlemessage[3].x
@@ -432,6 +760,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_4.align",
     &titlemessage[3].align
   },
+  {
+    "titlemessage_4.valign",
+    &titlemessage[3].valign
+  },
   {
     "titlemessage_4.font",
     &titlemessage[3].font
@@ -445,13 +777,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage[3].centered
   },
   {
-    "titlemessage_4.skip_comments",
-    &titlemessage[3].skip_comments
+    "titlemessage_4.parse_comments",
+    &titlemessage[3].parse_comments
   },
   {
     "titlemessage_4.sort_priority",
     &titlemessage[3].sort_priority
   },
+  {
+    "titlemessage_4.fade_mode",
+    &titlemessage[3].fade_mode
+  },
+  {
+    "titlemessage_4.fade_delay",
+    &titlemessage[3].fade_delay
+  },
+  {
+    "titlemessage_4.post_delay",
+    &titlemessage[3].post_delay
+  },
+  {
+    "titlemessage_4.auto_delay",
+    &titlemessage[3].auto_delay
+  },
   {
     "titlemessage_5.x",
     &titlemessage[4].x
@@ -480,6 +828,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "titlemessage_5.align",
     &titlemessage[4].align
   },
+  {
+    "titlemessage_5.valign",
+    &titlemessage[4].valign
+  },
   {
     "titlemessage_5.font",
     &titlemessage[4].font
@@ -493,13 +845,29 @@ struct TokenIntPtrInfo image_config_vars[] =
     &titlemessage[4].centered
   },
   {
-    "titlemessage_5.skip_comments",
-    &titlemessage[4].skip_comments
+    "titlemessage_5.parse_comments",
+    &titlemessage[4].parse_comments
   },
   {
     "titlemessage_5.sort_priority",
     &titlemessage[4].sort_priority
   },
+  {
+    "titlemessage_5.fade_mode",
+    &titlemessage[4].fade_mode
+  },
+  {
+    "titlemessage_5.fade_delay",
+    &titlemessage[4].fade_delay
+  },
+  {
+    "titlemessage_5.post_delay",
+    &titlemessage[4].post_delay
+  },
+  {
+    "titlemessage_5.auto_delay",
+    &titlemessage[4].auto_delay
+  },
   {
     "readme.x",
     &readme.x
@@ -528,6 +896,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "readme.align",
     &readme.align
   },
+  {
+    "readme.valign",
+    &readme.valign
+  },
   {
     "readme.font",
     &readme.font
@@ -541,8 +913,8 @@ struct TokenIntPtrInfo image_config_vars[] =
     &readme.centered
   },
   {
-    "readme.skip_comments",
-    &readme.skip_comments
+    "readme.parse_comments",
+    &readme.parse_comments
   },
   {
     "readme.sort_priority",
@@ -589,28 +961,148 @@ struct TokenIntPtrInfo image_config_vars[] =
     &border.draw_masked[GFX_SPECIAL_ARG_DOOR]
   },
   {
-    "title.fade_delay",
-    &title.fade_delay
+    "menu.enter_menu.fade_mode",
+    &menu.enter_menu.fade_mode
+  },
+  {
+    "menu.enter_menu.fade_delay",
+    &menu.enter_menu.fade_delay
+  },
+  {
+    "menu.enter_menu.post_delay",
+    &menu.enter_menu.post_delay
+  },
+  {
+    "menu.leave_menu.fade_mode",
+    &menu.leave_menu.fade_mode
   },
   {
-    "title.post_delay",
-    &title.post_delay
+    "menu.leave_menu.fade_delay",
+    &menu.leave_menu.fade_delay
   },
   {
-    "title.auto_delay",
-    &title.auto_delay
+    "menu.leave_menu.post_delay",
+    &menu.leave_menu.post_delay
   },
   {
-    "menu.fade_delay",
-    &menu.fade_delay
+    "menu.enter_screen.fade_mode",
+    &menu.enter_screen[GFX_SPECIAL_ARG_DEFAULT].fade_mode
   },
   {
-    "menu.post_delay",
-    &menu.post_delay
+    "menu.enter_screen.fade_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_DEFAULT].fade_delay
   },
   {
-    "menu.auto_delay",
-    &menu.auto_delay
+    "menu.enter_screen.post_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_DEFAULT].post_delay
+  },
+  {
+    "menu.leave_screen.fade_mode",
+    &menu.leave_screen[GFX_SPECIAL_ARG_DEFAULT].fade_mode
+  },
+  {
+    "menu.leave_screen.fade_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_DEFAULT].fade_delay
+  },
+  {
+    "menu.leave_screen.post_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_DEFAULT].post_delay
+  },
+  {
+    "menu.enter_screen.SCORES.fade_mode",
+    &menu.enter_screen[GFX_SPECIAL_ARG_SCORES].fade_mode
+  },
+  {
+    "menu.enter_screen.SCORES.fade_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_SCORES].fade_delay
+  },
+  {
+    "menu.enter_screen.SCORES.post_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_SCORES].post_delay
+  },
+  {
+    "menu.enter_screen.EDITOR.fade_mode",
+    &menu.enter_screen[GFX_SPECIAL_ARG_EDITOR].fade_mode
+  },
+  {
+    "menu.enter_screen.EDITOR.fade_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_EDITOR].fade_delay
+  },
+  {
+    "menu.enter_screen.EDITOR.post_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_EDITOR].post_delay
+  },
+  {
+    "menu.enter_screen.INFO.fade_mode",
+    &menu.enter_screen[GFX_SPECIAL_ARG_INFO].fade_mode
+  },
+  {
+    "menu.enter_screen.INFO.fade_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_INFO].fade_delay
+  },
+  {
+    "menu.enter_screen.INFO.post_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_INFO].post_delay
+  },
+  {
+    "menu.enter_screen.PLAYING.fade_mode",
+    &menu.enter_screen[GFX_SPECIAL_ARG_PLAYING].fade_mode
+  },
+  {
+    "menu.enter_screen.PLAYING.fade_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_PLAYING].fade_delay
+  },
+  {
+    "menu.enter_screen.PLAYING.post_delay",
+    &menu.enter_screen[GFX_SPECIAL_ARG_PLAYING].post_delay
+  },
+  {
+    "menu.leave_screen.SCORES.fade_mode",
+    &menu.leave_screen[GFX_SPECIAL_ARG_SCORES].fade_mode
+  },
+  {
+    "menu.leave_screen.SCORES.fade_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_SCORES].fade_delay
+  },
+  {
+    "menu.leave_screen.SCORES.post_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_SCORES].post_delay
+  },
+  {
+    "menu.leave_screen.EDITOR.fade_mode",
+    &menu.leave_screen[GFX_SPECIAL_ARG_EDITOR].fade_mode
+  },
+  {
+    "menu.leave_screen.EDITOR.fade_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_EDITOR].fade_delay
+  },
+  {
+    "menu.leave_screen.EDITOR.post_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_EDITOR].post_delay
+  },
+  {
+    "menu.leave_screen.INFO.fade_mode",
+    &menu.leave_screen[GFX_SPECIAL_ARG_INFO].fade_mode
+  },
+  {
+    "menu.leave_screen.INFO.fade_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_INFO].fade_delay
+  },
+  {
+    "menu.leave_screen.INFO.post_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_INFO].post_delay
+  },
+  {
+    "menu.leave_screen.PLAYING.fade_mode",
+    &menu.leave_screen[GFX_SPECIAL_ARG_PLAYING].fade_mode
+  },
+  {
+    "menu.leave_screen.PLAYING.fade_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_PLAYING].fade_delay
+  },
+  {
+    "menu.leave_screen.PLAYING.post_delay",
+    &menu.leave_screen[GFX_SPECIAL_ARG_PLAYING].post_delay
   },
   {
     "menu.draw_xoffset",
@@ -836,6 +1328,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.name.align",
     &menu.main.text.name.align
   },
+  {
+    "main.text.name.valign",
+    &menu.main.text.name.valign
+  },
   {
     "main.text.name.font",
     &menu.main.text.name.font
@@ -860,6 +1356,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.levels.align",
     &menu.main.text.levels.align
   },
+  {
+    "main.text.levels.valign",
+    &menu.main.text.levels.valign
+  },
   {
     "main.text.levels.font",
     &menu.main.text.levels.font
@@ -884,6 +1384,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.scores.align",
     &menu.main.text.scores.align
   },
+  {
+    "main.text.scores.valign",
+    &menu.main.text.scores.valign
+  },
   {
     "main.text.scores.font",
     &menu.main.text.scores.font
@@ -908,6 +1412,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.editor.align",
     &menu.main.text.editor.align
   },
+  {
+    "main.text.editor.valign",
+    &menu.main.text.editor.valign
+  },
   {
     "main.text.editor.font",
     &menu.main.text.editor.font
@@ -932,6 +1440,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.info.align",
     &menu.main.text.info.align
   },
+  {
+    "main.text.info.valign",
+    &menu.main.text.info.valign
+  },
   {
     "main.text.info.font",
     &menu.main.text.info.font
@@ -956,6 +1468,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.game.align",
     &menu.main.text.game.align
   },
+  {
+    "main.text.game.valign",
+    &menu.main.text.game.valign
+  },
   {
     "main.text.game.font",
     &menu.main.text.game.font
@@ -980,6 +1496,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.setup.align",
     &menu.main.text.setup.align
   },
+  {
+    "main.text.setup.valign",
+    &menu.main.text.setup.valign
+  },
   {
     "main.text.setup.font",
     &menu.main.text.setup.font
@@ -1004,6 +1524,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.quit.align",
     &menu.main.text.quit.align
   },
+  {
+    "main.text.quit.valign",
+    &menu.main.text.quit.valign
+  },
   {
     "main.text.quit.font",
     &menu.main.text.quit.font
@@ -1020,6 +1544,14 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.first_level.align",
     &menu.main.text.first_level.align
   },
+  {
+    "main.text.first_level.valign",
+    &menu.main.text.first_level.valign
+  },
+  {
+    "main.text.first_level.digits",
+    &menu.main.text.first_level.size
+  },
   {
     "main.text.first_level.font",
     &menu.main.text.first_level.font
@@ -1036,6 +1568,14 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.last_level.align",
     &menu.main.text.last_level.align
   },
+  {
+    "main.text.last_level.valign",
+    &menu.main.text.last_level.valign
+  },
+  {
+    "main.text.last_level.digits",
+    &menu.main.text.last_level.size
+  },
   {
     "main.text.last_level.font",
     &menu.main.text.last_level.font
@@ -1052,6 +1592,14 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.level_number.align",
     &menu.main.text.level_number.align
   },
+  {
+    "main.text.level_number.valign",
+    &menu.main.text.level_number.valign
+  },
+  {
+    "main.text.level_number.digits",
+    &menu.main.text.level_number.size
+  },
   {
     "main.text.level_number.font",
     &menu.main.text.level_number.font
@@ -1068,9 +1616,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.level_info_1.align",
     &menu.main.text.level_info_1.align
   },
+  {
+    "main.text.level_info_1.valign",
+    &menu.main.text.level_info_1.valign
+  },
   {
     "main.text.level_info_1.chars",
-    &menu.main.text.level_info_1.chars
+    &menu.main.text.level_info_1.size
   },
   {
     "main.text.level_info_1.font",
@@ -1088,9 +1640,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.level_info_2.align",
     &menu.main.text.level_info_2.align
   },
+  {
+    "main.text.level_info_2.valign",
+    &menu.main.text.level_info_2.valign
+  },
   {
     "main.text.level_info_2.chars",
-    &menu.main.text.level_info_2.chars
+    &menu.main.text.level_info_2.size
   },
   {
     "main.text.level_info_2.font",
@@ -1112,9 +1668,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.level_name.align",
     &menu.main.text.level_name.align
   },
+  {
+    "main.text.level_name.valign",
+    &menu.main.text.level_name.valign
+  },
   {
     "main.text.level_name.chars",
-    &menu.main.text.level_name.chars
+    &menu.main.text.level_name.size
   },
   {
     "main.text.level_name.font",
@@ -1132,9 +1692,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.level_author.align",
     &menu.main.text.level_author.align
   },
+  {
+    "main.text.level_author.valign",
+    &menu.main.text.level_author.valign
+  },
   {
     "main.text.level_author.chars",
-    &menu.main.text.level_author.chars
+    &menu.main.text.level_author.size
   },
   {
     "main.text.level_author.font",
@@ -1153,8 +1717,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &menu.main.text.level_year.align
   },
   {
-    "main.text.level_year.chars",
-    &menu.main.text.level_year.chars
+    "main.text.level_year.valign",
+    &menu.main.text.level_year.valign
+  },
+  {
+    "main.text.level_year.digits",
+    &menu.main.text.level_year.size
   },
   {
     "main.text.level_year.font",
@@ -1172,9 +1740,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.level_imported_from.align",
     &menu.main.text.level_imported_from.align
   },
+  {
+    "main.text.level_imported_from.valign",
+    &menu.main.text.level_imported_from.valign
+  },
   {
     "main.text.level_imported_from.chars",
-    &menu.main.text.level_imported_from.chars
+    &menu.main.text.level_imported_from.size
   },
   {
     "main.text.level_imported_from.font",
@@ -1192,9 +1764,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.level_imported_by.align",
     &menu.main.text.level_imported_by.align
   },
+  {
+    "main.text.level_imported_by.valign",
+    &menu.main.text.level_imported_by.valign
+  },
   {
     "main.text.level_imported_by.chars",
-    &menu.main.text.level_imported_by.chars
+    &menu.main.text.level_imported_by.size
   },
   {
     "main.text.level_imported_by.font",
@@ -1212,9 +1788,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.level_tested_by.align",
     &menu.main.text.level_tested_by.align
   },
+  {
+    "main.text.level_tested_by.valign",
+    &menu.main.text.level_tested_by.valign
+  },
   {
     "main.text.level_tested_by.chars",
-    &menu.main.text.level_tested_by.chars
+    &menu.main.text.level_tested_by.size
   },
   {
     "main.text.level_tested_by.font",
@@ -1232,6 +1812,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.title_1.align",
     &menu.main.text.title_1.align
   },
+  {
+    "main.text.title_1.valign",
+    &menu.main.text.title_1.valign
+  },
   {
     "main.text.title_1.font",
     &menu.main.text.title_1.font
@@ -1248,6 +1832,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.title_2.align",
     &menu.main.text.title_2.align
   },
+  {
+    "main.text.title_2.valign",
+    &menu.main.text.title_2.valign
+  },
   {
     "main.text.title_2.font",
     &menu.main.text.title_2.font
@@ -1264,6 +1852,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.text.title_3.align",
     &menu.main.text.title_3.align
   },
+  {
+    "main.text.title_3.valign",
+    &menu.main.text.title_3.valign
+  },
   {
     "main.text.title_3.font",
     &menu.main.text.title_3.font
@@ -1280,6 +1872,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "main.input.name.align",
     &menu.main.input.name.align
   },
+  {
+    "main.input.name.valign",
+    &menu.main.input.name.valign
+  },
   {
     "main.input.name.font",
     &menu.main.input.name.font
@@ -1296,6 +1892,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "preview.align",
     &preview.align
   },
+  {
+    "preview.valign",
+    &preview.valign
+  },
   {
     "preview.xsize",
     &preview.xsize
@@ -1381,8 +1981,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.level_number.align
   },
   {
-    "game.panel.level_number.chars",
-    &game.panel.level_number.chars
+    "game.panel.level_number.valign",
+    &game.panel.level_number.valign
+  },
+  {
+    "game.panel.level_number.digits",
+    &game.panel.level_number.size
   },
   {
     "game.panel.level_number.font",
@@ -1405,32 +2009,232 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.gems.align
   },
   {
-    "game.panel.gems.chars",
-    &game.panel.gems.chars
+    "game.panel.gems.valign",
+    &game.panel.gems.valign
+  },
+  {
+    "game.panel.gems.digits",
+    &game.panel.gems.size
   },
   {
     "game.panel.gems.font",
     &game.panel.gems.font
   },
   {
-    "game.panel.inventory.x",
-    &game.panel.inventory.x
+    "game.panel.inventory_count.x",
+    &game.panel.inventory_count.x
+  },
+  {
+    "game.panel.inventory_count.y",
+    &game.panel.inventory_count.y
+  },
+  {
+    "game.panel.inventory_count.align",
+    &game.panel.inventory_count.align
+  },
+  {
+    "game.panel.inventory_count.valign",
+    &game.panel.inventory_count.valign
+  },
+  {
+    "game.panel.inventory_count.digits",
+    &game.panel.inventory_count.size
+  },
+  {
+    "game.panel.inventory_count.font",
+    &game.panel.inventory_count.font
+  },
+  {
+    "game.panel.inventory_first_1.x",
+    &game.panel.inventory_first[0].x
+  },
+  {
+    "game.panel.inventory_first_1.y",
+    &game.panel.inventory_first[0].y
+  },
+  {
+    "game.panel.inventory_first_1.tile_size",
+    &game.panel.inventory_first[0].size
+  },
+  {
+    "game.panel.inventory_first_2.x",
+    &game.panel.inventory_first[1].x
+  },
+  {
+    "game.panel.inventory_first_2.y",
+    &game.panel.inventory_first[1].y
+  },
+  {
+    "game.panel.inventory_first_2.tile_size",
+    &game.panel.inventory_first[1].size
+  },
+  {
+    "game.panel.inventory_first_3.x",
+    &game.panel.inventory_first[2].x
+  },
+  {
+    "game.panel.inventory_first_3.y",
+    &game.panel.inventory_first[2].y
+  },
+  {
+    "game.panel.inventory_first_3.tile_size",
+    &game.panel.inventory_first[2].size
+  },
+  {
+    "game.panel.inventory_first_4.x",
+    &game.panel.inventory_first[3].x
+  },
+  {
+    "game.panel.inventory_first_4.y",
+    &game.panel.inventory_first[3].y
+  },
+  {
+    "game.panel.inventory_first_4.tile_size",
+    &game.panel.inventory_first[3].size
+  },
+  {
+    "game.panel.inventory_first_5.x",
+    &game.panel.inventory_first[4].x
+  },
+  {
+    "game.panel.inventory_first_5.y",
+    &game.panel.inventory_first[4].y
+  },
+  {
+    "game.panel.inventory_first_5.tile_size",
+    &game.panel.inventory_first[4].size
+  },
+  {
+    "game.panel.inventory_first_6.x",
+    &game.panel.inventory_first[5].x
+  },
+  {
+    "game.panel.inventory_first_6.y",
+    &game.panel.inventory_first[5].y
+  },
+  {
+    "game.panel.inventory_first_6.tile_size",
+    &game.panel.inventory_first[5].size
+  },
+  {
+    "game.panel.inventory_first_7.x",
+    &game.panel.inventory_first[6].x
+  },
+  {
+    "game.panel.inventory_first_7.y",
+    &game.panel.inventory_first[6].y
+  },
+  {
+    "game.panel.inventory_first_7.tile_size",
+    &game.panel.inventory_first[6].size
+  },
+  {
+    "game.panel.inventory_first_8.x",
+    &game.panel.inventory_first[7].x
+  },
+  {
+    "game.panel.inventory_first_8.y",
+    &game.panel.inventory_first[7].y
+  },
+  {
+    "game.panel.inventory_first_8.tile_size",
+    &game.panel.inventory_first[7].size
+  },
+  {
+    "game.panel.inventory_last_1.x",
+    &game.panel.inventory_last[0].x
+  },
+  {
+    "game.panel.inventory_last_1.y",
+    &game.panel.inventory_last[0].y
+  },
+  {
+    "game.panel.inventory_last_1.tile_size",
+    &game.panel.inventory_last[0].size
+  },
+  {
+    "game.panel.inventory_last_2.x",
+    &game.panel.inventory_last[1].x
+  },
+  {
+    "game.panel.inventory_last_2.y",
+    &game.panel.inventory_last[1].y
+  },
+  {
+    "game.panel.inventory_last_2.tile_size",
+    &game.panel.inventory_last[1].size
+  },
+  {
+    "game.panel.inventory_last_3.x",
+    &game.panel.inventory_last[2].x
+  },
+  {
+    "game.panel.inventory_last_3.y",
+    &game.panel.inventory_last[2].y
+  },
+  {
+    "game.panel.inventory_last_3.tile_size",
+    &game.panel.inventory_last[2].size
+  },
+  {
+    "game.panel.inventory_last_4.x",
+    &game.panel.inventory_last[3].x
+  },
+  {
+    "game.panel.inventory_last_4.y",
+    &game.panel.inventory_last[3].y
+  },
+  {
+    "game.panel.inventory_last_4.tile_size",
+    &game.panel.inventory_last[3].size
+  },
+  {
+    "game.panel.inventory_last_5.x",
+    &game.panel.inventory_last[4].x
+  },
+  {
+    "game.panel.inventory_last_5.y",
+    &game.panel.inventory_last[4].y
+  },
+  {
+    "game.panel.inventory_last_5.tile_size",
+    &game.panel.inventory_last[4].size
   },
   {
-    "game.panel.inventory.y",
-    &game.panel.inventory.y
+    "game.panel.inventory_last_6.x",
+    &game.panel.inventory_last[5].x
   },
   {
-    "game.panel.inventory.align",
-    &game.panel.inventory.align
+    "game.panel.inventory_last_6.y",
+    &game.panel.inventory_last[5].y
   },
   {
-    "game.panel.inventory.chars",
-    &game.panel.inventory.chars
+    "game.panel.inventory_last_6.tile_size",
+    &game.panel.inventory_last[5].size
   },
   {
-    "game.panel.inventory.font",
-    &game.panel.inventory.font
+    "game.panel.inventory_last_7.x",
+    &game.panel.inventory_last[6].x
+  },
+  {
+    "game.panel.inventory_last_7.y",
+    &game.panel.inventory_last[6].y
+  },
+  {
+    "game.panel.inventory_last_7.tile_size",
+    &game.panel.inventory_last[6].size
+  },
+  {
+    "game.panel.inventory_last_8.x",
+    &game.panel.inventory_last[7].x
+  },
+  {
+    "game.panel.inventory_last_8.y",
+    &game.panel.inventory_last[7].y
+  },
+  {
+    "game.panel.inventory_last_8.tile_size",
+    &game.panel.inventory_last[7].size
   },
   {
     "game.panel.key_1.x",
@@ -1440,6 +2244,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.key_1.y",
     &game.panel.key[0].y
   },
+  {
+    "game.panel.key_1.tile_size",
+    &game.panel.key[0].size
+  },
   {
     "game.panel.key_2.x",
     &game.panel.key[1].x
@@ -1448,6 +2256,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.key_2.y",
     &game.panel.key[1].y
   },
+  {
+    "game.panel.key_2.tile_size",
+    &game.panel.key[1].size
+  },
   {
     "game.panel.key_3.x",
     &game.panel.key[2].x
@@ -1456,6 +2268,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.key_3.y",
     &game.panel.key[2].y
   },
+  {
+    "game.panel.key_3.tile_size",
+    &game.panel.key[2].size
+  },
   {
     "game.panel.key_4.x",
     &game.panel.key[3].x
@@ -1464,6 +2280,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.key_4.y",
     &game.panel.key[3].y
   },
+  {
+    "game.panel.key_4.tile_size",
+    &game.panel.key[3].size
+  },
   {
     "game.panel.key_5.x",
     &game.panel.key[4].x
@@ -1472,6 +2292,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.key_5.y",
     &game.panel.key[4].y
   },
+  {
+    "game.panel.key_5.tile_size",
+    &game.panel.key[4].size
+  },
   {
     "game.panel.key_6.x",
     &game.panel.key[5].x
@@ -1480,6 +2304,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.key_6.y",
     &game.panel.key[5].y
   },
+  {
+    "game.panel.key_6.tile_size",
+    &game.panel.key[5].size
+  },
   {
     "game.panel.key_7.x",
     &game.panel.key[6].x
@@ -1488,6 +2316,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.key_7.y",
     &game.panel.key[6].y
   },
+  {
+    "game.panel.key_7.tile_size",
+    &game.panel.key[6].size
+  },
   {
     "game.panel.key_8.x",
     &game.panel.key[7].x
@@ -1496,6 +2328,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.key_8.y",
     &game.panel.key[7].y
   },
+  {
+    "game.panel.key_8.tile_size",
+    &game.panel.key[7].size
+  },
   {
     "game.panel.key_white.x",
     &game.panel.key_white.x
@@ -1504,6 +2340,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.key_white.y",
     &game.panel.key_white.y
   },
+  {
+    "game.panel.key_white.tile_size",
+    &game.panel.key_white.size
+  },
   {
     "game.panel.key_white_count.x",
     &game.panel.key_white_count.x
@@ -1517,8 +2357,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.key_white_count.align
   },
   {
-    "game.panel.key_white_count.chars",
-    &game.panel.key_white_count.chars
+    "game.panel.key_white_count.valign",
+    &game.panel.key_white_count.valign
+  },
+  {
+    "game.panel.key_white_count.digits",
+    &game.panel.key_white_count.size
   },
   {
     "game.panel.key_white_count.font",
@@ -1537,8 +2381,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.score.align
   },
   {
-    "game.panel.score.chars",
-    &game.panel.score.chars
+    "game.panel.score.valign",
+    &game.panel.score.valign
+  },
+  {
+    "game.panel.score.digits",
+    &game.panel.score.size
   },
   {
     "game.panel.score.font",
@@ -1557,8 +2405,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.time.align
   },
   {
-    "game.panel.time.chars",
-    &game.panel.time.chars
+    "game.panel.time.valign",
+    &game.panel.time.valign
+  },
+  {
+    "game.panel.time.digits",
+    &game.panel.time.size
   },
   {
     "game.panel.time.font",
@@ -1581,8 +2433,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.time_hh.align
   },
   {
-    "game.panel.time_hh.chars",
-    &game.panel.time_hh.chars
+    "game.panel.time_hh.valign",
+    &game.panel.time_hh.valign
+  },
+  {
+    "game.panel.time_hh.digits",
+    &game.panel.time_hh.size
   },
   {
     "game.panel.time_hh.font",
@@ -1601,8 +2457,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.time_mm.align
   },
   {
-    "game.panel.time_mm.chars",
-    &game.panel.time_mm.chars
+    "game.panel.time_mm.valign",
+    &game.panel.time_mm.valign
+  },
+  {
+    "game.panel.time_mm.digits",
+    &game.panel.time_mm.size
   },
   {
     "game.panel.time_mm.font",
@@ -1621,76 +2481,16 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.time_ss.align
   },
   {
-    "game.panel.time_ss.chars",
-    &game.panel.time_ss.chars
-  },
-  {
-    "game.panel.time_ss.font",
-    &game.panel.time_ss.font
-  },
-  {
-    "game.panel.drop_next_1.x",
-    &game.panel.drop_next_1.x
-  },
-  {
-    "game.panel.drop_next_1.y",
-    &game.panel.drop_next_1.y
+    "game.panel.time_ss.valign",
+    &game.panel.time_ss.valign
   },
   {
-    "game.panel.drop_next_2.x",
-    &game.panel.drop_next_2.x
+    "game.panel.time_ss.digits",
+    &game.panel.time_ss.size
   },
   {
-    "game.panel.drop_next_2.y",
-    &game.panel.drop_next_2.y
-  },
-  {
-    "game.panel.drop_next_3.x",
-    &game.panel.drop_next_3.x
-  },
-  {
-    "game.panel.drop_next_3.y",
-    &game.panel.drop_next_3.y
-  },
-  {
-    "game.panel.drop_next_4.x",
-    &game.panel.drop_next_4.x
-  },
-  {
-    "game.panel.drop_next_4.y",
-    &game.panel.drop_next_4.y
-  },
-  {
-    "game.panel.drop_next_5.x",
-    &game.panel.drop_next_5.x
-  },
-  {
-    "game.panel.drop_next_5.y",
-    &game.panel.drop_next_5.y
-  },
-  {
-    "game.panel.drop_next_6.x",
-    &game.panel.drop_next_6.x
-  },
-  {
-    "game.panel.drop_next_6.y",
-    &game.panel.drop_next_6.y
-  },
-  {
-    "game.panel.drop_next_7.x",
-    &game.panel.drop_next_7.x
-  },
-  {
-    "game.panel.drop_next_7.y",
-    &game.panel.drop_next_7.y
-  },
-  {
-    "game.panel.drop_next_8.x",
-    &game.panel.drop_next_8.x
-  },
-  {
-    "game.panel.drop_next_8.y",
-    &game.panel.drop_next_8.y
+    "game.panel.time_ss.font",
+    &game.panel.time_ss.font
   },
   {
     "game.panel.shield_normal.x",
@@ -1700,6 +2500,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.shield_normal.y",
     &game.panel.shield_normal.y
   },
+  {
+    "game.panel.shield_normal.tile_size",
+    &game.panel.shield_normal.size
+  },
   {
     "game.panel.shield_normal_time.x",
     &game.panel.shield_normal_time.x
@@ -1713,8 +2517,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.shield_normal_time.align
   },
   {
-    "game.panel.shield_normal_time.chars",
-    &game.panel.shield_normal_time.chars
+    "game.panel.shield_normal_time.valign",
+    &game.panel.shield_normal_time.valign
+  },
+  {
+    "game.panel.shield_normal_time.digits",
+    &game.panel.shield_normal_time.size
   },
   {
     "game.panel.shield_normal_time.font",
@@ -1728,6 +2536,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.shield_deadly.y",
     &game.panel.shield_deadly.y
   },
+  {
+    "game.panel.shield_deadly.tile_size",
+    &game.panel.shield_deadly.size
+  },
   {
     "game.panel.shield_deadly_time.x",
     &game.panel.shield_deadly_time.x
@@ -1741,8 +2553,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.shield_deadly_time.align
   },
   {
-    "game.panel.shield_deadly_time.chars",
-    &game.panel.shield_deadly_time.chars
+    "game.panel.shield_deadly_time.valign",
+    &game.panel.shield_deadly_time.valign
+  },
+  {
+    "game.panel.shield_deadly_time.digits",
+    &game.panel.shield_deadly_time.size
   },
   {
     "game.panel.shield_deadly_time.font",
@@ -1757,36 +2573,8 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.exit.y
   },
   {
-    "game.panel.em_exit.x",
-    &game.panel.em_exit.x
-  },
-  {
-    "game.panel.em_exit.y",
-    &game.panel.em_exit.y
-  },
-  {
-    "game.panel.sp_exit.x",
-    &game.panel.sp_exit.x
-  },
-  {
-    "game.panel.sp_exit.y",
-    &game.panel.sp_exit.y
-  },
-  {
-    "game.panel.steel_exit.x",
-    &game.panel.steel_exit.x
-  },
-  {
-    "game.panel.steel_exit.y",
-    &game.panel.steel_exit.y
-  },
-  {
-    "game.panel.em_steel_exit.x",
-    &game.panel.em_steel_exit.x
-  },
-  {
-    "game.panel.em_steel_exit.y",
-    &game.panel.em_steel_exit.y
+    "game.panel.exit.tile_size",
+    &game.panel.exit.size
   },
   {
     "game.panel.emc_magic_ball.x",
@@ -1796,6 +2584,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.emc_magic_ball.y",
     &game.panel.emc_magic_ball.y
   },
+  {
+    "game.panel.emc_magic_ball.tile_size",
+    &game.panel.emc_magic_ball.size
+  },
   {
     "game.panel.emc_magic_ball_switch.x",
     &game.panel.emc_magic_ball_switch.x
@@ -1805,24 +2597,8 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.emc_magic_ball_switch.y
   },
   {
-    "game.panel.emc_magic_ball_time.x",
-    &game.panel.emc_magic_ball_time.x
-  },
-  {
-    "game.panel.emc_magic_ball_time.y",
-    &game.panel.emc_magic_ball_time.y
-  },
-  {
-    "game.panel.emc_magic_ball_time.align",
-    &game.panel.emc_magic_ball_time.align
-  },
-  {
-    "game.panel.emc_magic_ball_time.chars",
-    &game.panel.emc_magic_ball_time.chars
-  },
-  {
-    "game.panel.emc_magic_ball_time.font",
-    &game.panel.emc_magic_ball_time.font
+    "game.panel.emc_magic_ball_switch.tile_size",
+    &game.panel.emc_magic_ball_switch.size
   },
   {
     "game.panel.light_switch.x",
@@ -1832,6 +2608,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.light_switch.y",
     &game.panel.light_switch.y
   },
+  {
+    "game.panel.light_switch.tile_size",
+    &game.panel.light_switch.size
+  },
   {
     "game.panel.light_switch_time.x",
     &game.panel.light_switch_time.x
@@ -1845,8 +2625,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.light_switch_time.align
   },
   {
-    "game.panel.light_switch_time.chars",
-    &game.panel.light_switch_time.chars
+    "game.panel.light_switch_time.valign",
+    &game.panel.light_switch_time.valign
+  },
+  {
+    "game.panel.light_switch_time.digits",
+    &game.panel.light_switch_time.size
   },
   {
     "game.panel.light_switch_time.font",
@@ -1860,6 +2644,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.timegate_switch.y",
     &game.panel.timegate_switch.y
   },
+  {
+    "game.panel.timegate_switch.tile_size",
+    &game.panel.timegate_switch.size
+  },
   {
     "game.panel.timegate_switch_time.x",
     &game.panel.timegate_switch_time.x
@@ -1873,8 +2661,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.timegate_switch_time.align
   },
   {
-    "game.panel.timegate_switch_time.chars",
-    &game.panel.timegate_switch_time.chars
+    "game.panel.timegate_switch_time.valign",
+    &game.panel.timegate_switch_time.valign
+  },
+  {
+    "game.panel.timegate_switch_time.digits",
+    &game.panel.timegate_switch_time.size
   },
   {
     "game.panel.timegate_switch_time.font",
@@ -1888,6 +2680,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.switchgate_switch.y",
     &game.panel.switchgate_switch.y
   },
+  {
+    "game.panel.switchgate_switch.tile_size",
+    &game.panel.switchgate_switch.size
+  },
   {
     "game.panel.emc_lenses.x",
     &game.panel.emc_lenses.x
@@ -1896,6 +2692,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.emc_lenses.y",
     &game.panel.emc_lenses.y
   },
+  {
+    "game.panel.emc_lenses.tile_size",
+    &game.panel.emc_lenses.size
+  },
   {
     "game.panel.emc_lenses_time.x",
     &game.panel.emc_lenses_time.x
@@ -1909,8 +2709,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.emc_lenses_time.align
   },
   {
-    "game.panel.emc_lenses_time.chars",
-    &game.panel.emc_lenses_time.chars
+    "game.panel.emc_lenses_time.valign",
+    &game.panel.emc_lenses_time.valign
+  },
+  {
+    "game.panel.emc_lenses_time.digits",
+    &game.panel.emc_lenses_time.size
   },
   {
     "game.panel.emc_lenses_time.font",
@@ -1924,6 +2728,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.emc_magnifier.y",
     &game.panel.emc_magnifier.y
   },
+  {
+    "game.panel.emc_magnifier.tile_size",
+    &game.panel.emc_magnifier.size
+  },
   {
     "game.panel.emc_magnifier_time.x",
     &game.panel.emc_magnifier_time.x
@@ -1937,8 +2745,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.emc_magnifier_time.align
   },
   {
-    "game.panel.emc_magnifier_time.chars",
-    &game.panel.emc_magnifier_time.chars
+    "game.panel.emc_magnifier_time.valign",
+    &game.panel.emc_magnifier_time.valign
+  },
+  {
+    "game.panel.emc_magnifier_time.digits",
+    &game.panel.emc_magnifier_time.size
   },
   {
     "game.panel.emc_magnifier_time.font",
@@ -1952,6 +2764,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.balloon_switch.y",
     &game.panel.balloon_switch.y
   },
+  {
+    "game.panel.balloon_switch.tile_size",
+    &game.panel.balloon_switch.size
+  },
   {
     "game.panel.dynabomb_number.x",
     &game.panel.dynabomb_number.x
@@ -1965,8 +2781,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.dynabomb_number.align
   },
   {
-    "game.panel.dynabomb_number.chars",
-    &game.panel.dynabomb_number.chars
+    "game.panel.dynabomb_number.valign",
+    &game.panel.dynabomb_number.valign
+  },
+  {
+    "game.panel.dynabomb_number.digits",
+    &game.panel.dynabomb_number.size
   },
   {
     "game.panel.dynabomb_number.font",
@@ -1985,8 +2805,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.dynabomb_size.align
   },
   {
-    "game.panel.dynabomb_size.chars",
-    &game.panel.dynabomb_size.chars
+    "game.panel.dynabomb_size.valign",
+    &game.panel.dynabomb_size.valign
+  },
+  {
+    "game.panel.dynabomb_size.digits",
+    &game.panel.dynabomb_size.size
   },
   {
     "game.panel.dynabomb_size.font",
@@ -2000,6 +2824,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.dynabomb_power.y",
     &game.panel.dynabomb_power.y
   },
+  {
+    "game.panel.dynabomb_power.tile_size",
+    &game.panel.dynabomb_power.size
+  },
   {
     "game.panel.penguins.x",
     &game.panel.penguins.x
@@ -2013,8 +2841,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.penguins.align
   },
   {
-    "game.panel.penguins.chars",
-    &game.panel.penguins.chars
+    "game.panel.penguins.valign",
+    &game.panel.penguins.valign
+  },
+  {
+    "game.panel.penguins.digits",
+    &game.panel.penguins.size
   },
   {
     "game.panel.penguins.font",
@@ -2033,8 +2865,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.sokoban_objects.align
   },
   {
-    "game.panel.sokoban_objects.chars",
-    &game.panel.sokoban_objects.chars
+    "game.panel.sokoban_objects.valign",
+    &game.panel.sokoban_objects.valign
+  },
+  {
+    "game.panel.sokoban_objects.digits",
+    &game.panel.sokoban_objects.size
   },
   {
     "game.panel.sokoban_objects.font",
@@ -2053,8 +2889,12 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.sokoban_fields.align
   },
   {
-    "game.panel.sokoban_fields.chars",
-    &game.panel.sokoban_fields.chars
+    "game.panel.sokoban_fields.valign",
+    &game.panel.sokoban_fields.valign
+  },
+  {
+    "game.panel.sokoban_fields.digits",
+    &game.panel.sokoban_fields.size
   },
   {
     "game.panel.sokoban_fields.font",
@@ -2068,69 +2908,105 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.robot_wheel.y",
     &game.panel.robot_wheel.y
   },
+  {
+    "game.panel.robot_wheel.tile_size",
+    &game.panel.robot_wheel.size
+  },
   {
     "game.panel.conveyor_belt_1.x",
-    &game.panel.conveyor_belt_1.x
+    &game.panel.conveyor_belt[0].x
   },
   {
     "game.panel.conveyor_belt_1.y",
-    &game.panel.conveyor_belt_1.y
+    &game.panel.conveyor_belt[0].y
+  },
+  {
+    "game.panel.conveyor_belt_1.tile_size",
+    &game.panel.conveyor_belt[0].size
   },
   {
     "game.panel.conveyor_belt_1_switch.x",
-    &game.panel.conveyor_belt_1_switch.x
+    &game.panel.conveyor_belt_switch[0].x
   },
   {
     "game.panel.conveyor_belt_1_switch.y",
-    &game.panel.conveyor_belt_1_switch.y
+    &game.panel.conveyor_belt_switch[0].y
+  },
+  {
+    "game.panel.conveyor_belt_1_switch.tile_size",
+    &game.panel.conveyor_belt_switch[0].size
   },
   {
     "game.panel.conveyor_belt_2.x",
-    &game.panel.conveyor_belt_2.x
+    &game.panel.conveyor_belt[1].x
   },
   {
     "game.panel.conveyor_belt_2.y",
-    &game.panel.conveyor_belt_2.y
+    &game.panel.conveyor_belt[1].y
+  },
+  {
+    "game.panel.conveyor_belt_2.tile_size",
+    &game.panel.conveyor_belt[1].size
   },
   {
     "game.panel.conveyor_belt_2_switch.x",
-    &game.panel.conveyor_belt_2_switch.x
+    &game.panel.conveyor_belt_switch[1].x
   },
   {
     "game.panel.conveyor_belt_2_switch.y",
-    &game.panel.conveyor_belt_2_switch.y
+    &game.panel.conveyor_belt_switch[1].y
+  },
+  {
+    "game.panel.conveyor_belt_2_switch.tile_size",
+    &game.panel.conveyor_belt_switch[1].size
   },
   {
     "game.panel.conveyor_belt_3.x",
-    &game.panel.conveyor_belt_3.x
+    &game.panel.conveyor_belt[2].x
   },
   {
     "game.panel.conveyor_belt_3.y",
-    &game.panel.conveyor_belt_3.y
+    &game.panel.conveyor_belt[2].y
+  },
+  {
+    "game.panel.conveyor_belt_3.tile_size",
+    &game.panel.conveyor_belt[2].size
   },
   {
     "game.panel.conveyor_belt_3_switch.x",
-    &game.panel.conveyor_belt_3_switch.x
+    &game.panel.conveyor_belt_switch[2].x
   },
   {
     "game.panel.conveyor_belt_3_switch.y",
-    &game.panel.conveyor_belt_3_switch.y
+    &game.panel.conveyor_belt_switch[2].y
+  },
+  {
+    "game.panel.conveyor_belt_3_switch.tile_size",
+    &game.panel.conveyor_belt_switch[2].size
   },
   {
     "game.panel.conveyor_belt_4.x",
-    &game.panel.conveyor_belt_4.x
+    &game.panel.conveyor_belt[3].x
   },
   {
     "game.panel.conveyor_belt_4.y",
-    &game.panel.conveyor_belt_4.y
+    &game.panel.conveyor_belt[3].y
+  },
+  {
+    "game.panel.conveyor_belt_4.tile_size",
+    &game.panel.conveyor_belt[3].size
   },
   {
     "game.panel.conveyor_belt_4_switch.x",
-    &game.panel.conveyor_belt_4_switch.x
+    &game.panel.conveyor_belt_switch[3].x
   },
   {
     "game.panel.conveyor_belt_4_switch.y",
-    &game.panel.conveyor_belt_4_switch.y
+    &game.panel.conveyor_belt_switch[3].y
+  },
+  {
+    "game.panel.conveyor_belt_4_switch.tile_size",
+    &game.panel.conveyor_belt_switch[3].size
   },
   {
     "game.panel.magic_wall.x",
@@ -2140,6 +3016,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.magic_wall.y",
     &game.panel.magic_wall.y
   },
+  {
+    "game.panel.magic_wall.tile_size",
+    &game.panel.magic_wall.size
+  },
   {
     "game.panel.magic_wall_time.x",
     &game.panel.magic_wall_time.x
@@ -2153,28 +3033,396 @@ struct TokenIntPtrInfo image_config_vars[] =
     &game.panel.magic_wall_time.align
   },
   {
-    "game.panel.magic_wall_time.chars",
-    &game.panel.magic_wall_time.chars
+    "game.panel.magic_wall_time.valign",
+    &game.panel.magic_wall_time.valign
+  },
+  {
+    "game.panel.magic_wall_time.digits",
+    &game.panel.magic_wall_time.size
   },
   {
     "game.panel.magic_wall_time.font",
     &game.panel.magic_wall_time.font
   },
   {
-    "game.panel.bd_magic_wall.x",
-    &game.panel.bd_magic_wall.x
+    "game.panel.gravity_state.x",
+    &game.panel.gravity_state.x
+  },
+  {
+    "game.panel.gravity_state.y",
+    &game.panel.gravity_state.y
+  },
+  {
+    "game.panel.gravity_state.align",
+    &game.panel.gravity_state.align
+  },
+  {
+    "game.panel.gravity_state.valign",
+    &game.panel.gravity_state.valign
+  },
+  {
+    "game.panel.gravity_state.chars",
+    &game.panel.gravity_state.size
+  },
+  {
+    "game.panel.gravity_state.font",
+    &game.panel.gravity_state.font
+  },
+  {
+    "game.panel.gravity_state.font_active",
+    &game.panel.gravity_state.font_alt
+  },
+  {
+    "game.panel.ce_score_1.x",
+    &game.panel.ce_score[0].x
+  },
+  {
+    "game.panel.ce_score_1.y",
+    &game.panel.ce_score[0].y
+  },
+  {
+    "game.panel.ce_score_1.align",
+    &game.panel.ce_score[0].align
+  },
+  {
+    "game.panel.ce_score_1.valign",
+    &game.panel.ce_score[0].valign
+  },
+  {
+    "game.panel.ce_score_1.digits",
+    &game.panel.ce_score[0].size
+  },
+  {
+    "game.panel.ce_score_1.font",
+    &game.panel.ce_score[0].font
+  },
+  {
+    "game.panel.ce_score_1.element",
+    &game.panel.ce_score[0].id
+  },
+  {
+    "game.panel.ce_score_1_element.x",
+    &game.panel.ce_score_element[0].x
+  },
+  {
+    "game.panel.ce_score_1_element.y",
+    &game.panel.ce_score_element[0].y
+  },
+  {
+    "game.panel.ce_score_1_element.tile_size",
+    &game.panel.ce_score_element[0].size
+  },
+  {
+    "game.panel.ce_score_1_element.element",
+    &game.panel.ce_score_element[0].id
+  },
+  {
+    "game.panel.ce_score_2.x",
+    &game.panel.ce_score[1].x
+  },
+  {
+    "game.panel.ce_score_2.y",
+    &game.panel.ce_score[1].y
+  },
+  {
+    "game.panel.ce_score_2.align",
+    &game.panel.ce_score[1].align
+  },
+  {
+    "game.panel.ce_score_2.valign",
+    &game.panel.ce_score[1].valign
+  },
+  {
+    "game.panel.ce_score_2.digits",
+    &game.panel.ce_score[1].size
+  },
+  {
+    "game.panel.ce_score_2.font",
+    &game.panel.ce_score[1].font
+  },
+  {
+    "game.panel.ce_score_2.element",
+    &game.panel.ce_score[1].id
+  },
+  {
+    "game.panel.ce_score_2_element.x",
+    &game.panel.ce_score_element[1].x
+  },
+  {
+    "game.panel.ce_score_2_element.y",
+    &game.panel.ce_score_element[1].y
+  },
+  {
+    "game.panel.ce_score_2_element.tile_size",
+    &game.panel.ce_score_element[1].size
+  },
+  {
+    "game.panel.ce_score_2_element.element",
+    &game.panel.ce_score_element[1].id
+  },
+  {
+    "game.panel.ce_score_3.x",
+    &game.panel.ce_score[2].x
+  },
+  {
+    "game.panel.ce_score_3.y",
+    &game.panel.ce_score[2].y
+  },
+  {
+    "game.panel.ce_score_3.align",
+    &game.panel.ce_score[2].align
+  },
+  {
+    "game.panel.ce_score_3.valign",
+    &game.panel.ce_score[2].valign
+  },
+  {
+    "game.panel.ce_score_3.digits",
+    &game.panel.ce_score[2].size
+  },
+  {
+    "game.panel.ce_score_3.font",
+    &game.panel.ce_score[2].font
+  },
+  {
+    "game.panel.ce_score_3.element",
+    &game.panel.ce_score[2].id
+  },
+  {
+    "game.panel.ce_score_3_element.x",
+    &game.panel.ce_score_element[2].x
+  },
+  {
+    "game.panel.ce_score_3_element.y",
+    &game.panel.ce_score_element[2].y
+  },
+  {
+    "game.panel.ce_score_3_element.tile_size",
+    &game.panel.ce_score_element[2].size
+  },
+  {
+    "game.panel.ce_score_3_element.element",
+    &game.panel.ce_score_element[2].id
+  },
+  {
+    "game.panel.ce_score_4.x",
+    &game.panel.ce_score[3].x
+  },
+  {
+    "game.panel.ce_score_4.y",
+    &game.panel.ce_score[3].y
+  },
+  {
+    "game.panel.ce_score_4.align",
+    &game.panel.ce_score[3].align
+  },
+  {
+    "game.panel.ce_score_4.valign",
+    &game.panel.ce_score[3].valign
+  },
+  {
+    "game.panel.ce_score_4.digits",
+    &game.panel.ce_score[3].size
+  },
+  {
+    "game.panel.ce_score_4.font",
+    &game.panel.ce_score[3].font
+  },
+  {
+    "game.panel.ce_score_4.element",
+    &game.panel.ce_score[3].id
+  },
+  {
+    "game.panel.ce_score_4_element.x",
+    &game.panel.ce_score_element[3].x
+  },
+  {
+    "game.panel.ce_score_4_element.y",
+    &game.panel.ce_score_element[3].y
+  },
+  {
+    "game.panel.ce_score_4_element.tile_size",
+    &game.panel.ce_score_element[3].size
+  },
+  {
+    "game.panel.ce_score_4_element.element",
+    &game.panel.ce_score_element[3].id
+  },
+  {
+    "game.panel.ce_score_5.x",
+    &game.panel.ce_score[4].x
+  },
+  {
+    "game.panel.ce_score_5.y",
+    &game.panel.ce_score[4].y
+  },
+  {
+    "game.panel.ce_score_5.align",
+    &game.panel.ce_score[4].align
+  },
+  {
+    "game.panel.ce_score_5.valign",
+    &game.panel.ce_score[4].valign
+  },
+  {
+    "game.panel.ce_score_5.digits",
+    &game.panel.ce_score[4].size
+  },
+  {
+    "game.panel.ce_score_5.font",
+    &game.panel.ce_score[4].font
+  },
+  {
+    "game.panel.ce_score_5.element",
+    &game.panel.ce_score[4].id
+  },
+  {
+    "game.panel.ce_score_5_element.x",
+    &game.panel.ce_score_element[4].x
+  },
+  {
+    "game.panel.ce_score_5_element.y",
+    &game.panel.ce_score_element[4].y
+  },
+  {
+    "game.panel.ce_score_5_element.tile_size",
+    &game.panel.ce_score_element[4].size
+  },
+  {
+    "game.panel.ce_score_5_element.element",
+    &game.panel.ce_score_element[4].id
+  },
+  {
+    "game.panel.ce_score_6.x",
+    &game.panel.ce_score[5].x
+  },
+  {
+    "game.panel.ce_score_6.y",
+    &game.panel.ce_score[5].y
+  },
+  {
+    "game.panel.ce_score_6.align",
+    &game.panel.ce_score[5].align
+  },
+  {
+    "game.panel.ce_score_6.valign",
+    &game.panel.ce_score[5].valign
   },
   {
-    "game.panel.bd_magic_wall.y",
-    &game.panel.bd_magic_wall.y
+    "game.panel.ce_score_6.digits",
+    &game.panel.ce_score[5].size
   },
   {
-    "game.panel.dc_magic_wall.x",
-    &game.panel.dc_magic_wall.x
+    "game.panel.ce_score_6.font",
+    &game.panel.ce_score[5].font
   },
   {
-    "game.panel.dc_magic_wall.y",
-    &game.panel.dc_magic_wall.y
+    "game.panel.ce_score_6.element",
+    &game.panel.ce_score[5].id
+  },
+  {
+    "game.panel.ce_score_6_element.x",
+    &game.panel.ce_score_element[5].x
+  },
+  {
+    "game.panel.ce_score_6_element.y",
+    &game.panel.ce_score_element[5].y
+  },
+  {
+    "game.panel.ce_score_6_element.tile_size",
+    &game.panel.ce_score_element[5].size
+  },
+  {
+    "game.panel.ce_score_6_element.element",
+    &game.panel.ce_score_element[5].id
+  },
+  {
+    "game.panel.ce_score_7.x",
+    &game.panel.ce_score[6].x
+  },
+  {
+    "game.panel.ce_score_7.y",
+    &game.panel.ce_score[6].y
+  },
+  {
+    "game.panel.ce_score_7.align",
+    &game.panel.ce_score[6].align
+  },
+  {
+    "game.panel.ce_score_7.valign",
+    &game.panel.ce_score[6].valign
+  },
+  {
+    "game.panel.ce_score_7.digits",
+    &game.panel.ce_score[6].size
+  },
+  {
+    "game.panel.ce_score_7.font",
+    &game.panel.ce_score[6].font
+  },
+  {
+    "game.panel.ce_score_7.element",
+    &game.panel.ce_score[6].id
+  },
+  {
+    "game.panel.ce_score_7_element.x",
+    &game.panel.ce_score_element[6].x
+  },
+  {
+    "game.panel.ce_score_7_element.y",
+    &game.panel.ce_score_element[6].y
+  },
+  {
+    "game.panel.ce_score_7_element.tile_size",
+    &game.panel.ce_score_element[6].size
+  },
+  {
+    "game.panel.ce_score_7_element.element",
+    &game.panel.ce_score_element[6].id
+  },
+  {
+    "game.panel.ce_score_8.x",
+    &game.panel.ce_score[7].x
+  },
+  {
+    "game.panel.ce_score_8.y",
+    &game.panel.ce_score[7].y
+  },
+  {
+    "game.panel.ce_score_8.align",
+    &game.panel.ce_score[7].align
+  },
+  {
+    "game.panel.ce_score_8.valign",
+    &game.panel.ce_score[7].valign
+  },
+  {
+    "game.panel.ce_score_8.digits",
+    &game.panel.ce_score[7].size
+  },
+  {
+    "game.panel.ce_score_8.font",
+    &game.panel.ce_score[7].font
+  },
+  {
+    "game.panel.ce_score_8.element",
+    &game.panel.ce_score[7].id
+  },
+  {
+    "game.panel.ce_score_8_element.x",
+    &game.panel.ce_score_element[7].x
+  },
+  {
+    "game.panel.ce_score_8_element.y",
+    &game.panel.ce_score_element[7].y
+  },
+  {
+    "game.panel.ce_score_8_element.tile_size",
+    &game.panel.ce_score_element[7].size
+  },
+  {
+    "game.panel.ce_score_8_element.element",
+    &game.panel.ce_score_element[7].id
   },
   {
     "game.panel.player_name.x",
@@ -2188,9 +3436,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.player_name.align",
     &game.panel.player_name.align
   },
+  {
+    "game.panel.player_name.valign",
+    &game.panel.player_name.valign
+  },
   {
     "game.panel.player_name.chars",
-    &game.panel.player_name.chars
+    &game.panel.player_name.size
   },
   {
     "game.panel.player_name.font",
@@ -2208,9 +3460,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.level_name.align",
     &game.panel.level_name.align
   },
+  {
+    "game.panel.level_name.valign",
+    &game.panel.level_name.valign
+  },
   {
     "game.panel.level_name.chars",
-    &game.panel.level_name.chars
+    &game.panel.level_name.size
   },
   {
     "game.panel.level_name.font",
@@ -2228,9 +3484,13 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.level_author.align",
     &game.panel.level_author.align
   },
+  {
+    "game.panel.level_author.valign",
+    &game.panel.level_author.valign
+  },
   {
     "game.panel.level_author.chars",
-    &game.panel.level_author.chars
+    &game.panel.level_author.size
   },
   {
     "game.panel.level_author.font",
@@ -2284,6 +3544,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.button.sound_simple.y",
     &game.button.sound_simple.y
   },
+  {
+    "game.forced_scroll_delay_value",
+    &game.forced_scroll_delay_value
+  },
   {
     "[player].boring_delay_fixed",
     &game.player_boring_delay_fixed