From 1693e06ff9461c305f2ada2b8f62a65f62bb8d72 Mon Sep 17 00:00:00 2001 From: e7d Date: Sat, 12 Nov 2016 09:20:55 +0100 Subject: [PATCH] improved dpad drawing --- templates/xbox-one/dpad.svg | 42 ++++++++++++++++----------------- templates/xbox-one/template.css | 16 ++++++------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/templates/xbox-one/dpad.svg b/templates/xbox-one/dpad.svg index d5ca58f..c5c68fa 100644 --- a/templates/xbox-one/dpad.svg +++ b/templates/xbox-one/dpad.svg @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/xbox-one/template.css b/templates/xbox-one/template.css index 2cc0568..3c658f8 100644 --- a/templates/xbox-one/template.css +++ b/templates/xbox-one/template.css @@ -215,9 +215,9 @@ } .gamepad .face.up { - background-position: 34px 0; + background-position: 35px 0; left: 38px; - top: 0px; + top: 1px; width: 34px; height: 56px; } @@ -231,16 +231,16 @@ .gamepad .face.left { background-position: 0 -93px; - width: 55px; - height: 35px; - top: 38px; + width: 56px; + height: 34px; + top: 39px; left: 0; } .gamepad .face.right { background-position: 0 -57px; - width: 55px; - height: 35px; - top: 38px; + width: 56px; + height: 34px; + top: 39px; right: 0; }