Game multi - Fix scale player maybe, and scrore board picture position

This commit is contained in:
hubourge
2024-10-11 14:31:50 +02:00
parent be60de564a
commit 0fdd1fd32a
2 changed files with 6 additions and 4 deletions

View File

@ -439,6 +439,7 @@ class Player
object.scale.x -= value * 2;
}, i * 10);
}
object.scale.set(1, 1, 1);
}
configureVrController()