Skip to content

Commit 4063193

Browse files
committed
Fix gamepad selector texture
1 parent 2882da5 commit 4063193

File tree

6 files changed

+48
-48
lines changed

6 files changed

+48
-48
lines changed

gamedata/configs/ui/textures_descr/ui_ixray_ex.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<w>
2-
<file name="ui\ui_ixray_ex">
2+
<file name="ui\ui_ixray_ex">
33
<texture id="ui_wp_prop_distantion" x="230" y="4" width="19" height="19" />
44
<texture id="ui_am_condition" x="230" y="23" width="19" height="19" />
55
<texture id="ui_car_panel_back" x="0" y="0" width="220" height="120" />
@@ -22,31 +22,31 @@
2222
<texture id="ui_inv_item_selector_l" x="0" y="257" width="1" height="62" /><!-- LEFT -->
2323
<texture id="ui_inv_item_selector_back" x="1" y="257" width="62" height="62" /><!-- CENTER -->
2424
<texture id="ui_inv_item_selector_r" x="63" y="257" width="1" height="62" /><!-- RIGHT -->
25-
<texture id="ui_inv_item_selector_lb" x="0" y="320" width="1" height="1" /><!-- BOTTOM LEFT -->
26-
<texture id="ui_inv_item_selector_b" x="1" y="320" width="62" height="1" /><!-- BOTTOM -->
27-
<texture id="ui_inv_item_selector_rb" x="63" y="320" width="1" height="1" /><!-- BOTTOM RIGHT -->
25+
<texture id="ui_inv_item_selector_lb" x="0" y="319" width="1" height="1" /><!-- BOTTOM LEFT -->
26+
<texture id="ui_inv_item_selector_b" x="1" y="319" width="62" height="1" /><!-- BOTTOM -->
27+
<texture id="ui_inv_item_selector_rb" x="63" y="319" width="1" height="1" /><!-- BOTTOM RIGHT -->
2828

2929
<texture id="ui_inv_item_selector_sec_lt" x="64" y="256" width="1" height="1" />
3030
<texture id="ui_inv_item_selector_sec_t" x="65" y="256" width="62" height="1" />
3131
<texture id="ui_inv_item_selector_sec_rt" x="127" y="256" width="1" height="1" />
3232
<texture id="ui_inv_item_selector_sec_l" x="64" y="257" width="1" height="62" />
3333
<texture id="ui_inv_item_selector_sec_back" x="65" y="257" width="62" height="62" />
3434
<texture id="ui_inv_item_selector_sec_r" x="127" y="257" width="1" height="62" />
35-
<texture id="ui_inv_item_selector_sec_lb" x="64" y="320" width="1" height="1" />
36-
<texture id="ui_inv_item_selector_sec_b" x="65" y="320" width="62" height="1" />
37-
<texture id="ui_inv_item_selector_sec_rb" x="127" y="320" width="1" height="1" />
35+
<texture id="ui_inv_item_selector_sec_lb" x="64" y="319" width="1" height="1" />
36+
<texture id="ui_inv_item_selector_sec_b" x="65" y="319" width="62" height="1" />
37+
<texture id="ui_inv_item_selector_sec_rb" x="127" y="319" width="1" height="1" />
3838

