Kaetram / Kaetram-Open

Kaetram is an open-source 2D HTML5 MMORPG. It is an extended version of BrowserQuest (BQ).
https://kaetram.com
Mozilla Public License 2.0
547 stars 114 forks source link

Settings page & Bug fixes #178

Closed Veradictus closed 2 years ago

Veradictus commented 2 years ago

Adds functionality of the settings page. The settings page lives independently of the rest of the game, instead of having a variety of classes such as camera, renderer, game access variables from it, the settings page loads information from the local storage and acts on the game externally.

The bug fixes include a couple visual bug fixes, as well as more major bug fixes such as despawning packet not being sent when a player exits a region. This created a bug when the player re-entered the region and was invisible to the players.