mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 07:29:56 +00:00
fix: Add mapping for MH2 retro frame set icon
This commit is contained in:
parent
93040b1fdf
commit
51c3be11c1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.14.1",
|
||||
"version": "3.15.0",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrew@gioia.email",
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Globals */
|
||||
|
||||
$keyrune_version: '3.13.1' !default;
|
||||
$keyrune_version: '3.15.0' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// font specific
|
||||
@ -329,6 +329,7 @@ $keyrune_sets: (
|
||||
("Special Guests", "spg", "\e9c8"),
|
||||
("Breaking News", "otp", "\e9d5"),
|
||||
("The Big Score", "big", "\e9d6"),
|
||||
("Modern Horizons 2 Timeshifts", "h2r", "\e97b"),
|
||||
//
|
||||
// Beginner
|
||||
("Portal", "por", "\e664"),
|
||||
|
Loading…
Reference in New Issue
Block a user