X-Git-Url: http://git.purplebirdman.com/lightcycles.git/blobdiff_plain/324144cac84227aecd582e51288173e7fa0b9bda..010b3d611cf1bfc9b1b0e715206b484844d5ad65:/map/world.tscn diff --git a/map/world.tscn b/map/world.tscn index a3f6d32..ab2aaae 100644 --- a/map/world.tscn +++ b/map/world.tscn @@ -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"]