fix: Add mapping for MH2 retro frame set icon

This commit is contained in:
Cyril Hue 2024-08-11 15:33:03 +02:00
parent 93040b1fdf
commit 51c3be11c1
4 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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",

View File

@ -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"),