Initial entity design

This commit is contained in:
nmcnew
2024-08-17 09:36:25 -06:00
parent 4ff3cd9667
commit ef700a41b6
11 changed files with 1437 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<script lang="ts">
import type { OneOnOneSet } from "$lib/match";
let set: OneOnOneSet;
</script>
<div>
<div>
{set.p1.name}
</div>
<div>
{set.p2.name}
</div>
</div>