mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-28 00:16:26 +02:00
Add icon for playground=hopscotch.
This commit is contained in:
parent
6fefe3d945
commit
2364a5b0f9
6 changed files with 267 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
Icon grid drawing.
|
||||
"""
|
||||
from dataclasses import dataclass
|
||||
from dataclasses import dataclass, field
|
||||
from pathlib import Path
|
||||
from typing import Dict, List, Optional, Set
|
||||
|
||||
|
@ -24,7 +24,7 @@ class IconCollection:
|
|||
"""
|
||||
|
||||
icons: List[Icon]
|
||||
selectors: Dict[str, Icon]
|
||||
selectors: Dict[str, Icon] = field(default_factory=dict)
|
||||
|
||||
@classmethod
|
||||
def from_scheme(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue