Skip to content

Commit

Permalink
Adjust tile update rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Piturnah committed Jul 19, 2022
1 parent b532b14 commit 661c45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/GameController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class GameController : MonoBehaviour

public static float waterPerSecond = 0;

float timeBtwUpdates = .03f;
float timeBtwUpdates = .05f;
float previousUpdateTime;

public static double waterRatio;
Expand Down

0 comments on commit 661c45a

Please sign in to comment.