Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
1 stars 3 forks source link

feat(#214): Waypoint system #409

Closed shnakamura closed 1 month ago

shnakamura commented 1 month ago

### Link Issues Resolves: #214

Description of Work

Comments

Waypoints don't travel to anywhere as of now since there doesn't seem to be any proper tracking of positions or the subworlds themselves. To implement this behavior once they are done, simply override ModWaypoint::Teleport(Player) and do your logic.