diff --git a/client/levels/test/game.tscn b/client/levels/test/game.tscn
index 0c1ce374530b1ef0854a124b9c6f309e998d30ef..4f0577175213a8c50c3cdc23cc90e0e6e125d803 100644
--- a/client/levels/test/game.tscn
+++ b/client/levels/test/game.tscn
@@ -13,7 +13,7 @@ fov = 30.0
 [node name="structure" type="Spatial" parent="."]
 
 [node name="bloc" parent="structure" instance=ExtResource( 2 )]
-transform = Transform( 10, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
+transform = Transform( 30, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
 
 [node name="bloc2" parent="structure" instance=ExtResource( 2 )]
 transform = Transform( 5, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.15191, 0 )
diff --git a/client/project.godot b/client/project.godot
index 936fcb642772d9109535f83e7acdc6d2878940f4..a3b0c0649b0a95b1a438d21a23b26dbf8c2c4812 100644
--- a/client/project.godot
+++ b/client/project.godot
@@ -35,6 +35,7 @@ movementJump={
 "deadzone": 0.5,
 "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null)
 , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null)
+, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":90,"unicode":0,"echo":false,"script":null)
  ]
 }
 movementRight={
diff --git a/server/levels/test/game.tscn b/server/levels/test/game.tscn
index 0e4f9308d78685900291e615b8732176abe9f014..3fc537312e69e3ccb1eef828f0ca296cb9b8d024 100644
--- a/server/levels/test/game.tscn
+++ b/server/levels/test/game.tscn
@@ -16,7 +16,7 @@ fov = 30.0
 [node name="structure" type="Spatial" parent="."]
 
 [node name="bloc" parent="structure" instance=ExtResource( 2 )]
-transform = Transform( 10, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
+transform = Transform( 30, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
 
 [node name="bloc2" parent="structure" instance=ExtResource( 2 )]
 transform = Transform( 5, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.15191, 0 )