add game&rawdata
This commit is contained in:
parent
0133cd976c
commit
49b34b5546
45731 changed files with 709831 additions and 0 deletions
7
gamedata/configs/ui/backend/arrowstepper.xml
Normal file
7
gamedata/configs/ui/backend/arrowstepper.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<w>
|
||||
<left_btn_texture_name>ui_date_bt_left</left_btn_texture_name>
|
||||
<right_btn_texture_name>ui_date_bt_right</right_btn_texture_name>
|
||||
<track_texture_name>ui_inGame2_opt_slider_bar</track_texture_name>
|
||||
<ib_pos>30</ib_pos>
|
||||
</w>
|
||||
9
gamedata/configs/ui/backend/combobox.xml
Normal file
9
gamedata/configs/ui/backend/combobox.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<w>
|
||||
<frameline_default>ui_inGame2_combobox_linetext</frameline_default>
|
||||
<frameline_highlighted>ui_inGame2_combobox_linetext</frameline_highlighted>
|
||||
<list_box>ui_inGame2_combobox_line</list_box>
|
||||
<list_frame>ui_inGame2_combobox</list_frame>
|
||||
<arrow>ui_inGame2_combobox_arrow</arrow>
|
||||
<height>20</height>
|
||||
</w>
|
||||
6
gamedata/configs/ui/backend/cursor.xml
Normal file
6
gamedata/configs/ui/backend/cursor.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<w>
|
||||
<cursor x="0" y="0" width="40" height="40" stretch="1" native_scale="false">
|
||||
<texture x="0" y="0" width="45" height="45" shader="hud\cursor">ui\ui_ani_cursor</texture>
|
||||
</cursor>
|
||||
</w>
|
||||
10
gamedata/configs/ui/backend/custom_spin.xml
Normal file
10
gamedata/configs/ui/backend/custom_spin.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<w>
|
||||
<frameline>ui_inGame2_spin_box</frameline>
|
||||
<button_up>ui_inGame2_spin_box_button_top</button_up>
|
||||
<button_down>ui_inGame2_spin_box_button_bottom</button_down>
|
||||
<spin_height>20</spin_height>
|
||||
<button_size_x>11</button_size_x>
|
||||
<button_size_y>8</button_size_y>
|
||||
<button_offset>2</button_offset>
|
||||
</w>
|
||||
10
gamedata/configs/ui/backend/custom_spin_horz.xml
Normal file
10
gamedata/configs/ui/backend/custom_spin_horz.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<w>
|
||||
<frameline>ui_inGame2_edit_box</frameline>
|
||||
<button_up>ui_inGame2_spin_box_button_horz_top</button_up>
|
||||
<button_down>ui_inGame2_spin_box_button_horz_bottom</button_down>
|
||||
<spin_height>20</spin_height>
|
||||
<button_size_x>12</button_size_x>
|
||||
<button_size_y>19</button_size_y>
|
||||
<button_offset>1</button_offset>
|
||||
</w>
|
||||
10
gamedata/configs/ui/backend/hud_target.xml
Normal file
10
gamedata/configs/ui/backend/hud_target.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<w>
|
||||
<shader>hud\cursor</shader>
|
||||
<texture>ui\cursor</texture>
|
||||
<enemy_color r="255" g="0" b="0" a="128"/>
|
||||
<friend_color r="0" g="255" b="0" a="128"/>
|
||||
<neutral_color r="255" g="255" b="128" a="128"/>
|
||||
<default_color r="255" g="255" b="255" a="128"/>
|
||||
<target_font font="graffiti19"/>
|
||||
</w>
|
||||
7
gamedata/configs/ui/backend/trackbar.xml
Normal file
7
gamedata/configs/ui/backend/trackbar.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<w>
|
||||
<button_texture_name>ui_inGame2_opt_slider_box</button_texture_name>
|
||||
<track_texture_name>ui_inGame2_opt_slider_bar</track_texture_name>
|
||||
<size>1</size>
|
||||
<stretch>1</stretch>
|
||||
</w>
|
||||
Loading…
Add table
Add a link
Reference in a new issue