mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-13 06:10:01 -04:00
make dev UI slightly better, tweak wording
This commit is contained in:
parent
e72f29ce0c
commit
d449ed2e42
1 changed files with 5 additions and 2 deletions
|
@ -210,11 +210,14 @@
|
|||
</div>
|
||||
</div>
|
||||
{:else}
|
||||
<h1>Adrift dev menu</h1>
|
||||
<Button type="tonal" on:click={connectDevHttp}
|
||||
>Connect with dev webrtc (http signaling server)</Button
|
||||
>Connect with WebRTC transport over localhost HTTP signaling</Button
|
||||
>
|
||||
<br />
|
||||
<br />
|
||||
<Button type="tonal" on:click={connectDevWS}
|
||||
>Connect with dev websocket</Button
|
||||
>Connect with localhost websocket transport</Button
|
||||
>
|
||||
{/if}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue