- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 145
 
Open
Labels
ContentTasks that add new content.Tasks that add new content.Difficulty: Good first issue 🍰Easy tasksEasy tasksFeatureA new system or other feature.A new system or other feature.
Description
Summary
Currently, clients are spawning at the exact same location, resulting in clipping. Before spawning a player, server should choose a free tile, without tile objects or players and spawn the new player there.
One simple solution would be to predefine a list of tile location spawn and spawn the player on any of those, if it's free.
If no free location, spawn at (0,0) with an error message for now.
We'll improve the algorithm later.
Metadata
Metadata
Assignees
Labels
ContentTasks that add new content.Tasks that add new content.Difficulty: Good first issue 🍰Easy tasksEasy tasksFeatureA new system or other feature.A new system or other feature.