]> Untitled Git - lightcycles.git/blobdiff - map/world.tscn
Added basic walls with no collision
[lightcycles.git] / map / world.tscn
index a3f6d32a2f002c8fd7b1cef42b6a75c3638036b4..ebee4d95daf2d5527f2437ef95e329efb1ec00ac 100644 (file)
@@ -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"]