Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
buxx committed Apr 1, 2024
1 parent 06172a5 commit 827f97e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,45 @@
"RUST_BACKTRACE": "1"
}
},
{
"type": "lldb",
"request": "launch",
"name": "Gui a Demo2 --release",
"cargo": {
"args": [
"build",
"--bin=battle_gui",
"--package=battle_gui",
"--release"
],
"filter": {
"name": "battle_gui",
"kind": "bin"
}
},
"args": [
"Demo2",
"assets/demo2_deployment.json",
"--server-rep-address",
"tcp://0.0.0.0:4255",
"--server-bind-address",
"tcp://0.0.0.0:4256",
"--side",
"a",
"--side-a-control",
"W",
"--side-a-control",
"NW",
"--side-a-control",
"SW",
"--side-b-control",
"ALL",
],
"cwd": "${workspaceFolder}",
"env": {
"RUST_BACKTRACE": "1"
}
},
{
"type": "lldb",
"request": "launch",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Install [puffin_viewer](https://github.com/EmbarkStudios/puffin/tree/main/puffin

Start server or client with `--profile` flag. Example :

cargo run --bin battle_server -- --server-rep-address tcp://0.0.0.0:4255 --server-bind-address tcp://0.0.0.0:4256 --profile
cargo run --bin battle_server -- --rep-address tcp://0.0.0.0:4255 --bind-address tcp://0.0.0.0:4256 --profile

Start puffin viewer :

Expand Down

0 comments on commit 827f97e

Please sign in to comment.