From 36da78cb78e868b2a236a081b8844115783cb6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Sat, 31 Aug 2024 13:22:05 +0800 Subject: [PATCH] update map data to 5.0 --- BetterGenshinImpact.Test/MainWindow.xaml | 8 ++++- BetterGenshinImpact.Test/MainWindow.xaml.cs | 9 +++-- .../Simple/AllMap/MapPuzzle.cs | 4 +-- BetterGenshinImpact.Test/Simple/ScaleTest.cs | 16 +++++++++ .../Simple/Track/MapPathTest.cs | 34 +++++++++--------- .../Assets/Map/mainMap256Block.png | Bin 2620554 -> 2806191 bytes .../Common/Element/Assets/MapAssets.cs | 2 +- .../GameTask/Common/Map/MapCoordinate.cs | 9 +++-- 8 files changed, 57 insertions(+), 25 deletions(-) create mode 100644 BetterGenshinImpact.Test/Simple/ScaleTest.cs diff --git a/BetterGenshinImpact.Test/MainWindow.xaml b/BetterGenshinImpact.Test/MainWindow.xaml index 2cb66533..2d3fb0b8 100644 --- a/BetterGenshinImpact.Test/MainWindow.xaml +++ b/BetterGenshinImpact.Test/MainWindow.xaml @@ -4,7 +4,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Title="Test" - Width="120" + Width="240" Height="450" mc:Ignorable="d"> @@ -62,5 +62,11 @@ Height="23" Click="MapPathView" Content="路线地图查看" /> +