[Player][Animation] Setup speed variables to play animations on Trafalgar and Pulver

This commit is contained in:
Michal Pikulski
2025-09-02 15:49:21 +02:00
parent 721aac3904
commit fdf871aac0
6 changed files with 57 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ namespace Pathfinding {
const double updateCheckRate = 1F;
/// <summary>URL to the version file containing the latest version number.</summary>
const string updateURL = "http://www.arongranberg.com/astar/version.php";
const string updateURL = "https://www.arongranberg.com/astar/version.php";
/// <summary>Last time an update check was made</summary>
public static System.DateTime lastUpdateCheck {