Browse Source

移速

master
Block 1 month ago
parent
commit
9eb47f0b69
  1. 2
      client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Component/Level/LevelWaveComponent.cs

2
client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Component/Level/LevelWaveComponent.cs

@ -105,7 +105,7 @@ namespace CoreGame.Logic
public Fixed64 GetDefaultMoveSpeed() public Fixed64 GetDefaultMoveSpeed()
{ {
return (Fixed64._1 + Fixed64._0_125) / GetTurnLen(); return (Fixed64._1) / GetTurnLen();
} }
public void PushGridPieceInst(GridPieceInst inst) public void PushGridPieceInst(GridPieceInst inst)

Loading…
Cancel
Save