]> Untitled Git - lightcycles.git/blobdiff - map/world.tscn
Made walls better
[lightcycles.git] / map / world.tscn
index a3f6d32a2f002c8fd7b1cef42b6a75c3638036b4..ab2aaae6fe1a5c25a2eeea87053420553609bc95 100644 (file)
@@ -37,5 +37,6 @@ shape = SubResource("ConcavePolygonShape3D_mhr6o")
 
 [node name="player" parent="." instance=ExtResource("1_3tqxd")]
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -16)
-speed = 5.0
-distance = 3.0
+distance = 5.0
+
+[connection signal="playerTurn" from="player" to="." method="_player_add_wall"]