Updates and more

This commit is contained in:
2023-11-05 22:27:20 +01:00
parent e97e86f9ac
commit 7450ecdabb
48 changed files with 565 additions and 111 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import type {Team} from "../../types/team.js";
import type {Team} from "../../../types/team.js";
import {brightness, colorFromTeam, lighten} from "../../util.js";
export let team: Team;