@@ -850,7 +850,38 @@ hold_festival_window = {
850
850
}
851
851
}
852
852
853
+ sidebar_window_extra = {
854
+ ui : {
855
+ background : inner_panel ( { pos :[ 0 , 480 ] , size :[ 10 , 19 ] } ) ,
856
+
857
+ speed_header : text ( { pos :[ 11 , 485 ] , text :[ 45 , 2 ] , font :FONT_NORMAL_WHITE_ON_DARK } ) ,
858
+ speed_current : text ( { pos :[ 65 , 480 + 28 ] , font :FONT_NORMAL_WHITE_ON_DARK } ) ,
859
+ dec_speed : arrowdown ( { pos :[ 11 , 470 + 30 ] , tiny :false } ) ,
860
+ inc_speed : arrowup ( { pos :[ 35 , 470 + 30 ] , tiny :false } ) ,
861
+
862
+ unemp_header : text ( { pos :[ 11 , 480 + 50 ] , text :[ 68 , 135 ] , font :FONT_NORMAL_WHITE_ON_DARK } ) ,
863
+ unemp_current : text ( { pos :[ 11 , 480 + 70 ] , font :FONT_NORMAL_WHITE_ON_DARK } ) ,
864
+
865
+ population_header : text ( { pos :[ 11 , 480 + 90 ] , font :FONT_NORMAL_WHITE_ON_DARK } ) ,
866
+ population_current : text ( { pos :[ 11 , 480 + 110 ] } ) ,
867
+
868
+ culture_header : text ( { pos :[ 11 , 480 + 130 ] , font :FONT_NORMAL_WHITE_ON_DARK } ) ,
869
+ culture_current : text ( { pos :[ 11 , 480 + 150 ] } ) ,
870
+
871
+ prosperity_header : text ( { pos :[ 11 , 480 + 170 ] , font :FONT_NORMAL_WHITE_ON_DARK } ) ,
872
+ prosperity_current : text ( { pos :[ 11 , 480 + 190 ] } ) ,
873
+
874
+ monument_header : text ( { pos :[ 11 , 480 + 210 ] , font :FONT_NORMAL_WHITE_ON_DARK } ) ,
875
+ monument_current : text ( { pos :[ 11 , 480 + 230 ] } ) ,
876
+
877
+ kingdom_header : text ( { pos :[ 11 , 480 + 250 ] , font :FONT_NORMAL_WHITE_ON_DARK } ) ,
878
+ kingdom_current : text ( { pos :[ 11 , 480 + 270 ] } ) ,
879
+ }
880
+ }
881
+
853
882
sidebar_window_collapsed = {
883
+ extra_block : { pack :PACK_GENERAL , id :121 , offset :1 } ,
884
+ relief_block : { pack :PACK_GENERAL , id :121 , offset :5 } ,
854
885
expanded_offset_x : 42 ,
855
886
deceleration_offset_x : 5 ,
856
887
slide_acceleration_millis : 65 ,
@@ -881,6 +912,7 @@ sidebar_window_collapsed = {
881
912
882
913
sidebar_window_expanded = {
883
914
extra_block : { pack :PACK_GENERAL , id :121 , offset :2 } ,
915
+ relief_block : { pack :PACK_GENERAL , id :121 , offset :4 } ,
884
916
extra_block_x : - 24 ,
885
917
expanded_offset_x : 186 ,
886
918
deceleration_offset_x : 125 ,
0 commit comments