From fdee942458228bcede6bab0919c4e1288f626f91 Mon Sep 17 00:00:00 2001 From: William Edwards Date: Tue, 24 Dec 2024 11:57:41 -0800 Subject: [PATCH] fix(Icons): add icons and diagrams for Ayaneo, PS, and GPD Win4 by this-is-just-con-tribute --- CREDITS.md | 6 + assets/gamepad/icon_mappings/ayaneo_2021.tres | 76 +++ assets/gamepad/icon_mappings/gpd_win4.tres | 72 +++ assets/gamepad/icon_mappings/ps4.tres | 2 +- assets/gamepad/icon_mappings/ps5.tres | 2 +- assets/gamepad/icon_mappings/rog_ally.tres | 4 +- .../gamepad/ayaneo-2021/ayaneo_esc_button.svg | 60 ++ .../ayaneo-2021/ayaneo_esc_button.svg.import | 37 ++ .../ayaneo-2021/ayaneo_home_button.svg | 59 ++ .../ayaneo-2021/ayaneo_home_button.svg.import | 37 ++ .../gamepad/ayaneo-2021/ayaneo_kb_button.svg | 59 ++ .../ayaneo-2021/ayaneo_kb_button.svg.import | 37 ++ .../gamepad/ayaneo-2021/ayaneo_lb_button.svg | 58 ++ .../ayaneo-2021/ayaneo_lb_button.svg.import | 37 ++ .../gamepad/ayaneo-2021/ayaneo_lt_button.svg | 70 +++ .../ayaneo-2021/ayaneo_lt_button.svg.import | 37 ++ .../ayaneo-2021/ayaneo_menu_button.svg | 58 ++ .../ayaneo-2021/ayaneo_menu_button.svg.import | 37 ++ .../gamepad/ayaneo-2021/ayaneo_rb_button.svg | 46 ++ .../ayaneo-2021/ayaneo_rb_button.svg.import | 37 ++ .../gamepad/ayaneo-2021/ayaneo_rt_button.svg | 46 ++ .../ayaneo-2021/ayaneo_rt_button.svg.import | 37 ++ .../ayaneo-2021/ayaneo_share_button.svg | 58 ++ .../ayaneo_share_button.svg.import | 37 ++ .../gamepad/ayaneo-2021/ayaneo_tm_button.svg | 58 ++ .../ayaneo-2021/ayaneo_tm_button.svg.import | 37 ++ .../gamepad/ayaneo-2021/ayaneo_win_button.svg | 58 ++ .../ayaneo-2021/ayaneo_win_button.svg.import | 37 ++ assets/images/gamepad/ayaneo-2021/diagram.svg | 588 ++++++++++++++++++ .../gamepad/ayaneo-2021/diagram.svg.import | 37 ++ assets/images/gamepad/playstation/guide.svg | 188 +++++- .../gamepad/playstation/guide.svg.import | 4 +- .../gamepad/rog-ally/ally_button_m1.svg | 163 ++--- .../rog-ally/ally_button_m1.svg.import | 4 +- .../gamepad/rog-ally/ally_button_m2.svg | 91 ++- .../rog-ally/ally_button_m2.svg.import | 4 +- assets/images/gamepad/win4/win4_l4.svg | 111 ++++ assets/images/gamepad/win4/win4_l4.svg.import | 37 ++ assets/images/gamepad/win4/win4_r4.svg | 100 +++ assets/images/gamepad/win4/win4_r4.svg.import | 37 ++ 40 files changed, 2376 insertions(+), 187 deletions(-) create mode 100644 assets/gamepad/icon_mappings/ayaneo_2021.tres create mode 100644 assets/gamepad/icon_mappings/gpd_win4.tres create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg create mode 100644 assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg.import create mode 100644 assets/images/gamepad/ayaneo-2021/diagram.svg create mode 100644 assets/images/gamepad/ayaneo-2021/diagram.svg.import create mode 100644 assets/images/gamepad/win4/win4_l4.svg create mode 100644 assets/images/gamepad/win4/win4_l4.svg.import create mode 100644 assets/images/gamepad/win4/win4_r4.svg create mode 100644 assets/images/gamepad/win4/win4_r4.svg.import diff --git a/CREDITS.md b/CREDITS.md index 0587ea0e..3a930464 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -8,4 +8,10 @@ ### Graphics +- ROG Ally M1/M2 buttons by [this-is-just-con-tribute](https://github.com/this-is-just-con-tribute) +- PS button by [this-is-just-con-tribute](https://github.com/this-is-just-con-tribute) +- Ayaneo 2021 Diagram by [this-is-just-con-tribute](https://github.com/this-is-just-con-tribute) +- Ayaneo 2021 Buttons by [this-is-just-con-tribute](https://github.com/this-is-just-con-tribute) +- GPD Win 4 Back Buttons by [this-is-just-con-tribute](https://github.com/this-is-just-con-tribute) + ### Audio diff --git a/assets/gamepad/icon_mappings/ayaneo_2021.tres b/assets/gamepad/icon_mappings/ayaneo_2021.tres new file mode 100644 index 00000000..e9e15e37 --- /dev/null +++ b/assets/gamepad/icon_mappings/ayaneo_2021.tres @@ -0,0 +1,76 @@ +[gd_resource type="Resource" script_class="InputIconMapping" load_steps=36 format=3 uid="uid://d0l3hnetd1dvt"] + +[ext_resource type="Texture2D" uid="uid://b1g6gko6yba0x" path="res://assets/images/gamepad/ayaneo-2021/diagram.svg" id="1_3qfjm"] +[ext_resource type="Texture2D" uid="uid://di87v7xnlu4hd" path="res://assets/images/gamepad/xbox/xbox_dpad.svg" id="2_jboj0"] +[ext_resource type="Texture2D" uid="uid://brqqse0hid6ki" path="res://assets/images/gamepad/xbox/xbox_dpad_down.svg" id="3_nsihk"] +[ext_resource type="Texture2D" uid="uid://caqnkbu5b0u2q" path="res://assets/images/gamepad/xbox/xbox_dpad_left.svg" id="4_im6e6"] +[ext_resource type="Texture2D" uid="uid://b5gektw3mgp1a" path="res://assets/images/gamepad/xbox/xbox_dpad_right.svg" id="5_efmvo"] +[ext_resource type="Texture2D" uid="uid://cjwqn3wttist" path="res://assets/images/gamepad/xbox/xbox_dpad_up.svg" id="6_5oxfr"] +[ext_resource type="Texture2D" uid="uid://dcucdnmw0q0ov" path="res://assets/images/gamepad/xbox/xbox_button_b.svg" id="7_vssv3"] +[ext_resource type="Texture2D" uid="uid://k76qrt7x0s1s" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg" id="8_h5d8a"] +[ext_resource type="Texture2D" uid="uid://dreauushxl8gy" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg" id="9_pa0eo"] +[ext_resource type="Texture2D" uid="uid://do8ip0e6vs5h5" path="res://assets/images/gamepad/generic/gyro.png" id="9_shhfc"] +[ext_resource type="Texture2D" uid="uid://dtkhsxdekhwh5" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg" id="9_wqu53"] +[ext_resource type="Texture2D" uid="uid://dqx7njocf1aok" path="res://assets/images/gamepad/xbox/xbox_stick_l.svg" id="10_aqxi7"] +[ext_resource type="Texture2D" uid="uid://ckqaven4xmk16" path="res://assets/images/gamepad/xbox/xbox_stick_l_press.svg" id="11_luyf3"] +[ext_resource type="Texture2D" uid="uid://c1bfw2axbcg1q" path="res://assets/images/gamepad/xbox/xbox_stick_l_down.svg" id="12_uycnw"] +[ext_resource type="Texture2D" uid="uid://c4iwtbyehtps2" path="res://assets/images/gamepad/xbox/xbox_stick_l_left.svg" id="13_pc1ai"] +[ext_resource type="Texture2D" uid="uid://d4bfok8606fmv" path="res://assets/images/gamepad/xbox/xbox_stick_l_right.svg" id="14_d8q6v"] +[ext_resource type="Texture2D" uid="uid://c7p0nhy4sh5wf" path="res://assets/images/gamepad/xbox/xbox_stick_l_up.svg" id="15_sw3j2"] +[ext_resource type="Texture2D" uid="uid://ldqunqmfhe1k" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg" id="16_7eiqv"] +[ext_resource type="Texture2D" uid="uid://dmn1mk5yrkgb1" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg" id="18_kr2d1"] +[ext_resource type="Texture2D" uid="uid://0jg4cw548nty" path="res://assets/images/gamepad/xbox/xbox_button_y.svg" id="18_lu4ak"] +[ext_resource type="Texture2D" uid="uid://bjq76f76quyry" path="res://assets/images/gamepad/xbox/xbox_stick_r.svg" id="19_1krml"] +[ext_resource type="Texture2D" uid="uid://cqsxq30jn2l60" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg" id="19_b4d78"] +[ext_resource type="Texture2D" uid="uid://5q4tjwvf7b8a" path="res://assets/images/gamepad/xbox/xbox_stick_r_press.svg" id="20_evnn2"] +[ext_resource type="Texture2D" uid="uid://cv3fxvf7gp6eo" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg" id="20_nbvhp"] +[ext_resource type="Texture2D" uid="uid://cu3ptt3kea56h" path="res://assets/images/gamepad/xbox/xbox_stick_r_down.svg" id="21_t1mjt"] +[ext_resource type="Texture2D" uid="uid://s4x7rp50eub5" path="res://assets/images/gamepad/xbox/xbox_stick_r_left.svg" id="22_apdk5"] +[ext_resource type="Texture2D" uid="uid://kfqb1dr0735v" path="res://assets/images/gamepad/xbox/xbox_stick_r_right.svg" id="23_t7yw8"] +[ext_resource type="Texture2D" uid="uid://o0xrox1l5sae" path="res://assets/images/gamepad/xbox/xbox_stick_r_up.svg" id="24_i3a83"] +[ext_resource type="Texture2D" uid="uid://dd80eosfhij2r" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg" id="25_hldoa"] +[ext_resource type="Script" path="res://core/systems/input/input_icon_mapping.gd" id="26_b2hfu"] +[ext_resource type="Texture2D" uid="uid://b5bwc8uicce4u" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg" id="27_3jpa4"] +[ext_resource type="Texture2D" uid="uid://ba520a67lwoj4" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg" id="29_k0ri6"] +[ext_resource type="Texture2D" uid="uid://cgrflee7ll75m" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg" id="30_w35hb"] +[ext_resource type="Texture2D" uid="uid://cl4d11t0kv11a" path="res://assets/images/gamepad/xbox/xbox_button_a.svg" id="32_b5n73"] +[ext_resource type="Texture2D" uid="uid://cjnbox2d87ta7" path="res://assets/images/gamepad/xbox/xbox_button_x.svg" id="34_fhilq"] + +[resource] +script = ExtResource("26_b2hfu") +name = "Ayaneo 2021" +device_names = PackedStringArray("AYANEO 2021") +diagram = ExtResource("1_3qfjm") +north = ExtResource("18_lu4ak") +south = ExtResource("32_b5n73") +east = ExtResource("7_vssv3") +west = ExtResource("34_fhilq") +guide = ExtResource("8_h5d8a") +start = ExtResource("30_w35hb") +select = ExtResource("27_3jpa4") +screenshot = ExtResource("29_k0ri6") +quickaccess = ExtResource("19_b4d78") +quickaccess_2 = ExtResource("20_nbvhp") +keyboard = ExtResource("9_pa0eo") +dpad = ExtResource("2_jboj0") +dpad_left = ExtResource("4_im6e6") +dpad_right = ExtResource("5_efmvo") +dpad_up = ExtResource("6_5oxfr") +dpad_down = ExtResource("3_nsihk") +left_shoulder = ExtResource("9_wqu53") +left_trigger = ExtResource("16_7eiqv") +right_shoulder = ExtResource("18_kr2d1") +right_trigger = ExtResource("25_hldoa") +left_stick = ExtResource("10_aqxi7") +left_stick_left = ExtResource("13_pc1ai") +left_stick_right = ExtResource("14_d8q6v") +left_stick_up = ExtResource("15_sw3j2") +left_stick_down = ExtResource("12_uycnw") +left_stick_click = ExtResource("11_luyf3") +right_stick = ExtResource("19_1krml") +right_stick_left = ExtResource("22_apdk5") +right_stick_right = ExtResource("23_t7yw8") +right_stick_up = ExtResource("24_i3a83") +right_stick_down = ExtResource("21_t1mjt") +right_stick_click = ExtResource("20_evnn2") +gyro = ExtResource("9_shhfc") diff --git a/assets/gamepad/icon_mappings/gpd_win4.tres b/assets/gamepad/icon_mappings/gpd_win4.tres new file mode 100644 index 00000000..9a6f2ce1 --- /dev/null +++ b/assets/gamepad/icon_mappings/gpd_win4.tres @@ -0,0 +1,72 @@ +[gd_resource type="Resource" script_class="InputIconMapping" load_steps=34 format=3 uid="uid://b5vupchq2okb3"] + +[ext_resource type="Texture2D" uid="uid://ct7bo3dulbx0o" path="res://assets/images/gamepad/win4/diagram.png" id="1_n7ac3"] +[ext_resource type="Texture2D" uid="uid://di87v7xnlu4hd" path="res://assets/images/gamepad/xbox/xbox_dpad.svg" id="2_u2yfs"] +[ext_resource type="Texture2D" uid="uid://brqqse0hid6ki" path="res://assets/images/gamepad/xbox/xbox_dpad_down.svg" id="3_ylgke"] +[ext_resource type="Texture2D" uid="uid://caqnkbu5b0u2q" path="res://assets/images/gamepad/xbox/xbox_dpad_left.svg" id="4_pb6es"] +[ext_resource type="Texture2D" uid="uid://b5gektw3mgp1a" path="res://assets/images/gamepad/xbox/xbox_dpad_right.svg" id="5_evi2x"] +[ext_resource type="Texture2D" uid="uid://cjwqn3wttist" path="res://assets/images/gamepad/xbox/xbox_dpad_up.svg" id="6_36ebm"] +[ext_resource type="Texture2D" uid="uid://dcucdnmw0q0ov" path="res://assets/images/gamepad/xbox/xbox_button_b.svg" id="7_kkmh0"] +[ext_resource type="Texture2D" uid="uid://dh0ao1bskrydi" path="res://assets/images/keyboard/keyboard_m.svg" id="8_kjpaw"] +[ext_resource type="Texture2D" uid="uid://do8ip0e6vs5h5" path="res://assets/images/gamepad/generic/gyro.png" id="9_q5t7e"] +[ext_resource type="Texture2D" uid="uid://hhdfggg2y40m" path="res://assets/images/gamepad/win4/win4_l4.svg" id="10_5bl8u"] +[ext_resource type="Texture2D" uid="uid://ch70gfvca2q1m" path="res://assets/images/gamepad/playstation/playstation_trigger_l1_alternative.svg" id="11_k4fkx"] +[ext_resource type="Texture2D" uid="uid://dqx7njocf1aok" path="res://assets/images/gamepad/xbox/xbox_stick_l.svg" id="12_gacup"] +[ext_resource type="Texture2D" uid="uid://ckqaven4xmk16" path="res://assets/images/gamepad/xbox/xbox_stick_l_press.svg" id="13_144by"] +[ext_resource type="Texture2D" uid="uid://c1bfw2axbcg1q" path="res://assets/images/gamepad/xbox/xbox_stick_l_down.svg" id="14_l2u7r"] +[ext_resource type="Texture2D" uid="uid://c4iwtbyehtps2" path="res://assets/images/gamepad/xbox/xbox_stick_l_left.svg" id="15_hi87e"] +[ext_resource type="Texture2D" uid="uid://d4bfok8606fmv" path="res://assets/images/gamepad/xbox/xbox_stick_l_right.svg" id="16_mhndd"] +[ext_resource type="Texture2D" uid="uid://c7p0nhy4sh5wf" path="res://assets/images/gamepad/xbox/xbox_stick_l_up.svg" id="17_6nwy2"] +[ext_resource type="Texture2D" uid="uid://1ic45xwvjvd6" path="res://assets/images/gamepad/playstation/playstation_trigger_l2_alternative.svg" id="18_svtda"] +[ext_resource type="Texture2D" uid="uid://0jg4cw548nty" path="res://assets/images/gamepad/xbox/xbox_button_y.svg" id="19_thivr"] +[ext_resource type="Texture2D" uid="uid://cx2jkiw41meub" path="res://assets/images/gamepad/win4/win4_r4.svg" id="20_cofwc"] +[ext_resource type="Texture2D" uid="uid://1he8y6gxecgc" path="res://assets/images/gamepad/playstation/playstation_trigger_r1_alternative.svg" id="21_ld5gp"] +[ext_resource type="Texture2D" uid="uid://bjq76f76quyry" path="res://assets/images/gamepad/xbox/xbox_stick_r.svg" id="23_mn3xk"] +[ext_resource type="Texture2D" uid="uid://5q4tjwvf7b8a" path="res://assets/images/gamepad/xbox/xbox_stick_r_press.svg" id="24_rawev"] +[ext_resource type="Texture2D" uid="uid://cu3ptt3kea56h" path="res://assets/images/gamepad/xbox/xbox_stick_r_down.svg" id="25_1nagc"] +[ext_resource type="Texture2D" uid="uid://s4x7rp50eub5" path="res://assets/images/gamepad/xbox/xbox_stick_r_left.svg" id="26_6w227"] +[ext_resource type="Texture2D" uid="uid://kfqb1dr0735v" path="res://assets/images/gamepad/xbox/xbox_stick_r_right.svg" id="27_bb87t"] +[ext_resource type="Texture2D" uid="uid://c8fiv430upxks" path="res://assets/images/gamepad/playstation/playstation_trigger_r2_alternative.svg" id="28_ifxa8"] +[ext_resource type="Texture2D" uid="uid://o0xrox1l5sae" path="res://assets/images/gamepad/xbox/xbox_stick_r_up.svg" id="28_xk2bh"] +[ext_resource type="Script" path="res://core/systems/input/input_icon_mapping.gd" id="31_yhp0l"] +[ext_resource type="Texture2D" uid="uid://b5bwc8uicce4u" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg" id="32_r40j7"] +[ext_resource type="Texture2D" uid="uid://cl4d11t0kv11a" path="res://assets/images/gamepad/xbox/xbox_button_a.svg" id="33_wrwlp"] +[ext_resource type="Texture2D" uid="uid://cgrflee7ll75m" path="res://assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg" id="34_xmsqo"] +[ext_resource type="Texture2D" uid="uid://cjnbox2d87ta7" path="res://assets/images/gamepad/xbox/xbox_button_x.svg" id="35_mvn4b"] + +[resource] +script = ExtResource("31_yhp0l") +name = "GPD Win4" +device_names = PackedStringArray("GPD Win4") +diagram = ExtResource("1_n7ac3") +north = ExtResource("19_thivr") +south = ExtResource("33_wrwlp") +east = ExtResource("7_kkmh0") +west = ExtResource("35_mvn4b") +guide = ExtResource("8_kjpaw") +start = ExtResource("34_xmsqo") +select = ExtResource("32_r40j7") +dpad = ExtResource("2_u2yfs") +dpad_left = ExtResource("4_pb6es") +dpad_right = ExtResource("5_evi2x") +dpad_up = ExtResource("6_36ebm") +dpad_down = ExtResource("3_ylgke") +left_shoulder = ExtResource("11_k4fkx") +left_trigger = ExtResource("18_svtda") +right_shoulder = ExtResource("21_ld5gp") +right_trigger = ExtResource("28_ifxa8") +left_paddle_1 = ExtResource("10_5bl8u") +right_paddle_1 = ExtResource("20_cofwc") +left_stick = ExtResource("12_gacup") +left_stick_left = ExtResource("15_hi87e") +left_stick_right = ExtResource("16_mhndd") +left_stick_up = ExtResource("17_6nwy2") +left_stick_down = ExtResource("14_l2u7r") +left_stick_click = ExtResource("13_144by") +right_stick = ExtResource("23_mn3xk") +right_stick_left = ExtResource("26_6w227") +right_stick_right = ExtResource("27_bb87t") +right_stick_up = ExtResource("28_xk2bh") +right_stick_down = ExtResource("25_1nagc") +right_stick_click = ExtResource("24_rawev") +gyro = ExtResource("9_q5t7e") diff --git a/assets/gamepad/icon_mappings/ps4.tres b/assets/gamepad/icon_mappings/ps4.tres index 578a82a0..7932fcd0 100644 --- a/assets/gamepad/icon_mappings/ps4.tres +++ b/assets/gamepad/icon_mappings/ps4.tres @@ -6,7 +6,7 @@ [ext_resource type="Texture2D" uid="uid://b1wo28cyd80ov" path="res://assets/images/gamepad/playstation/playstation_button_color_circle.svg" id="2_boi0e"] [ext_resource type="Texture2D" uid="uid://ua3iri55e4go" path="res://assets/images/gamepad/playstation/playstation_dpad.svg" id="2_ksv3d"] [ext_resource type="Texture2D" uid="uid://byblaf3dx4by6" path="res://assets/images/gamepad/playstation/playstation_dpad_down.svg" id="3_lbw7u"] -[ext_resource type="Texture2D" uid="uid://b6qllts4hg3my" path="res://assets/images/gamepad/playstation/guide.svg" id="3_tihua"] +[ext_resource type="Texture2D" uid="uid://ck2dvwiibyi00" path="res://assets/images/gamepad/playstation/guide.svg" id="3_tihua"] [ext_resource type="Texture2D" uid="uid://bmuqx6jxetdp1" path="res://assets/images/gamepad/playstation/playstation_dpad_left.svg" id="4_43xit"] [ext_resource type="Texture2D" uid="uid://2rjhdg632n1f" path="res://assets/images/gamepad/playstation/playstation_button_color_triangle.svg" id="4_t0rx5"] [ext_resource type="Texture2D" uid="uid://cxhc0rxkyqf2g" path="res://assets/images/gamepad/playstation/playstation_dpad_right.svg" id="5_bxvhl"] diff --git a/assets/gamepad/icon_mappings/ps5.tres b/assets/gamepad/icon_mappings/ps5.tres index 65458bd0..afaf73c6 100644 --- a/assets/gamepad/icon_mappings/ps5.tres +++ b/assets/gamepad/icon_mappings/ps5.tres @@ -4,7 +4,7 @@ [ext_resource type="Texture2D" uid="uid://devahu3vo6pdj" path="res://assets/images/gamepad/playstation/PS5_Diagram_Simple.png" id="1_brns1"] [ext_resource type="Texture2D" uid="uid://do6nap60p4cs6" path="res://assets/images/gamepad/playstation/playstation5_touchpad_touch.svg" id="1_l1iq3"] [ext_resource type="Texture2D" uid="uid://b1wo28cyd80ov" path="res://assets/images/gamepad/playstation/playstation_button_color_circle.svg" id="2_6ey1f"] -[ext_resource type="Texture2D" uid="uid://b6qllts4hg3my" path="res://assets/images/gamepad/playstation/guide.svg" id="3_3ltu8"] +[ext_resource type="Texture2D" uid="uid://ck2dvwiibyi00" path="res://assets/images/gamepad/playstation/guide.svg" id="3_3ltu8"] [ext_resource type="Texture2D" uid="uid://2rjhdg632n1f" path="res://assets/images/gamepad/playstation/playstation_button_color_triangle.svg" id="3_c5wlt"] [ext_resource type="Texture2D" uid="uid://ua3iri55e4go" path="res://assets/images/gamepad/playstation/playstation_dpad.svg" id="3_yh60b"] [ext_resource type="Texture2D" uid="uid://byblaf3dx4by6" path="res://assets/images/gamepad/playstation/playstation_dpad_down.svg" id="4_wgvj5"] diff --git a/assets/gamepad/icon_mappings/rog_ally.tres b/assets/gamepad/icon_mappings/rog_ally.tres index c176eba6..fc23e078 100644 --- a/assets/gamepad/icon_mappings/rog_ally.tres +++ b/assets/gamepad/icon_mappings/rog_ally.tres @@ -11,7 +11,7 @@ [ext_resource type="Texture2D" uid="uid://cwyi3if752xh6" path="res://assets/images/gamepad/xbox/xbox_lb.svg" id="9_ex1hq"] [ext_resource type="Texture2D" uid="uid://do8ip0e6vs5h5" path="res://assets/images/gamepad/generic/gyro.png" id="9_vvq27"] [ext_resource type="Texture2D" uid="uid://dqx7njocf1aok" path="res://assets/images/gamepad/xbox/xbox_stick_l.svg" id="10_e71eg"] -[ext_resource type="Texture2D" uid="uid://74k3jdksgydd" path="res://assets/images/gamepad/rog-ally/ally_button_m2.svg" id="10_t6mry"] +[ext_resource type="Texture2D" uid="uid://dx2ikanqvi8mw" path="res://assets/images/gamepad/rog-ally/ally_button_m2.svg" id="10_t6mry"] [ext_resource type="Texture2D" uid="uid://ckqaven4xmk16" path="res://assets/images/gamepad/xbox/xbox_stick_l_press.svg" id="11_iyaus"] [ext_resource type="Texture2D" uid="uid://c1bfw2axbcg1q" path="res://assets/images/gamepad/xbox/xbox_stick_l_down.svg" id="12_c3tu1"] [ext_resource type="Texture2D" uid="uid://c4iwtbyehtps2" path="res://assets/images/gamepad/xbox/xbox_stick_l_left.svg" id="13_edtti"] @@ -23,7 +23,7 @@ [ext_resource type="Texture2D" uid="uid://dg7xaotlsxoix" path="res://assets/images/gamepad/rog-ally/ally_button_quick.svg" id="18_gra38"] [ext_resource type="Texture2D" uid="uid://bjq76f76quyry" path="res://assets/images/gamepad/xbox/xbox_stick_r.svg" id="19_rgqul"] [ext_resource type="Texture2D" uid="uid://5q4tjwvf7b8a" path="res://assets/images/gamepad/xbox/xbox_stick_r_press.svg" id="20_sg7ew"] -[ext_resource type="Texture2D" uid="uid://bwqadttdisdkl" path="res://assets/images/gamepad/rog-ally/ally_button_m1.svg" id="21_4aapa"] +[ext_resource type="Texture2D" uid="uid://c4d7d1n3gbok8" path="res://assets/images/gamepad/rog-ally/ally_button_m1.svg" id="21_4aapa"] [ext_resource type="Texture2D" uid="uid://cu3ptt3kea56h" path="res://assets/images/gamepad/xbox/xbox_stick_r_down.svg" id="21_rfair"] [ext_resource type="Texture2D" uid="uid://s4x7rp50eub5" path="res://assets/images/gamepad/xbox/xbox_stick_r_left.svg" id="22_fvge1"] [ext_resource type="Texture2D" uid="uid://kfqb1dr0735v" path="res://assets/images/gamepad/xbox/xbox_stick_r_right.svg" id="23_p32gu"] diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg new file mode 100644 index 00000000..48394a29 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg.import new file mode 100644 index 00000000..bc3f0bc7 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cv3fxvf7gp6eo" +path="res://.godot/imported/ayaneo_esc_button.svg-d262664ee239dfa89098127f928ad25f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_esc_button.svg" +dest_files=["res://.godot/imported/ayaneo_esc_button.svg-d262664ee239dfa89098127f928ad25f.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg new file mode 100644 index 00000000..9310110e --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg.import new file mode 100644 index 00000000..74c739bc --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://k76qrt7x0s1s" +path="res://.godot/imported/ayaneo_home_button.svg-b6159c125bea072a95f914e396a0b203.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_home_button.svg" +dest_files=["res://.godot/imported/ayaneo_home_button.svg-b6159c125bea072a95f914e396a0b203.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg new file mode 100644 index 00000000..d7bbda26 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg.import new file mode 100644 index 00000000..35b75b82 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dreauushxl8gy" +path="res://.godot/imported/ayaneo_kb_button.svg-dc4be9d5beebd8495822fdd30d19caf3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_kb_button.svg" +dest_files=["res://.godot/imported/ayaneo_kb_button.svg-dc4be9d5beebd8495822fdd30d19caf3.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg new file mode 100644 index 00000000..b69b8c1e --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg.import new file mode 100644 index 00000000..d65b5a59 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dtkhsxdekhwh5" +path="res://.godot/imported/ayaneo_lb_button.svg-9d4ed718b224be87f1fde8a982ec7dca.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_lb_button.svg" +dest_files=["res://.godot/imported/ayaneo_lb_button.svg-9d4ed718b224be87f1fde8a982ec7dca.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg new file mode 100644 index 00000000..a28783e2 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg.import new file mode 100644 index 00000000..bdc1576f --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ldqunqmfhe1k" +path="res://.godot/imported/ayaneo_lt_button.svg-4d96100255881666229c86e3eb6f5992.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_lt_button.svg" +dest_files=["res://.godot/imported/ayaneo_lt_button.svg-4d96100255881666229c86e3eb6f5992.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg new file mode 100644 index 00000000..cf5fd49c --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg.import new file mode 100644 index 00000000..f20add41 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cgrflee7ll75m" +path="res://.godot/imported/ayaneo_menu_button.svg-bc2b3cb1ef7efd1798bebd5fe124fce2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_menu_button.svg" +dest_files=["res://.godot/imported/ayaneo_menu_button.svg-bc2b3cb1ef7efd1798bebd5fe124fce2.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg new file mode 100644 index 00000000..0dcb0a02 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg @@ -0,0 +1,46 @@ + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg.import new file mode 100644 index 00000000..fdf01b74 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dmn1mk5yrkgb1" +path="res://.godot/imported/ayaneo_rb_button.svg-edca49dd65472fa832a27bfee307a835.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_rb_button.svg" +dest_files=["res://.godot/imported/ayaneo_rb_button.svg-edca49dd65472fa832a27bfee307a835.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg new file mode 100644 index 00000000..ee1435c4 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg @@ -0,0 +1,46 @@ + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg.import new file mode 100644 index 00000000..70308d9d --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dd80eosfhij2r" +path="res://.godot/imported/ayaneo_rt_button.svg-aa46a4111614960704b7a30f75b03549.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_rt_button.svg" +dest_files=["res://.godot/imported/ayaneo_rt_button.svg-aa46a4111614960704b7a30f75b03549.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg new file mode 100644 index 00000000..27de7e01 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg.import new file mode 100644 index 00000000..d6b5ba16 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b5bwc8uicce4u" +path="res://.godot/imported/ayaneo_share_button.svg-633beda58c35af804dc43385bc4800e8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_share_button.svg" +dest_files=["res://.godot/imported/ayaneo_share_button.svg-633beda58c35af804dc43385bc4800e8.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg new file mode 100644 index 00000000..058e6a2a --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg.import new file mode 100644 index 00000000..ee04a2c5 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cqsxq30jn2l60" +path="res://.godot/imported/ayaneo_tm_button.svg-ec7d15a2295c486834fe11b801ff9e67.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_tm_button.svg" +dest_files=["res://.godot/imported/ayaneo_tm_button.svg-ec7d15a2295c486834fe11b801ff9e67.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg b/assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg new file mode 100644 index 00000000..25b6df99 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + diff --git a/assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg.import b/assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg.import new file mode 100644 index 00000000..32733643 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ba520a67lwoj4" +path="res://.godot/imported/ayaneo_win_button.svg-6f7823598fc8d9091fba0cbecc3004f3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/ayaneo_win_button.svg" +dest_files=["res://.godot/imported/ayaneo_win_button.svg-6f7823598fc8d9091fba0cbecc3004f3.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.264 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/ayaneo-2021/diagram.svg b/assets/images/gamepad/ayaneo-2021/diagram.svg new file mode 100644 index 00000000..7dc1fbb3 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/diagram.svg @@ -0,0 +1,588 @@ + + + + diff --git a/assets/images/gamepad/ayaneo-2021/diagram.svg.import b/assets/images/gamepad/ayaneo-2021/diagram.svg.import new file mode 100644 index 00000000..6e87b834 --- /dev/null +++ b/assets/images/gamepad/ayaneo-2021/diagram.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1g6gko6yba0x" +path="res://.godot/imported/diagram.svg-e7243efe198cc075eadda76215216207.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/ayaneo-2021/diagram.svg" +dest_files=["res://.godot/imported/diagram.svg-e7243efe198cc075eadda76215216207.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=0.265 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/playstation/guide.svg b/assets/images/gamepad/playstation/guide.svg index a74bfcc2..d9ef7f6e 100644 --- a/assets/images/gamepad/playstation/guide.svg +++ b/assets/images/gamepad/playstation/guide.svg @@ -1,16 +1,20 @@ + + - - - - - - - + inkscape:current-layer="layer1" /> diff --git a/assets/images/gamepad/playstation/guide.svg.import b/assets/images/gamepad/playstation/guide.svg.import index 081b77ea..8dfc1740 100644 --- a/assets/images/gamepad/playstation/guide.svg.import +++ b/assets/images/gamepad/playstation/guide.svg.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b6qllts4hg3my" +uid="uid://ck2dvwiibyi00" path="res://.godot/imported/guide.svg-ce9434d207a41e6efefcb450d49d0b19.ctex" metadata={ "vram_texture": false @@ -32,6 +32,6 @@ process/hdr_as_srgb=false process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 -svg/scale=1.0 +svg/scale=0.264 editor/scale_with_editor_scale=false editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/rog-ally/ally_button_m1.svg b/assets/images/gamepad/rog-ally/ally_button_m1.svg index 2a2d9c0f..4aa4a640 100644 --- a/assets/images/gamepad/rog-ally/ally_button_m1.svg +++ b/assets/images/gamepad/rog-ally/ally_button_m1.svg @@ -1,134 +1,59 @@ + + + + + + + style="fill:#ffffff;fill-opacity:1;stroke-width:1.03013" + d="m 17.674422,6.256 c -2.036003,6.19e-4 -3.988207,0.8106326 -5.427519,2.25068 l -0.475435,0.473967 c -1.308029,1.307895 -2.0427245,3.081992 -2.0427715,4.931743 v 11.68086 c 5.7e-5,2.946944 1.1632035,5.775831 3.2364485,7.870135 l 23.028793,23.262879 c 0.64408,0.650965 1.522486,1.017539 2.438241,1.017736 h 4.012844 c 1.175818,0 2.303395,-0.466764 3.134679,-1.298357 l 5.597622,-5.596159 c 0.811197,-0.811843 1.512974,-1.726156 2.086399,-2.720314 l 0.311148,-0.539409 c 0.456635,-0.790994 0.69632,-1.68775 0.696432,-2.601077 V 30.689277 c 5.7e-5,-2.295809 -0.912399,-4.497561 -2.535662,-6.12105 L 35.674074,8.50668 C 34.234101,7.066436 32.280264,6.2564221 30.243646,6.256 Z m 4.312356,16.983342 h 2.977649 l 4.466473,8.932944 4.466472,-8.932944 h 2.977646 v 14.88825 h -2.977646 v -7.44414 l -3.72206,7.44414 h -1.488825 l -3.72206,-7.44414 v 7.44414 h -2.977649 z m 19.601882,0 h 3.503965 v 14.88825 H 41.58866 V 31.95421 31.86699 27.574985 h -2.627251 v -1.708372 z" /> + + + + + + diff --git a/assets/images/gamepad/rog-ally/ally_button_m1.svg.import b/assets/images/gamepad/rog-ally/ally_button_m1.svg.import index be52a0cf..7b9ecc7f 100644 --- a/assets/images/gamepad/rog-ally/ally_button_m1.svg.import +++ b/assets/images/gamepad/rog-ally/ally_button_m1.svg.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bwqadttdisdkl" +uid="uid://c4d7d1n3gbok8" path="res://.godot/imported/ally_button_m1.svg-2209cf215426742e59419468852c7f76.ctex" metadata={ "vram_texture": false @@ -32,6 +32,6 @@ process/hdr_as_srgb=false process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 -svg/scale=1.0 +svg/scale=0.264 editor/scale_with_editor_scale=false editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/rog-ally/ally_button_m2.svg b/assets/images/gamepad/rog-ally/ally_button_m2.svg index 3946f261..f180ca6d 100644 --- a/assets/images/gamepad/rog-ally/ally_button_m2.svg +++ b/assets/images/gamepad/rog-ally/ally_button_m2.svg @@ -1,34 +1,40 @@ + + + + + + + + + + + + + id="layer1" + transform="translate(-127.09302,-172.47216)"> + + + + + + + + diff --git a/assets/images/gamepad/rog-ally/ally_button_m2.svg.import b/assets/images/gamepad/rog-ally/ally_button_m2.svg.import index 6cd4db3d..7e99150c 100644 --- a/assets/images/gamepad/rog-ally/ally_button_m2.svg.import +++ b/assets/images/gamepad/rog-ally/ally_button_m2.svg.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://74k3jdksgydd" +uid="uid://dx2ikanqvi8mw" path="res://.godot/imported/ally_button_m2.svg-fb574cb511a98a7db85a8542a4eeba16.ctex" metadata={ "vram_texture": false @@ -32,6 +32,6 @@ process/hdr_as_srgb=false process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 -svg/scale=1.0 +svg/scale=0.264 editor/scale_with_editor_scale=false editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/win4/win4_l4.svg b/assets/images/gamepad/win4/win4_l4.svg new file mode 100644 index 00000000..7185dabe --- /dev/null +++ b/assets/images/gamepad/win4/win4_l4.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/gamepad/win4/win4_l4.svg.import b/assets/images/gamepad/win4/win4_l4.svg.import new file mode 100644 index 00000000..cf7e2184 --- /dev/null +++ b/assets/images/gamepad/win4/win4_l4.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://hhdfggg2y40m" +path="res://.godot/imported/win4_l4.svg-208ae6a8bd7084bea35e4959908d7f57.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/win4/win4_l4.svg" +dest_files=["res://.godot/imported/win4_l4.svg-208ae6a8bd7084bea35e4959908d7f57.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/assets/images/gamepad/win4/win4_r4.svg b/assets/images/gamepad/win4/win4_r4.svg new file mode 100644 index 00000000..7ecf0660 --- /dev/null +++ b/assets/images/gamepad/win4/win4_r4.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + diff --git a/assets/images/gamepad/win4/win4_r4.svg.import b/assets/images/gamepad/win4/win4_r4.svg.import new file mode 100644 index 00000000..a19927b8 --- /dev/null +++ b/assets/images/gamepad/win4/win4_r4.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cx2jkiw41meub" +path="res://.godot/imported/win4_r4.svg-31f76ee3a2dac4966742d59abf7e8c92.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/images/gamepad/win4/win4_r4.svg" +dest_files=["res://.godot/imported/win4_r4.svg-31f76ee3a2dac4966742d59abf7e8c92.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false