3939
<texture id="ui_inv_item_selector_tri_lt" x="128" y="256" width="1" height="1" /><!-- TOP LEFT -->
4040
<texture id="ui_inv_item_selector_tri_t" x="129" y="256" width="62" height="1" /><!-- TOP -->
4141
<texture id="ui_inv_item_selector_tri_rt" x="191" y="256" width="1" height="1" /><!-- TOP RIGHT -->
4242
<texture id="ui_inv_item_selector_tri_l" x="128" y="257" width="1" height="62" /><!-- LEFT -->
4343
<texture id="ui_inv_item_selector_tri_back" x="129" y="257" width="62" height="62" /><!-- CENTER -->
4444
<texture id="ui_inv_item_selector_tri_r" x="191" y="257" width="1" height="62" /><!-- RIGHT -->
45-
<texture id="ui_inv_item_selector_tri_lb" x="128" y="263" width="1" height="1" /><!-- BOTTOM LEFT -->
46-
<texture id="ui_inv_item_selector_tri_b" x="129" y="263" width="62" height="1" /><!-- BOTTOM -->
47-
<texture id="ui_inv_item_selector_tri_rb" x="191" y="263" width="1" height="1" /><!-- BOTTOM RIGHT -->
48-
</file>
49-
<file name="ui\ui_flags">
45+
<texture id="ui_inv_item_selector_tri_lb" x="128" y="319" width="1" height="1" /><!-- BOTTOM LEFT -->
46+
<texture id="ui_inv_item_selector_tri_b" x="129" y="319" width="62" height="1" /><!-- BOTTOM -->
47+
<texture id="ui_inv_item_selector_tri_rb" x="191" y="319" width="1" height="1" /><!-- BOTTOM RIGHT -->
48+
</file>
49+
<file name="ui\ui_flags">
5050
<texture id="ui_flag_usa_cop_e" x="0" y="128" width="128" height="128" />
5151
<texture id="ui_flag_usa_cop_h" x="128" y="128" width="128" height="128" />
5252
<texture id="ui_flag_usa_cop_t" x="256" y="128" width="128" height="128" />
@@ -71,8 +71,8 @@
7171
<texture id="ui_flag_russia_cs_h" x="512" y="0" width="128" height="128" />
7272
<texture id="ui_flag_russia_cs_t" x="640" y="0" width="128" height="128" />
7373
<texture id="ui_flag_russia_cs_d" x="384" y="0" width="128" height="128" />
74-
</file>
75-
<file name="ui\ui_actor_newsmanager_icons">
76-
<texture id="ui_ixray_spawn_icon" x="332" y="423" width="83" height="47" />
77-
</file>
74+
</file>
75+
<file name="ui\ui_iconstotal">
76+
<texture id="ui_ixray_spawn_icon" x="0" y="94" width="83" height="47" />
77+
</file>
7878
</w>
0 Bytes
Binary file not shown.

gamedata_cs/configs/ui/textures_descr/ui_ixray_ex.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<w>
2-
<file name="ui\ui_ixray_ex">
2+
<file name="ui\ui_ixray_ex">
33
<texture id="ui_wp_prop_distantion" x="230" y="4" width="19" height="19" />
44
<texture id="ui_am_condition" x="230" y="23" width="19" height="19" />
55
<texture id="ui_car_panel_back" x="0" y="0" width="220" height="120" />
@@ -22,31 +22,31 @@
2222
<texture id="ui_inv_item_selector_l" x="0" y="257" width="1" height="62" /><!-- LEFT -->
2323
<texture id="ui_inv_item_selector_back" x="1" y="257" width="62" height="62" /><!-- CENTER -->
2424
<texture id="ui_inv_item_selector_r" x="63" y="257" width="1" height="62" /><!-- RIGHT -->
25-
<texture id="ui_inv_item_selector_lb" x="0" y="320" width="1" height="1" /><!-- BOTTOM LEFT -->
26-
<texture id="ui_inv_item_selector_b" x="1" y="320" width="62" height="1" /><!-- BOTTOM -->
27-
<texture id="ui_inv_item_selector_rb" x="63" y="320" width="1" height="1" /><!-- BOTTOM RIGHT -->
25+
<texture id="ui_inv_item_selector_lb" x="0" y="319" width="1" height="1" /><!-- BOTTOM LEFT -->
26+
<texture id="ui_inv_item_selector_b" x="1" y="319" width="62" height="1" /><!-- BOTTOM -->
27+
<texture id="ui_inv_item_selector_rb" x="63" y="319" width="1" height="1" /><!-- BOTTOM RIGHT -->
2828

2929
<texture id="ui_inv_item_selector_sec_lt" x="64" y="256" width="1" height="1" />
3030
<texture id="ui_inv_item_selector_sec_t" x="65" y="256" width="62" height="1" />
3131
<texture id="ui_inv_item_selector_sec_rt" x="127" y="256" width="1" height="1" />
3232
<texture id="ui_inv_item_selector_sec_l" x="64" y="257" width="1" height="62" />
3333
<texture id="ui_inv_item_selector_sec_back" x="65" y="257" width="62" height="62" />
3434
<texture id="ui_inv_item_selector_sec_r" x="127" y="257" width="1" height="62" />
35-
<texture id="ui_inv_item_selector_sec_lb" x="64" y="320" width="1" height="1" />
36-
<texture id="ui_inv_item_selector_sec_b" x="65" y="320" width="62" height="1" />
37-
<texture id="ui_inv_item_selector_sec_rb" x="127" y="320" width="1" height="1" />
35+
<texture id="ui_inv_item_selector_sec_lb" x="64" y="319" width="1" height="1" />
36+
<texture id="ui_inv_item_selector_sec_b" x="65" y="319" width="62" height="1" />
37+
<texture id="ui_inv_item_selector_sec_rb" x="127" y="319" width="1" height="1" />
3838

