@@ -1392,19 +1392,16 @@ info_window_storageyard = {
1392
1392
}
1393
1393
1394
1394
empire_window = {
1395
- trade_column_spacing : 106 ,
1395
+ trade_column_spacing : 146 ,
1396
1396
trade_row_spacing : 20 ,
1397
1397
info_y_traded : - 3 ,
1398
1398
trade_button_offset_x : 0 ,
1399
- info_y_sells : 30 ,
1400
- info_y_buys : 52 ,
1401
1399
info_y_footer_1 : 78 ,
1402
1400
info_y_city_desc : 28 ,
1403
1401
text_group_old_names : 195 ,
1404
1402
text_group_new_names : 21 ,
1405
1403
trade_resource_size : 18 ,
1406
1404
trade_resource_offset : 3 ,
1407
- sell_res_group : 47 ,
1408
1405
trade_button_offset_y : 10 ,
1409
1406
start_pos : [ 16 , 16 ] ,
1410
1407
finish_pos : [ 32 , 136 ] ,
@@ -1413,6 +1410,7 @@ empire_window = {
1413
1410
horizontal_bar : { pack :PACK_GENERAL , id :172 , offset :1 } ,
1414
1411
vertical_bar : { pack :PACK_GENERAL , id :172 , offset :0 } ,
1415
1412
cross_bar : { pack :PACK_GENERAL , id :172 , offset :2 } ,
1413
+ trade_amount : { pack :PACK_GENERAL , id :171 } ,
1416
1414
1417
1415
ui : {
1418
1416
background : dummy ( { size :[ sw ( 0 ) , sh ( 0 ) ] } ) ,
@@ -1421,6 +1419,23 @@ empire_window = {
1421
1419
button_close : close_button ( { margin :{ centerx :575 , bottom :- 40 } } ) ,
1422
1420
button_advisor : advisor_button ( { margin :{ centerx :- 595 , bottom :- 120 } } ) ,
1423
1421
button_open_trade : button ( { margin :{ centerx :- 220 , bottom :- 40 } , size :[ 440 , 20 ] } ) ,
1422
+ info_tooltip : text ( { margin :{ centerx :- 200 , bottom :- 60 } , size :[ 400 , 20 ] , font :FONT_NORMAL_BLACK_ON_LIGHT , align :"center" } ) ,
1423
+
1424
+ city_sell_title : text ( { text :[ 47 , 11 ] , margin :{ centerx :250 , bottom :- 120 } , font : FONT_NORMAL_BLACK_ON_LIGHT } ) ,
1425
+ city_sell_items : dummy ( { pos :[ 0 , 100 ] , size :[ 200 , 0 ] , margin :{ centerx :100 , bottom :- 90 } } ) ,
1426
+ city_sell_item : dummy ( { size :[ 120 , 20 ] , font :FONT_SMALL_PLAIN } ) ,
1427
+
1428
+ city_buy_title : text ( { text :[ 47 , 10 ] , margin :{ centerx :- 300 , bottom :- 120 } , font : FONT_NORMAL_BLACK_ON_LIGHT } ) ,
1429
+ city_buy_items : dummy ( { pos :[ 0 , 0 ] , size :[ 200 , 0 ] , margin :{ centerx :- 430 , bottom :- 90 } } ) ,
1430
+ city_buy_item : dummy ( { size :[ 120 , 20 ] , font :FONT_SMALL_PLAIN } ) ,
1431
+
1432
+ city_want_sell_title : text ( { text :[ 47 , 5 ] , margin :{ centerx :- 220 , bottom :- 90 } , font : FONT_NORMAL_BLACK_ON_LIGHT } ) ,
1433
+ city_want_sell_items : dummy ( { pos :[ 0 , 100 ] , margin :{ centerx :- 170 , bottom :- 90 } } ) ,
1434
+ city_want_sell_item : dummy ( { size :[ 110 , 0 ] , font :FONT_SMALL_PLAIN } ) ,
1435
+
1436
+ city_want_buy_title : text ( { text :[ 47 , 4 ] , margin :{ centerx :- 220 , bottom :- 70 } , font : FONT_NORMAL_BLACK_ON_LIGHT } ) ,
1437
+ city_want_buy_items : dummy ( { pos :[ 0 , 0 ] , margin :{ centerx :- 170 , bottom :- 70 } } ) ,
1438
+ city_want_buy_item : dummy ( { size :[ 110 , 0 ] , font :FONT_SMALL_PLAIN } ) ,
1424
1439
}
1425
1440
}
1426
1441
@@ -1435,9 +1450,9 @@ minimap_window = {
1435
1450
terrain_elevation : { pack :PACK_GENERAL , id :145 } ,
1436
1451
terrain_meadow : { pack :PACK_GENERAL , id :146 } ,
1437
1452
terrain_flooplain : { pack :PACK_GENERAL , id :146 } ,
1438
- terrain_road : { pack :PACK_GENERAL , id :147 } ,
1439
- terrain_wall : { pack :PACK_GENERAL , id :150 } ,
1453
+ terrain_road : { pack :PACK_GENERAL , id :147 } ,
1454
+ terrain_wall : { pack :PACK_GENERAL , id :150 } ,
1440
1455
terrain_canal : { pack :PACK_GENERAL , id :151 } ,
1441
- terrain_dune : { pack :PACK_GENERAL , id :211 } ,
1442
- terrain_teal : { pack :PACK_GENERAL , id :149 , offset :200 } ,
1456
+ terrain_dune : { pack :PACK_GENERAL , id :211 } ,
1457
+ terrain_teal : { pack :PACK_GENERAL , id :149 , offset :200 } ,
1443
1458
}
0 commit comments