@@ -13,7 +13,7 @@ top_menu_bar = {
13
13
}
14
14
15
15
main_menu_window = {
16
- button_pos : { x : 192 , y : 125 } ,
16
+ button_pos : [ 192 , 125 ] ,
17
17
button_size : { w : 256 , h : 25 } ,
18
18
button_offset : 40 ,
19
19
@@ -28,7 +28,7 @@ main_menu_window = {
28
28
29
29
advisor_rating_window = {
30
30
ui : {
31
- outer_panel : { type : "outer_panel" , pos : { x : 0 , y : 0 } , size : { w :40 , h :27 } } ,
31
+ outer_panel : { type : "outer_panel" , pos : [ 0 , 0 ] , size : { w :40 , h :27 } } ,
32
32
advisor_icon : { type : "image" , image : IMG_ADVISOR_RATING_ICON , pos : { x : 10 , y : 10 } } ,
33
33
header_label : { type : "label" , font : FONT_LARGE_BLACK_ON_LIGHT , text : { group : 53 , id : 0 } , pos : { x : 60 , y :17 } } ,
34
34
population_label : { type : "label" , text : "" , pos : { x : 300 , y :20 } } ,
@@ -39,11 +39,11 @@ advisor_rating_window = {
39
39
40
40
mission_briefing_window = {
41
41
ui : {
42
- outer_panel : { type : "outer_panel" , pos : { x : 16 , y : 32 } , size : { w :38 , h :27 } } ,
42
+ outer_panel : { type : "outer_panel" , pos : [ 16 , 32 ] , size : { w :38 , h :27 } } ,
43
43
title : { type : "text" , pos : { x :32 , y :48 } , font : FONT_LARGE_BLACK_ON_LIGHT } ,
44
44
subtitle : { type : "text" , pos : { x : 32 , y :78 } , font : FONT_NORMAL_BLACK_ON_LIGHT } ,
45
- objectives_label : { type : "label" , text : { group :62 , id :10 } , pos : { x :48 , y :104 } , font : FONT_NORMAL_WHITE_ON_DARK } ,
46
45
objectives_panel : { type : "inner_panel" , pos : { x :32 , y :96 } , size : { w :33 , h :6 } } ,
46
+ objectives_label : { type : "label" , text : { group :62 , id :10 } , pos : { x :48 , y :104 } , font : FONT_NORMAL_WHITE_ON_DARK } ,
47
47
tocity_label : { type : "label" , text : { group :62 , id :7 } , pos : { x :416 , y :433 } , font : FONT_NORMAL_BLACK_ON_LIGHT } ,
48
48
goal_0 : { type : "label" , pos : { x :32 + 16 , y :90 + 32 } , body : { w :15 , h :1 } , font : FONT_NORMAL_YELLOW , enabled : false } ,
49
49
goal_1 : { type : "label" , pos : { x :288 + 16 , y :90 + 32 } , body : { w :15 , h :1 } , font : FONT_NORMAL_YELLOW , enabled : false } ,
0 commit comments