Hooked up the phone controller to the light and added a demo video at 1440x900
This commit is contained in:
@@ -75,7 +75,7 @@ void Camera::set_camera(sf::Vector3f input) {
|
||||
|
||||
int Camera::update(double delta_time) {
|
||||
|
||||
double multiplier = 40;
|
||||
double multiplier = 80;
|
||||
|
||||
position.x += static_cast<float>(movement.x * delta_time * multiplier);
|
||||
position.y += static_cast<float>(movement.y * delta_time * multiplier);
|
||||
|
||||
Reference in New Issue
Block a user