@@ -701,7 +701,7 @@ mission_briefing_window = {
701
701
goal_5 : { type : "label" , pos :[ 288 + 16 , 134 + 32 ] , body : { w :15 , h :1 } , font : FONT_NORMAL_YELLOW , enabled : false } ,
702
702
goal_immediate : { type : "label" , pos : { x :32 + 16 , y :134 + 32 } , body : { w :31 , h :1 } , font : FONT_NORMAL_YELLOW , enabled : false } ,
703
703
description_panel : { type : "inner_panel" , pos : { x :32 , y :200 } , size : { w :33 , h :14 } } ,
704
- description_text : { type : "text" , pos : [ 40 , 216 ] , size :[ px ( 36 ) , px ( 10 ) ] , wrap :px ( 34 ) , font : FONT_NORMAL_WHITE_ON_DARK , link_font :FONT_NORMAL_YELLOW , rich :true , clip_area :true } ,
704
+ description_text : { type : "text" , pos : [ 40 , 216 ] , size :[ px ( 36 ) , px ( 10 ) ] , wrap :px ( 34 ) , font : FONT_NORMAL_WHITE_ON_DARK , font_link :FONT_NORMAL_YELLOW , rich :true , clip_area :true } ,
705
705
difficulty_label : { type : "label" , pos :[ 105 , 433 ] , size :[ 31 , 14 ] , font : FONT_NORMAL_BLACK_ON_LIGHT } ,
706
706
back : { type :"image_button" , pos :[ 26 , 428 ] , size :[ 31 , 20 ] , pack :PACK_GENERAL , id :90 , offset :8 } ,
707
707
start_mission : { type :"image_button" , pos :[ 516 , 430 ] , size :[ 27 , 27 ] , pack :PACK_GENERAL , id :90 , offset :0 } ,
@@ -833,7 +833,7 @@ sidebar_window = {
833
833
background : image ( { pos :[ 0 , 30 ] , size : [ 29 , 22 ] , pack :PACK_GENERAL , id :121 } ) ,
834
834
build_image : image ( { pos :[ 11 , 211 ] } ) ,
835
835
836
- overlay_text : text_center ( { pos :[ 15 , 30 ] , size :[ 117 , 20 ] } ) ,
836
+ show_overlays : button ( { pos :[ 4 , 30 ] , size :[ 117 , 20 ] , border : false , font_hover : FONT_NORMAL_YELLOW } ) ,
837
837
838
838
goto_problem : image_button ( { pos :[ 86 , 434 ] , pack :PACK_GENERAL , id :136 , offset :56 } ) ,
839
839
show_messages : image_button ( { pos :[ 46 , 434 ] , pack :PACK_GENERAL , id :136 , offset :52 } ) ,
@@ -878,8 +878,8 @@ info_window_figure_animal = {
878
878
879
879
info_window_figure_caravan_donkey = {
880
880
ui : __baseui ( figure_info_window , {
881
- bought_items : { type : "text" , pos : [ 40 , 180 ] , size :[ px ( 29 ) , px ( 10 ) ] , wrap :px ( 29 ) , font : FONT_NORMAL_WHITE_ON_DARK , link_font :FONT_NORMAL_YELLOW , rich :true , clip_area :true } ,
882
- sold_items : { type : "text" , pos : [ 40 , 210 ] , size :[ px ( 29 ) , px ( 10 ) ] , wrap :px ( 29 ) , font : FONT_NORMAL_WHITE_ON_DARK , link_font :FONT_NORMAL_YELLOW , rich :true , clip_area :true } ,
881
+ 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 } ,
882
+ 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 } ,
883
883
} )
884
884
}
885
885
0 commit comments