Skip to content

Commit 4207829

Browse files
committed
chore: add net graph to changelog
1 parent c2096ea commit 4207829

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/changelog/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- Added mode switching.
3333
- Added a variation of the blue house with a basement.
3434
- Stats are now shown for everyone on your team on the game over screen.
35+
- Added an improved debug readout, accessible by binding the "Adjust Network Graph Style" keybind.
3536
- Added back most of the emotes removed in the previous update, tweaked some emotes, and added 1 new emote.
3637
- Better textures for healing items.
3738
- Improved textures for grenade, melee, AEGIS, Flint, and ammo crates, and boxes.

client/src/scripts/news/newsPosts.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const news: NewsPost[] = [
1414
<li><strong>Mode switching!</strong> The game now switches between Harvest and Classic modes every week.</li>
1515
<li><strong>New bunker!</strong> Added a variation of the blue house with a basement.</li>
1616
<li><strong>Team stats!</strong> Stats are now shown for everyone on your team on the game over screen.</li>
17+
<li>Added an improved debug readout, accessible by binding the "Adjust Network Graph Style" keybind.</li>
1718
<li>Added back most of the emotes removed in the previous update, tweaked some emotes, and added 1 new emote.</li>
1819
</ul>
1920

0 commit comments

Comments
 (0)