From 2f9bf1131839d04b7aa3dc4e6b87e2e1b5077123 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Tue, 6 Aug 2024 17:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=8F=90=E8=B5=B7=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=BF=AE=E6=94=B9+=E4=BF=AE=E5=A4=8DPU=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Core/VPet-Simulator.Core.csproj | 2 +- .../VPet-Simulator.Windows.Interface.csproj | 2 +- VPet-Simulator.Windows/Function/Setting.cs | 2 +- VPet-Simulator.Windows/VPet-Simulator.Windows.csproj | 2 +- VPet.Solution/VPet.Solution.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VPet-Simulator.Core/VPet-Simulator.Core.csproj b/VPet-Simulator.Core/VPet-Simulator.Core.csproj index 4f0f361..2275f84 100644 --- a/VPet-Simulator.Core/VPet-Simulator.Core.csproj +++ b/VPet-Simulator.Core/VPet-Simulator.Core.csproj @@ -25,7 +25,7 @@ - + diff --git a/VPet-Simulator.Windows.Interface/VPet-Simulator.Windows.Interface.csproj b/VPet-Simulator.Windows.Interface/VPet-Simulator.Windows.Interface.csproj index 9bef5bd..573400b 100644 --- a/VPet-Simulator.Windows.Interface/VPet-Simulator.Windows.Interface.csproj +++ b/VPet-Simulator.Windows.Interface/VPet-Simulator.Windows.Interface.csproj @@ -18,7 +18,7 @@ - + \ No newline at end of file diff --git a/VPet-Simulator.Windows/Function/Setting.cs b/VPet-Simulator.Windows/Function/Setting.cs index c3816eb..8d63e9e 100644 --- a/VPet-Simulator.Windows/Function/Setting.cs +++ b/VPet-Simulator.Windows/Function/Setting.cs @@ -31,7 +31,7 @@ namespace VPet_Simulator.Windows zoomlevel = 0.5; } } - presslength = this["gameconfig"].GetInt("presslength", 500); + presslength = this["gameconfig"].GetInt("presslength", 300); intercycle = this["gameconfig"].GetInt("intercycle", 200); allowmove = !this["gameconfig"].GetBool("allowmove"); smartmove = this["gameconfig"].GetBool("smartmove"); diff --git a/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj b/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj index f73ca4d..51a12dd 100644 --- a/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj +++ b/VPet-Simulator.Windows/VPet-Simulator.Windows.csproj @@ -226,7 +226,7 @@ - + diff --git a/VPet.Solution/VPet.Solution.csproj b/VPet.Solution/VPet.Solution.csproj index 9be62b2..ec2317e 100644 --- a/VPet.Solution/VPet.Solution.csproj +++ b/VPet.Solution/VPet.Solution.csproj @@ -22,7 +22,7 @@ - +