Skip to content

Commit

Permalink
set default signal server to johan's link
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa2808 committed Jul 16, 2023
1 parent c47009e commit ae88ae7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ascii-bomb-ecs-mp

WIP multiplayer demo of the [ascii-bomb-ecs](https://github.com/aleksa2808/ascii-bomb-ecs) game.
WIP multiplayer demo of the [ascii-bomb-ecs](https://github.com/aleksa2808/ascii-bomb-ecs) game. Available as a [web build](https://aleksa2808.github.io/ascii-bomb-ecs-mp/).

## Build

Expand Down
2 changes: 1 addition & 1 deletion src/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::{
rename_all_env = "screaming-snake"
)]
pub struct Args {
#[clap(long, default_value = "ws://127.0.0.1:3536")]
#[clap(long, default_value = "wss://match-0-6.helsing.studio")]
pub signal_server_address: String,

#[clap(long)]
Expand Down
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<body>
<div id="button-box">
<form>
<input type="text" id="urlInput" name="url" placeholder="signal server address" value="ws://127.0.0.1:3536"
required>
<input type="text" id="urlInput" name="url" placeholder="signal server address"
value="wss://match-0-6.helsing.studio" required>
<br><br>
<input type="number" id="numberInput" name="number" min="2" max="8" value="2" required>
<br><br>
Expand Down

0 comments on commit ae88ae7

Please sign in to comment.