Skip to content

Commit

Permalink
Add button press/hold glyphs
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
Shinmera committed Aug 1, 2024
1 parent 0085b7c commit 51c0084
Show file tree
Hide file tree
Showing 7 changed files with 687 additions and 3 deletions.
45 changes: 45 additions & 0 deletions glyphs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2060,6 +2060,51 @@
"character": "",
"codepoint": 8746
},
{
"code": "U+222B",
"name": "Button Press",
"code-name": "button-press",
"category": "gamepad",
"tags": [],
"character": "",
"codepoint": 8747
},
{
"code": "U+222C",
"name": "Button Double Press",
"code-name": "button-double-press",
"category": "gamepad",
"tags": [],
"character": "",
"codepoint": 8748
},
{
"code": "U+222D",
"name": "Button Hold Press",
"code-name": "button-hold-press",
"category": "gamepad",
"tags": [],
"character": "",
"codepoint": 8749
},
{
"code": "U+222E",
"name": "Button Hold Release",
"code-name": "button-hold-release",
"category": "gamepad",
"tags": [],
"character": "",
"codepoint": 8750
},
{
"code": "U+222F",
"name": "Button Hold",
"code-name": "button-hold",
"category": "gamepad",
"tags": [],
"character": "",
"codepoint": 8751
},
{
"code": "U+2264",
"category": "gamepad",
Expand Down
77 changes: 77 additions & 0 deletions glyphs/gamepad/button-double-press.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions glyphs/gamepad/button-hold-press.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions glyphs/gamepad/button-hold-release.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions glyphs/gamepad/button-hold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 51c0084

Please sign in to comment.