Release e2cf91f
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.