3939
<texture id="ui_inv_item_selector_tri_lt" x="128" y="256" width="1" height="1" /><!-- TOP LEFT -->
4040
<texture id="ui_inv_item_selector_tri_t" x="129" y="256" width="62" height="1" /><!-- TOP -->
4141
<texture id="ui_inv_item_selector_tri_rt" x="191" y="256" width="1" height="1" /><!-- TOP RIGHT -->
4242
<texture id="ui_inv_item_selector_tri_l" x="128" y="257" width="1" height="62" /><!-- LEFT -->
4343
<texture id="ui_inv_item_selector_tri_back" x="129" y="257" width="62" height="62" /><!-- CENTER -->
4444
<texture id="ui_inv_item_selector_tri_r" x="191" y="257" width="1" height="62" /><!-- RIGHT -->
45-
<texture id="ui_inv_item_selector_tri_lb" x="128" y="263" width="1" height="1" /><!-- BOTTOM LEFT -->
46-
<texture id="ui_inv_item_selector_tri_b" x="129" y="263" width="62" height="1" /><!-- BOTTOM -->
47-
<texture id="ui_inv_item_selector_tri_rb" x="191" y="263" width="1" height="1" /><!-- BOTTOM RIGHT -->
48-
</file>
49-
<file name="ui\ui_flags">
45+
<texture id="ui_inv_item_selector_tri_lb" x="128" y="319" width="1" height="1" /><!-- BOTTOM LEFT -->
46+
<texture id="ui_inv_item_selector_tri_b" x="129" y="319" width="62" height="1" /><!-- BOTTOM -->
47+
<texture id="ui_inv_item_selector_tri_rb" x="191" y="319" width="1" height="1" /><!-- BOTTOM RIGHT -->
48+
</file>
49+
<file name="ui\ui_flags">
5050
<texture id="ui_flag_usa_cop_e" x="0" y="128" width="128" height="128" />
5151
<texture id="ui_flag_usa_cop_h" x="128" y="128" width="128" height="128" />
5252
<texture id="ui_flag_usa_cop_t" x="256" y="128" width="128" height="128" />
@@ -71,8 +71,8 @@
7171
<texture id="ui_flag_russia_cs_h" x="512" y="0" width="128" height="128" />
7272
<texture id="ui_flag_russia_cs_t" x="640" y="0" width="128" height="128" />
7373
<texture id="ui_flag_russia_cs_d" x="384" y="0" width="128" height="128" />
74-
</file>
75-
<file name="ui\ui_actor_newsmanager_icons">
76-
<texture id="ui_ixray_spawn_icon" x="332" y="423" width="83" height="47" />
77-
</file>
74+
</file>
75+
<file name="ui\ui_iconstotal">
76+
<texture id="ui_ixray_spawn_icon" x="0" y="94" width="83" height="47" />
77+
</file>
7878
</w>
0 Bytes
Binary file not shown.

gamedata_soc/configs/ui/textures_descr/ui_ixray_ex.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<w>
2-
<file name="ui\ui_ixray_ex">
2+
<file name="ui\ui_ixray_ex">
33
<texture id="ui_wp_prop_distantion" x="230" y="4" width="19" height="19" />
44
<texture id="ui_am_condition" x="230" y="23" width="19" height="19" />
55
<texture id="ui_car_panel_back" x="0" y="0" width="220" height="120" />
@@ -22,31 +22,31 @@
2222
<texture id="ui_inv_item_selector_l" x="0" y="257" width="1" height="62" /><!-- LEFT -->
2323
<texture id="ui_inv_item_selector_back" x="1" y="257" width="62" height="62" /><!-- CENTER -->
2424
<texture id="ui_inv_item_selector_r" x="63" y="257" width="1" height="62" /><!-- RIGHT -->
25-
<texture id="ui_inv_item_selector_lb" x="0" y="320" width="1" height="1" /><!-- BOTTOM LEFT -->
26-
<texture id="ui_inv_item_selector_b" x="1" y="320" width="62" height="1" /><!-- BOTTOM -->
27-
<texture id="ui_inv_item_selector_rb" x="63" y="320" width="1" height="1" /><!-- BOTTOM RIGHT -->
25+
<texture id="ui_inv_item_selector_lb" x="0" y="319" width="1" height="1" /><!-- BOTTOM LEFT -->
26+
<texture id="ui_inv_item_selector_b" x="1" y="319" width="62" height="1" /><!-- BOTTOM -->
27+
<texture id="ui_inv_item_selector_rb" x="63" y="319" width="1" height="1" /><!-- BOTTOM RIGHT -->
2828

