@@ -1040,17 +1040,35 @@ window terrain_info_window = {
1040
1040
1041
1041
window temple_info_window = {
1042
1042
ui : {
1043
- background : { type : "outer_panel" , pos : [ 0 , 0 ] , size : [ 29 , 18 ] } ,
1044
- title : { type : "text" , pos : [ 0 , 16 ] , size : [ px ( 29 ) , 13 ] , font : FONT_LARGE_BLACK_ON_LIGHT , align :"center" } ,
1045
- inner_panel : { type : "inner_panel" , pos : [ 16 , 56 ] , size : [ 27 , 4 ] } ,
1046
- workers_img : { type : "image" , pack :PACK_GENERAL , id :134 , offset :14 , pos :[ 40 , 70 ] } ,
1047
- workers_text : { type : "text" , text :"${building.num_workers} ${8.12} ( ${model.laborers} ${69.0}" , pos : [ 70 , 74 ] , font : FONT_NORMAL_BLACK_ON_DARK , multiline :true , wrap :px ( 24 ) } ,
1048
- workers_desc : { type : "text" , pos : [ 70 , 74 + 16 ] , font : FONT_NORMAL_BLACK_ON_DARK } ,
1049
- button_help : { type : "image_button" , margin :{ left :14 , bottom :- 40 } , size :[ 27 , 27 ] , pack :PACK_GENERAL , id :134 } ,
1050
- button_close : { type : "image_button" , margin :{ right :- 40 , bottom :- 40 } , size :[ 27 , 27 ] , pack :PACK_GENERAL , id :134 , offset :4 } ,
1051
- show_overlay : { type :"generic_button" , margin :{ right :- 64 , bottom :- 40 } , size :[ 23 , 23 ] } ,
1052
- god_image : { type : "image" , pos : [ 190 , 134 ] } ,
1053
- mothball : { type :"generic_button" , margin :{ right :- 90 , bottom :- 40 } , size :[ 23 , 23 ] } ,
1043
+ background : outer_panel ( { pos : [ 0 , 0 ] , size : [ 29 , 18 ] } ) ,
1044
+ title : text ( { pos : [ 0 , 16 ] , size : [ px ( 29 ) , 13 ] , font : FONT_LARGE_BLACK_ON_LIGHT , align :"center" } ) ,
1045
+
1046
+ inner_panel : inner_panel ( { pos : [ 16 , 56 ] , size : [ 27 , 4 ] } ) ,
1047
+ workers_img : image ( { pack :PACK_GENERAL , id :134 , offset :14 , pos :[ 40 , 70 ] } ) ,
1048
+ workers_text : text ( { text :"${building.num_workers} ${8.12} ( ${model.laborers} ${69.0}" , pos : [ 70 , 74 ] , font : FONT_NORMAL_BLACK_ON_DARK , multiline :true , wrap :px ( 24 ) } ) ,
1049
+ workers_desc : text ( { pos : [ 70 , 74 + 16 ] , font : FONT_NORMAL_BLACK_ON_DARK } ) ,
1050
+ button_help : image_button ( { margin :{ left :14 , bottom :- 40 } , size :[ 27 , 27 ] , pack :PACK_GENERAL , id :134 } ) ,
1051
+ button_close : image_button ( { margin :{ right :- 40 , bottom :- 40 } , size :[ 27 , 27 ] , pack :PACK_GENERAL , id :134 , offset :4 } ) ,
1052
+ show_overlay : button ( { margin :{ right :- 64 , bottom :- 40 } , size :[ 23 , 23 ] } ) ,
1053
+ god_image : image ( { pos : [ 190 , 134 ] } ) ,
1054
+ mothball : button ( { margin :{ right :- 90 , bottom :- 40 } , size :[ 23 , 23 ] } ) ,
1055
+ }
1056
+ }
1057
+
1058
+ window temple_complex_info_window = {
1059
+ ui : {
1060
+ background : outer_panel ( { pos : [ 0 , 0 ] , size : [ 29 , 18 ] } ) ,
1061
+ title : text ( { pos : [ 0 , 16 ] , size : [ px ( 29 ) , 13 ] , font : FONT_LARGE_BLACK_ON_LIGHT , align :"center" } ) ,
1062
+
1063
+ inner_panel : inner_panel ( { pos : [ 16 , 56 ] , size : [ 27 , 4 ] } ) ,
1064
+ workers_img : image ( { pack :PACK_GENERAL , id :134 , offset :14 , pos :[ 40 , 70 ] } ) ,
1065
+ workers_text : text ( { text :"${building.num_workers} ${8.12} ( ${model.laborers} ${69.0}" , pos : [ 70 , 74 ] , font : FONT_NORMAL_BLACK_ON_DARK , multiline :true , wrap :px ( 24 ) } ) ,
1066
+ workers_desc : text ( { pos : [ 70 , 74 + 16 ] , font : FONT_NORMAL_BLACK_ON_DARK } ) ,
1067
+ button_help : image_button ( { margin :{ left :14 , bottom :- 40 } , size :[ 27 , 27 ] , pack :PACK_GENERAL , id :134 } ) ,
1068
+ button_close : image_button ( { margin :{ right :- 40 , bottom :- 40 } , size :[ 27 , 27 ] , pack :PACK_GENERAL , id :134 , offset :4 } ) ,
1069
+ show_overlay : button ( { margin :{ right :- 64 , bottom :- 40 } , size :[ 23 , 23 ] } ) ,
1070
+ god_image : image ( { pos : [ 190 , 134 ] } ) ,
1071
+ mothball : button ( { margin :{ right :- 90 , bottom :- 40 } , size :[ 23 , 23 ] } ) ,
1054
1072
}
1055
1073
}
1056
1074
0 commit comments