mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
auto map test
This commit is contained in:
@@ -22,11 +22,11 @@ public class GiPathPoint
|
||||
|
||||
public static GiPathPoint BuildFrom(Rect matchRect, int index)
|
||||
{
|
||||
var pt = MapCoordinate.Main1024ToGame(matchRect.GetCenterPoint());
|
||||
var pt = MapCoordinate.Main2048ToGame(matchRect.GetCenterPoint());
|
||||
return new GiPathPoint
|
||||
{
|
||||
Pt = pt,
|
||||
MatchRect = new Rect(pt, matchRect.Size),
|
||||
MatchRect = matchRect,
|
||||
Index = index,
|
||||
Time = DateTime.Now
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user