2929
<texture id="ui_inv_item_selector_sec_lt" x="64" y="256" width="1" height="1" />
3030
<texture id="ui_inv_item_selector_sec_t" x="65" y="256" width="62" height="1" />
3131
<texture id="ui_inv_item_selector_sec_rt" x="127" y="256" width="1" height="1" />
3232
<texture id="ui_inv_item_selector_sec_l" x="64" y="257" width="1" height="62" />
3333
<texture id="ui_inv_item_selector_sec_back" x="65" y="257" width="62" height="62" />
3434
<texture id="ui_inv_item_selector_sec_r" x="127" y="257" width="1" height="62" />
35-
<texture id="ui_inv_item_selector_sec_lb" x="64" y="320" width="1" height="1" />
36-
<texture id="ui_inv_item_selector_sec_b" x="65" y="320" width="62" height="1" />
37-
<texture id="ui_inv_item_selector_sec_rb" x="127" y="320" width="1" height="1" />
35+
<texture id="ui_inv_item_selector_sec_lb" x="64" y="319" width="1" height="1" />
36+
<texture id="ui_inv_item_selector_sec_b" x="65" y="319" width="62" height="1" />
37+
<texture id="ui_inv_item_selector_sec_rb" x="127" y="319" width="1" height="1" />
3838

3939
<texture id="ui_inv_item_selector_tri_lt" x="128" y="256" width="1" height="1" /><!-- TOP LEFT -->
4040
<texture id="ui_inv_item_selector_tri_t" x="129" y="256" width="62" height="1" /><!-- TOP -->
4141
<texture id="ui_inv_item_selector_tri_rt" x="191" y="256" width="1" height="1" /><!-- TOP RIGHT -->
4242
<texture id="ui_inv_item_selector_tri_l" x="128" y="257" width="1" height="62" /><!-- LEFT -->
4343
<texture id="ui_inv_item_selector_tri_back" x="129" y="257" width="62" height="62" /><!-- CENTER -->
4444
<texture id="ui_inv_item_selector_tri_r" x="191" y="257" width="1" height="62" /><!-- RIGHT -->
45-
<texture id="ui_inv_item_selector_tri_lb" x="128" y="263" width="1" height="1" /><!-- BOTTOM LEFT -->
46-
<texture id="ui_inv_item_selector_tri_b" x="129" y="263" width="62" height="1" /><!-- BOTTOM -->
47-
<texture id="ui_inv_item_selector_tri_rb" x="191" y="263" width="1" height="1" /><!-- BOTTOM RIGHT -->
48-
</file>
49-
<file name="ui\ui_flags">
45+
<texture id="ui_inv_item_selector_tri_lb" x="128" y="319" width="1" height="1" /><!-- BOTTOM LEFT -->
46+
<texture id="ui_inv_item_selector_tri_b" x="129" y="319" width="62" height="1" /><!-- BOTTOM -->
47+
<texture id="ui_inv_item_selector_tri_rb" x="191" y="319" width="1" height="1" /><!-- BOTTOM RIGHT -->
48+
</file>
49+
<file name="ui\ui_flags">
5050
<texture id="ui_flag_usa_cop_e" x="0" y="128" width="128" height="128" />
5151
<texture id="ui_flag_usa_cop_h" x="128" y="128" width="128" height="128" />
5252
<texture id="ui_flag_usa_cop_t" x="256" y="128" width="128" height="128" />
@@ -71,8 +71,8 @@
7171
<texture id="ui_flag_russia_cs_h" x="512" y="0" width="128" height="128" />
7272
<texture id="ui_flag_russia_cs_t" x="640" y="0" width="128" height="128" />
7373
<texture id="ui_flag_russia_cs_d" x="384" y="0" width="128" height="128" />
74-
</file>
75-
<file name="ui\ui_actor_newsmanager_icons">
76-
<texture id="ui_ixray_spawn_icon" x="332" y="423" width="83" height="47" />
77-
</file>
74+
</file>
75+
<file name="ui\ui_iconstotal">
76+
<texture id="ui_ixray_spawn_icon" x="0" y="94" width="83" height="47" />
77+
</file>
7878
</w>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)