mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-28 19:11:36 +00:00
Set team nickname size
This commit is contained in:
parent
93712b407c
commit
eb08ec9976
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
||||||
{wins.value}/5
|
{wins.value}/5
|
||||||
</div>
|
</div>
|
||||||
</Row>
|
</Row>
|
||||||
<h2>{nickname.value}</h2>
|
<h2 style="font-size: 3vmin">{nickname.value}</h2>
|
||||||
<Row style="margin-top: 10vh">
|
<Row style="margin-top: 10vh">
|
||||||
{new Array(3).fill(0).map((_, i) => (
|
{new Array(3).fill(0).map((_, i) => (
|
||||||
<CharacterSlot
|
<CharacterSlot
|
||||||
|
|
Loading…
Reference in a new issue