Skip to content

Release e2cf91f

Choose a tag to compare

@github-actions github-actions released this 13 Jan 21:07
Refactor tile synchronization and tint handling in map.gd

- Removed tint calculations from tile setting logic to simplify synchronization.
- Updated sync_tile and sync_full_map functions to eliminate tint parameters, focusing on terrain type management.
- Enhanced comments for clarity on tile data structure and synchronization processes.
- Streamlined client-server interactions by ensuring only necessary data is sent during synchronization.