Skip to content

Commit 1108f03

Browse files
committed
remote pad GUI
1 parent 41d1f21 commit 1108f03

19 files changed

+1440
-98
lines changed

generate-icons.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def recolor(tree, add):
7878

7979
# Generate different colors for controller icons
8080
ET.register_namespace("","http://www.w3.org/2000/svg")
81-
for tp in ("sc", "scbt", "fake", "ds4", "hid"):
81+
for tp in ("sc", "scbt", "fake", "ds4", "hid", "rpad"):
8282
# Read svg and parse it
8383
data = file("%s/%s-0.svg" % (CICONS, tp), "r").read()
8484
# Create recolored images

images/controller-icons/ds4-1.svg

+4-16
Loading

0 commit comments

Comments
 (0)