Browse Source

场地格子

master
Block 1 month ago
parent
commit
0e50b45167
  1. 4
      client/client/Assets/Scripts/CoreGame/AFramSync/Shared/CoreGameConfig.cs

4
client/client/Assets/Scripts/CoreGame/AFramSync/Shared/CoreGameConfig.cs

@ -66,7 +66,7 @@ namespace CoreGame.Shared
public static float AttachOutTime = 5f; public static float AttachOutTime = 5f;
public static Fixed64Vector2 ExtendSize = new Fixed64Vector2(Fixed64._0_50 + 4, 9); public static Fixed64Vector2 ExtendSize = new Fixed64Vector2(Fixed64._0_50 + 5, 10);
public static Fixed64 TurnTime = Fixed64._2; public static Fixed64 TurnTime = Fixed64._1;
} }
} }
Loading…
Cancel
Save