Skip to content

[v4.3] Flexible configs!

Compare
Choose a tag to compare
@evolutionleo evolutionleo released this 07 Jun 05:55
· 133 commits to main since this release

This update introduces new server-side configs in the config.js file that allow disabling the rooms and the entities systems, as well as toggle lobbies between adding the players into play all at the same time or one by one

These are some very important changes, since they allow you to easily decouple the systems that you don't need in your game from the core of Warp framework (that is fundamentally just sending and receiving packets). Really really vital for when your game isn't a 2D platformer, or doesn't even use entities whatsoever (e.x. a card game)

Enjoy! :p
- Evoleo