Skip to content
#

multiplayer-browser-game

Here are 52 public repositories matching this topic...

mikhael28
mikhael28 commented May 31, 2022

Look in index.js - The redux library has an exported function called createStore - however, this has recently been deprecated, with the following message:

@deprecated
We recommend using the configureStore method of the @reduxjs/toolkit package, which replaces createStore.
Redux Toolkit is our recommended approach for writing Redux logic today, including store setup, reducers, data fet
good first issue React refactoring
web-marbles
Zemanzo
Zemanzo commented Dec 6, 2019

Expected behavior
Free camera: The moving speed of the camera should gradually change whilst using the mousewheel.
Tracking camera: The zoom level should change whilst using the mousewheel.

Actual behavior
Free camera: The moving speed of the camera changes very quickly, resulting in a loss of fine control.
Tracking camera: The zoom level does not change whatsoever.

**Reproductio

bug good first issue client

Improve this page

Add a description, image, and links to the multiplayer-browser-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiplayer-browser-game topic, visit your repo's landing page and select "manage topics."

Learn more