Skip to content

Commit 857ab22

Browse files
authored
Add commas (#1503)
1 parent 5fa2fed commit 857ab22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: content/news/050/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The gameplay is quite distilled and revolves mostly around resource management.
167167
The player has limited inventory capacity and the weapons get damaged
168168
after each use. There are 20 randomly generated levels to beat.
169169

170-
It is available on desktop (Windows / Linux), Android and Web (mobile friendly).
170+
It is available on desktop (Windows / Linux), Android, and Web (mobile friendly).
171171
The game's source code also comes with a custom WGPU-based 2D framework.
172172

173173
_Discussions: ([/r/roguelikes][monk-tower-reddit])_
@@ -184,8 +184,8 @@ _Discussions: ([/r/roguelikes][monk-tower-reddit])_
184184
You are Merlin ([Web Game][you-are-merlin-web], [GitHub - Rust/CLI][you-are-merlin-github], [GitHub - WASM][you-are-merlin-www-github]) by [@hseager](https://github.com/hseager)
185185
is a text adventure game that compiles to both CLI and WebAssembly.
186186

187-
This initial version features a main quest, side quests, items and a boss fight.
188-
Players can choose their favourite visual theme such as Zelda, Warcraft and Fallout. The web version also supports mobile devices.
187+
This initial version features a main quest, side quests, items, and a boss fight.
188+
Players can choose their favourite visual theme such as Zelda, Warcraft, and Fallout. The web version also supports mobile devices.
189189

190190
Although fairly simple, this first version provides a good foundation for building more features in later updates.
191191

@@ -318,7 +318,7 @@ And utility:
318318

319319
[lightyear_website] is a comprehensive networking library for bevy to make multiplayer games.
320320
It comes with multiple types of transports (WebTransport, WebSocket, UDP, etc.)
321-
and supports replication techniques like client-side prediction, server interpolation, interest management and more!
321+
and supports replication techniques like client-side prediction, server interpolation, interest management, and more!
322322
Check out the [examples][lightyear_examples]!
323323

324324
The latest release, [0.13][lightyear_release], brings two big new features:

0 commit comments

Comments
 (0)