added small example video

This commit is contained in:
MitchellHansen
2016-09-23 21:36:10 -07:00
parent 1620f40d02
commit 582e37f540
3 changed files with 6 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ int Camera::update(double delta_time) {
// so vector multiplication broke?
// have to do it component wise
double multiplier = 10;
double multiplier = 40;
position.x += movement.x * delta_time * multiplier;
position.y += movement.y * delta_time * multiplier;