You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement or update Settings-system to allow lookup of settings based on world location. Other systems will call this system to lookup rules (e.g. physics, how fast should the player move etc.). Should return a "rule" object of some sort (or maybe just primitives?)
Scenario:
Player is located in a no-map zone (either no map is loaded or player is outside loaded map bounds), server default rules apply
Map is spawned where player is, rules reset to fit new map rules
Player moves out of map and default rules is applied again
Player moves between maps, rules updated on border to fit new map
The text was updated successfully, but these errors were encountered:
Acceptance criteria:
Implement or update Settings-system to allow lookup of settings based on world location. Other systems will call this system to lookup rules (e.g. physics, how fast should the player move etc.). Should return a "rule" object of some sort (or maybe just primitives?)
Scenario:
The text was updated successfully, but these errors were encountered: