X-Git-Url: http://git.purplebirdman.com/lightcycles.git/blobdiff_plain/3e15374f814e7b21fc895b09ed77ef983f392a93..d9c42b6592d56cd8bf20cae59b2bf1d32219f9e0:/map/world.tscn diff --git a/map/world.tscn b/map/world.tscn index ebee4d9..c392607 100644 --- a/map/world.tscn +++ b/map/world.tscn @@ -14,7 +14,7 @@ texture_filter = 0 material = SubResource("StandardMaterial3D_ul8mq") size = Vector2(50, 50) -[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_mhr6o"] +[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_t6tpe"] data = PackedVector3Array(25, 0, 25, -25, 0, 25, 25, 0, -25, -25, 0, 25, -25, 0, -25, 25, 0, -25) [node name="World" type="Node3D"] @@ -33,11 +33,12 @@ skeleton = NodePath("../..") [node name="StaticBody3D" type="StaticBody3D" parent="map/MeshInstance3D"] [node name="CollisionShape3D" type="CollisionShape3D" parent="map/MeshInstance3D/StaticBody3D"] -shape = SubResource("ConcavePolygonShape3D_mhr6o") +shape = SubResource("ConcavePolygonShape3D_t6tpe") [node name="player" parent="." instance=ExtResource("1_3tqxd")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -16) 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"] +[connection signal="playerDestroyed" from="player" to="." method="_on_player_destroyed"] +[connection signal="playerRestart" from="player" to="." method="_on_player_player_restart"] +[connection signal="playerTurn" from="player" to="." method="_player_add_wall"]