fluid-lab / gamepad-navigator

GSoC 2020 project
Other
6 stars 10 forks source link

Add modal icon and button images. #117

Closed duhrer closed 7 months ago

duhrer commented 7 months ago

We will shortly be refactoring the existing configuration panel to become a modal within the page rather than a standalone page. We'll need a few images:

  1. An SVG icon for the modals (should be as close to the existing icon as we can manage).
  2. An SVG icon for buttons and axes, which will be used in displaying/editing bindings. We may be able to handle the buttons just with styles, but a thumb stick icon is probably best as an SVG file.
duhrer commented 7 months ago

For PNGs and other images, I would need to provide wiring to calculate the URL within the extension. Instead, I added a bundling script to wrap and namespace all SVG content so that it can be referenced from Javascript.

duhrer commented 7 months ago

This work has been merged and will be included in the upcoming 1.0 release.