X-Git-Url: http://git.purplebirdman.com/lightcycles.git/blobdiff_plain/324144cac84227aecd582e51288173e7fa0b9bda..3e15374f814e7b21fc895b09ed77ef983f392a93:/map/world.tscn diff --git a/map/world.tscn b/map/world.tscn index a3f6d32..ebee4d9 100644 --- a/map/world.tscn +++ b/map/world.tscn @@ -37,5 +37,7 @@ 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="playerReady" from="player" to="." method="_on_player_player_ready"] +[connection signal="playerTurn" from="player" to="." method="_on_player_player_turn"]