rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Combine the navigation map builtins to eliminate a potential cause of inconsistencies #190

Open rdw-software opened 2 years ago

rdw-software commented 2 years ago

Currently, three different types of maps can be added, with different proportions. This introduces the potential for undefined behavior, as the API assumes they will always match. If there was only one type of terrain map that represented each tile and all of its attributes, it would be easier to manage while also eliminating this problem.