@@ -1007,16 +1007,17 @@ window figure_warship_info_window = {
1007
1007
}
1008
1008
}
1009
1009
1010
- info_window_figure_caravan_donkey = {
1010
+ window info_window_figure_caravan_donkey = {
1011
1011
ui : __baseui ( figure_info_window , {
1012
- bought_items : { type : " text" , pos : [ 40 , 180 ] , size :[ px ( 29 ) , px ( 10 ) ] , wrap :px ( 29 ) , font : FONT_NORMAL_WHITE_ON_DARK , font_link :FONT_NORMAL_YELLOW , rich :true , clip_area :true } ,
1013
- sold_items : { type : " text" , pos : [ 40 , 210 ] , size :[ px ( 29 ) , px ( 10 ) ] , wrap :px ( 29 ) , font : FONT_NORMAL_WHITE_ON_DARK , font_link :FONT_NORMAL_YELLOW , rich :true , clip_area :true } ,
1012
+ bought_items : text ( { pos : [ 40 , 180 ] , size :[ px ( 29 ) , px ( 10 ) ] , wrap :px ( 29 ) , font : FONT_NORMAL_WHITE_ON_DARK , font_link :FONT_NORMAL_YELLOW , rich :true , clip_area :true } ) ,
1013
+ sold_items : text ( { pos : [ 40 , 210 ] , size :[ px ( 29 ) , px ( 10 ) ] , wrap :px ( 29 ) , font : FONT_NORMAL_WHITE_ON_DARK , font_link :FONT_NORMAL_YELLOW , rich :true , clip_area :true } ) ,
1014
1014
} )
1015
1015
}
1016
1016
1017
1017
window figure_carrier_info_window = {
1018
1018
ui : __baseui ( figure_info_window , {
1019
- items : text ( { pos : [ 102 , 158 ] , size :[ px ( 29 ) , 20 ] , font : FONT_NORMAL_BLACK_ON_DARK , rich :true } ) ,
1019
+ typename : text ( { pos : [ 92 , 139 ] , text :"${figure.class_name} ( @Y${figure.home}& )" , font : FONT_NORMAL_BLACK_ON_DARK , rich :true , scroll :false } ) ,
1020
+ items : text ( { pos : [ 102 , 158 ] , size :[ px ( 29 ) , 20 ] , font : FONT_NORMAL_BLACK_ON_DARK , rich :true , scroll :false } ) ,
1020
1021
phrase : text ( { pos : [ 90 , 180 ] , font : FONT_NORMAL_BLACK_ON_DARK , wrap :px ( 22 ) , multiline :true } ) ,
1021
1022
} )
1022
1023
}
0 commit comments