Neighbors function draft; refactoring

This commit is contained in:
2022-01-13 16:34:06 +01:00
parent b5c9c661fe
commit 219b99c8d7
6 changed files with 34 additions and 14 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ AAdventureCameraPawn::AAdventureCameraPawn()
ESASize = .01;
BaseScrollSpeed = 16;
ScrollAccelleration = BaseScrollSpeed * 2.2;
ScrollAccelleration = BaseScrollSpeed * 2.4;
ESAMaxBoundSlope = 1 / (1 - (1-ESASize));
ESAMaxBoundIntercept = 1 - ESAMaxBoundSlope;