started visualization of routes in plot single runs, assets missing.

This commit is contained in:
Chanumask
2024-05-02 17:07:33 +02:00
parent 5ee39eba8d
commit 9f2cb103f4
12 changed files with 249 additions and 62 deletions

View File

@ -33,6 +33,8 @@ class RenderEntity:
id: int = 0
aux: Any = None
real_name: str = 'none'
probability: float = None # Default to None if not used
rotation: int = 0 # Default rotation if not specified
@dataclass