Use angle instead of direction

This commit is contained in:
Andras Schmelczer 2023-05-20 11:45:11 +01:00
parent d3f66e2958
commit 6351a67703
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 19 additions and 16 deletions

View file

@ -29,8 +29,8 @@ export const settings: GameLoopSettings &
brushWidthRandomness: 8,
brushTrailWeight: 5,
moveSpeed: 50,
turnSpeed: 10,
moveSpeed: 40,
turnSpeed: 20,
sensorOffsetAngle: 30,
sensorOffsetDistance: 60,