Skip to content

Commit 8b96122

Browse files
authored
Fix lints
1 parent 667e8c8 commit 8b96122

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/news/050/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,17 @@ Current features are:
151151
### [Lightyear 0.13][lightyear_website]
152152

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

157158
The latest release, [0.13][lightyear_release], brings two big new features:
158-
- **Steam support**: you can now use the Steamworks SDK as your transport layer, which lets you use the Valve network! Note that lightyear supports running multiple transports in parallel, so it's possible to have cross-play between steam and non-steam users.
159-
- **Listen-server mode**: it is not possible to run a server and a client in the same process/bevy app. This is can be useful to avoid the costs of a dedicated server, or to have a similar codebase between singleplayer and multiplayer.
159+
- **Steam support**: you can now use the Steamworks SDK as your transport layer, which lets you use the Valve network!
160+
Note that lightyear supports running multiple transports in parallel, so it's possible to have cross-play between steam and non-steam users.
161+
- **Listen-server mode**: it is not possible to run a server and a client in the same process/bevy app.
162+
This is can be useful to avoid the costs of a dedicated server, or to have a similar codebase between singleplayer and multiplayer.
160163

161-
162-
Example (with 300ms of latency): https://github.com/cBournhonesque/lightyear/assets/8112632/ee547c32-1f14-4bdc-9e6d-67f900af84d0
164+
[Example (with 300ms of latency)](https://github.com/cBournhonesque/lightyear/assets/8112632/ee547c32-1f14-4bdc-9e6d-67f900af84d0)
163165

164166
[lightyear_website]: https://github.com/cBournhonesque/lightyear
165167
[lightyear_release]: https://github.com/cBournhonesque/lightyear/releases/tag/0.13.0

0 commit comments

Comments
 (0)