Following this code from this tutorial I'm getting this error
DeprecationWarning: The read_tmx function has been replaced by the new TileMap class.
The code I'm using is
game_map = arcade.tilemap.read_tmx(str(map_path))
I'm not sure if this code is outdated now or what but I can't seem to find a way to get my tilemap to load properly.