@@ -64,14 +64,22 @@ public bool TryGetImageName(int id, out string? value)
64
64
public static Dictionary < int , string > ImageIdNameMap = new ( )
65
65
{
66
66
{ 0 , "preview_image" } ,
67
- { 1 , "preview_image_windows" } ,
68
- { 2 , "totalPreviewImages" } ,
69
-
70
- // These are relative to ImageOffsets
71
- // ImageOffsets is the imageIds per sequenceIndex (for start/middle/end of the platform)
72
- //namespace Style0
73
- //{
74
- // constexpr uint32_t totalNumImages = 8;
75
- //}
76
- } ;
67
+ { 1 , "preview_image_glass_overlay" } ,
68
+ { 2 , "North West Back Wall" } ,
69
+ { 3 , "North West Front Platform" } ,
70
+ { 4 , "North West Front Wall/Roof" } ,
71
+ { 5 , "North West Glass Overlay" } ,
72
+ { 6 , "South West Back Wall" } ,
73
+ { 7 , "South West Front Platform" } ,
74
+ { 8 , "South West Front Wall/Roof" } ,
75
+ { 9 , "South West Glass Overlay" } ,
76
+ { 10 , "South East Back Wall" } ,
77
+ { 11 , "South East Front Platform" } ,
78
+ { 12 , "South East Front Wall/Roof" } ,
79
+ { 13 , "South East Glass Overlay" } ,
80
+ { 14 , "North East Back Wall" } ,
81
+ { 15 , "North East Front Platform" } ,
82
+ { 16 , "North East Front Wall/Roof" } ,
83
+ { 17 , "North East Glass Overlay" } ,
84
+ } ;
77
85
}
0 commit comments