Skip to content

Commit

Permalink
CI index rebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Mar 26, 2024
1 parent 446c69c commit 1c7ce78
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 1 deletion.
Binary file modified atlas-gamepad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions glyphs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3284,6 +3284,24 @@
"code-name": "icon-good-old-games",
"tags": []
},
{
"code": "U+E010",
"name": "MSI Claw Center",
"category": "gamepad",
"character": "",
"codepoint": 57360,
"code-name": "msi-claw-center",
"tags": []
},
{
"code": "U+E011",
"name": "MSI Claw Quick",
"category": "gamepad",
"character": "",
"codepoint": 57361,
"code-name": "msi-claw-quick",
"tags": []
},
{
"code": "U+FF10",
"category": "keyboard",
Expand Down
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1887,6 +1887,18 @@ <h2>gamepad</h2>
<span>ROG Ally Command</span>
</div>

<div class="glyph" title="Click to view" data-character="" data-category="gamepad" data-tags="" data-code="U+E010" data-codepoint="57360" data-name="MSI Claw Center" data-code-name="msi-claw-center">
<i></i>
<code>U+E010</code>
<span>MSI Claw Center</span>
</div>

<div class="glyph" title="Click to view" data-character="" data-category="gamepad" data-tags="" data-code="U+E011" data-codepoint="57361" data-name="MSI Claw Quick" data-code-name="msi-claw-quick">
<i></i>
<code>U+E011</code>
<span>MSI Claw Quick</span>
</div>

</section>

<section class="glyphsection" id="android">
Expand Down
4 changes: 4 additions & 0 deletions promptfont.cs
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,10 @@ public static class PromptFont {
public const int ICON_EPIC_GAME_STORE_INT = 0x0E00E;
public const string ICON_GOOD_OLD_GAMES = "";
public const int ICON_GOOD_OLD_GAMES_INT = 0x0E00F;
public const string MSI_CLAW_CENTER = "";
public const int MSI_CLAW_CENTER_INT = 0x0E010;
public const string MSI_CLAW_QUICK = "";
public const int MSI_CLAW_QUICK_INT = 0x0E011;
public const string KEYBOARD_0 = "";
public const int KEYBOARD_0_INT = 0x0FF10;
public const string KEYBOARD_1 = "";
Expand Down
2 changes: 2 additions & 0 deletions promptfont.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@
.pf-icon-humble:before{content:"\E00D"}
.pf-icon-epic-game-store:before{content:"\E00E"}
.pf-icon-good-old-games:before{content:"\E00F"}
.pf-msi-claw-center:before{content:"\E010"}
.pf-msi-claw-quick:before{content:"\E011"}
.pf-keyboard-0:before{content:"\FF10"}
.pf-keyboard-1:before{content:"\FF11"}
.pf-keyboard-2:before{content:"\FF12"}
Expand Down
4 changes: 4 additions & 0 deletions promptfont.gd
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,10 @@ const ICON_EPIC_GAME_STORE: StringName = &"";
const ICON_EPIC_GAME_STORE_INT: int = 57358;
const ICON_GOOD_OLD_GAMES: StringName = &"";
const ICON_GOOD_OLD_GAMES_INT: int = 57359;
const MSI_CLAW_CENTER: StringName = &"";
const MSI_CLAW_CENTER_INT: int = 57360;
const MSI_CLAW_QUICK: StringName = &"";
const MSI_CLAW_QUICK_INT: int = 57361;
const KEYBOARD_0: StringName = &"0";
const KEYBOARD_0_INT: int = 65296;
const KEYBOARD_1: StringName = &"1";
Expand Down
4 changes: 4 additions & 0 deletions promptfont.h
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,10 @@
#define PF_ICON_EPIC_GAME_STORE_INT 0x0E00E
#define PF_ICON_GOOD_OLD_GAMES ""
#define PF_ICON_GOOD_OLD_GAMES_INT 0x0E00F
#define PF_MSI_CLAW_CENTER ""
#define PF_MSI_CLAW_CENTER_INT 0x0E010
#define PF_MSI_CLAW_QUICK ""
#define PF_MSI_CLAW_QUICK_INT 0x0E011
#define PF_KEYBOARD_0 "0"
#define PF_KEYBOARD_0_INT 0x0FF10
#define PF_KEYBOARD_1 "1"
Expand Down
2 changes: 2 additions & 0 deletions promptfont.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@
(cl:define-symbol-macro icon-humble "")
(cl:define-symbol-macro icon-epic-game-store "")
(cl:define-symbol-macro icon-good-old-games "")
(cl:define-symbol-macro msi-claw-center "")
(cl:define-symbol-macro msi-claw-quick "")
(cl:define-symbol-macro keyboard-0 "")
(cl:define-symbol-macro keyboard-1 "")
(cl:define-symbol-macro keyboard-2 "")
Expand Down
2 changes: 2 additions & 0 deletions promptfont.lua
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ GLYPHS.ICON_ITCH_IO = ""
GLYPHS.ICON_HUMBLE = ""
GLYPHS.ICON_EPIC_GAME_STORE = ""
GLYPHS.ICON_GOOD_OLD_GAMES = ""
GLYPHS.MSI_CLAW_CENTER = ""
GLYPHS.MSI_CLAW_QUICK = ""
GLYPHS.KEYBOARD_0 = ""
GLYPHS.KEYBOARD_1 = ""
GLYPHS.KEYBOARD_2 = ""
Expand Down
Binary file modified promptfont.otf
Binary file not shown.
2 changes: 2 additions & 0 deletions promptfont.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@
ICON_HUMBLE = ""
ICON_EPIC_GAME_STORE = ""
ICON_GOOD_OLD_GAMES = ""
MSI_CLAW_CENTER = ""
MSI_CLAW_QUICK = ""
KEYBOARD_0 = "0"
KEYBOARD_1 = "1"
KEYBOARD_2 = "2"
Expand Down
4 changes: 4 additions & 0 deletions promptfont.rs
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,10 @@ pub const ICON_EPIC_GAME_STORE: &'static str = "";
pub const ICON_EPIC_GAME_STORE_INT: u64 = 57358;
pub const ICON_GOOD_OLD_GAMES: &'static str = "";
pub const ICON_GOOD_OLD_GAMES_INT: u64 = 57359;
pub const MSI_CLAW_CENTER: &'static str = "";
pub const MSI_CLAW_CENTER_INT: u64 = 57360;
pub const MSI_CLAW_QUICK: &'static str = "";
pub const MSI_CLAW_QUICK_INT: u64 = 57361;
pub const KEYBOARD_0: &'static str = "0";
pub const KEYBOARD_0_INT: u64 = 65296;
pub const KEYBOARD_1: &'static str = "1";
Expand Down
Binary file modified promptfont.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion promptfont.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~↔↕↖↗↘↙↚↛↜↝↞↟↠↡↢↣↤↥↦↧↩↪↫↬↭↮↰↱↲↳↴↵↶↷↹↺↻↼↽↾↿⇀⇁⇂⇃⇄⇅⇆⇇⇈⇉⇊⇋⇌⇎⇐⇑⇒⇓⇔⇕⇖⇗⇘⇙⇚⇛⇜⇝⇞⇟⇠⇡⇢⇣⇤⇥⇦⇧⇨⇩⇪⇫⇬⇭⇮⇱⇲⇳⇵⇷⇸⇹⇺⇻⇽⇾⇿∀∁∂∃∄∅∆∇∈∉∊∋∌∍∎∏∐∑−∓∔∕∖∗∘∙≤≥≦≧≨≩≮≯≰≱≲≳≴≵≶≷≸≹≺≻≼≽≾≿⊀⊁⊂⊃⊄⌖⏍⏎⏏⏐⏑⏒⏴⏵⏶⏷␣␤␥␦␧␨␩␪␫␬␭␮␯␰␱␲␳␴␵␶␷␸␹␺␼␽␾␿①②③④⑤⑥⑦⑧⑨⑩⑪⑫⒏⓵⓶⓷⓸⓹⓺⓻⓼⓽⓿★☠☹☺♡♥♳♴♵♶♷♸⚀⚁⚂⚃⚄⚅⚑⚙✗❓❗➊➋➌➍➎➏➐➑⟰⟱⟵⟶⟷⟺⟻⟼⬛0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ🎧🎶🐟💃💻💾📝📱📷🔈🔫🕬🕸🕹🕻🕼🕽🖥🖧🖨🖪🖫🖬🖴🖵🖹🗣🗩🚪🛈🛒
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~↔↕↖↗↘↙↚↛↜↝↞↟↠↡↢↣↤↥↦↧↩↪↫↬↭↮↰↱↲↳↴↵↶↷↹↺↻↼↽↾↿⇀⇁⇂⇃⇄⇅⇆⇇⇈⇉⇊⇋⇌⇎⇐⇑⇒⇓⇔⇕⇖⇗⇘⇙⇚⇛⇜⇝⇞⇟⇠⇡⇢⇣⇤⇥⇦⇧⇨⇩⇪⇫⇬⇭⇮⇱⇲⇳⇵⇷⇸⇹⇺⇻⇽⇾⇿∀∁∂∃∄∅∆∇∈∉∊∋∌∍∎∏∐∑−∓∔∕∖∗∘∙≤≥≦≧≨≩≮≯≰≱≲≳≴≵≶≷≸≹≺≻≼≽≾≿⊀⊁⊂⊃⊄⌖⏍⏎⏏⏐⏑⏒⏴⏵⏶⏷␣␤␥␦␧␨␩␪␫␬␭␮␯␰␱␲␳␴␵␶␷␸␹␺␼␽␾␿①②③④⑤⑥⑦⑧⑨⑩⑪⑫⒏⓵⓶⓷⓸⓹⓺⓻⓼⓽⓿★☠☹☺♡♥♳♴♵♶♷♸⚀⚁⚂⚃⚄⚅⚑⚙✗❓❗➊➋➌➍➎➏➐➑⟰⟱⟵⟶⟷⟺⟻⟼⬛0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ🎧🎶🐟💃💻💾📝📱📷🔈🔫🕬🕸🕹🕻🕼🕽🖥🖧🖨🖪🖫🖬🖴🖵🖹🗣🗩🚪🛈🛒

0 comments on commit 1c7ce78

Please sign in to comment.