lot of changes in floors

This commit is contained in:
h4570
2020-12-07 20:47:41 +01:00
parent cad2623649
commit dd49fc165e
13 changed files with 190 additions and 59 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ void Camera::update(Pad &t_pad, Mesh &t_mesh)
*/
void Camera::rotate(Pad &t_pad)
{
if (t_pad.rJoyH <= 50)
if (t_pad.rJoyH <= 100)
horizontalLevel -= 0.08;
else if (t_pad.rJoyH >= 200)
horizontalLevel += 0.08;