diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-13 22:49:16 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-13 22:49:16 +0200 |
| commit | b8cd21f1d52928025902917535a7edd782b9816b (patch) | |
| tree | e38b8a73e01c5ee2262e5c49963d24fe0f6b3808 | |
| parent | dd388cd1717a73ee1e4ff0a213c5900abc59e002 (diff) | |
| download | hurrycurry-b8cd21f1d52928025902917535a7edd782b9816b.tar hurrycurry-b8cd21f1d52928025902917535a7edd782b9816b.tar.bz2 hurrycurry-b8cd21f1d52928025902917535a7edd782b9816b.tar.zst | |
Document debug pie chart
| -rw-r--r-- | client/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/README.md b/client/README.md index d5c75684..4d8667bd 100644 --- a/client/README.md +++ b/client/README.md @@ -10,3 +10,8 @@ through menus. ``` godot -- ws://127.0.0.1:27032 ``` + +The game has builtin overlays for debugging: + +- F3: Overlay with framerate, video driver, etc. +- F3 + 1: Pie chart to explore node counts of each class |