mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Rev 2 of DS4 SVG, with solid controller infill and larger trackpad infill
This commit is contained in:
committed by
dualshock-tools
parent
d71a5e4c03
commit
53e4ba84c7
@@ -436,7 +436,7 @@ async function init_svg_controller(model) {
|
||||
set_svg_group_color(group, midBlue);
|
||||
});
|
||||
|
||||
['Button_infills', 'L3_infill', 'R3_infill', 'Trackpad_infill'].forEach(id => {
|
||||
['Controller_infills', 'Button_infills', 'L3_infill', 'R3_infill', 'Trackpad_infill'].forEach(id => {
|
||||
const group = document.getElementById(id);
|
||||
set_svg_group_color(group, 'white');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user