Skip to content

Commit

Permalink
Merge pull request #262 from MisakaAldrich/main
Browse files Browse the repository at this point in the history
地图追踪:修复原id2点位导致角色摔落
  • Loading branch information
huiyadanli authored Jan 21, 2025
2 parents cde1200 + 64c0c9f commit c8b5bdb
Showing 1 changed file with 26 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,73 +12,64 @@
"id": 1,
"x": -4122.416015625,
"y": -1774.97265625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -4126.08203125,
"y": -1778.81396484375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"action_params": "",
"type": "teleport"
},
{
"id": 3,
"id": 2,
"x": -4183.263671875,
"y": -1826.9599609375,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": ""
"move_mode": "fly",
"action_params": "",
"type": "path"
},
{
"id": 4,
"id": 3,
"x": -4205.234375,
"y": -1836.25390625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 5,
"id": 4,
"x": -4209.240234375,
"y": -1842.99267578125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"id": 5,
"x": -4220.91796875,
"y": -1855.548828125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 7,
"id": 6,
"x": -4236.44140625,
"y": -1854.94189453125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 8,
"id": 7,
"x": -4255.990234375,
"y": -1854.23828125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
}
]
}

0 comments on commit c8b5bdb

Please sign in to comment.