mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-28 13:24:07 -05:00
updated mountain scene
This commit is contained in:
@@ -226,7 +226,7 @@ public class PlayerStats : MonoBehaviour
|
||||
case Weather.Rain:{
|
||||
Debug.Log("Rain");
|
||||
|
||||
tractionModification = .1f;
|
||||
tractionModification = .28f;
|
||||
traction *= tractionModification;
|
||||
curTraction *= tractionModification;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user