mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-16 19:54:46 +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",
|
"name": "keyrune",
|
||||||
"description": "Keyrune",
|
"description": "Keyrune",
|
||||||
"version": "3.14.1",
|
"version": "3.15.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Andrew Gioia",
|
"name": "Andrew Gioia",
|
||||||
"email": "andrew@gioia.email",
|
"email": "andrew@gioia.email",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Globals */
|
* Globals */
|
||||||
|
|
||||||
$keyrune_version: '3.13.1' !default;
|
$keyrune_version: '3.15.0' !default;
|
||||||
$keyrune_font_path: '../fonts' !default;
|
$keyrune_font_path: '../fonts' !default;
|
||||||
|
|
||||||
// font specific
|
// font specific
|
||||||
@ -329,6 +329,7 @@ $keyrune_sets: (
|
|||||||
("Special Guests", "spg", "\e9c8"),
|
("Special Guests", "spg", "\e9c8"),
|
||||||
("Breaking News", "otp", "\e9d5"),
|
("Breaking News", "otp", "\e9d5"),
|
||||||
("The Big Score", "big", "\e9d6"),
|
("The Big Score", "big", "\e9d6"),
|
||||||
|
("Modern Horizons 2 Timeshifts", "h2r", "\e97b"),
|
||||||
//
|
//
|
||||||
// Beginner
|
// Beginner
|
||||||
("Portal", "por", "\e664"),
|
("Portal", "por", "\e664"),
|
||||||
|
Loading…
Reference in New Issue
Block a user