Public repository for MUR pre alpha
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
709 B

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://assets/road/roadCornerLarger.obj" type="ArrayMesh" id=1]
  3. [ext_resource path="res://scripts/road/road.gd" type="Script" id=2]
  4. [ext_resource path="res://resources/road/roadCornerLarger.tres" type="Curve3D" id=3]
  5. [node name="roadCornerLarger" type="MeshInstance"]
  6. mesh = ExtResource( 1 )
  7. material/0 = null
  8. material/1 = null
  9. material/2 = null
  10. script = ExtResource( 2 )
  11. end_rotation = Vector3( 0, -1.571, 0 )
  12. speed_constrains = PoolVector3Array( 0.3, 1, 0.16, 1, 2.7, 0.13, 2.7, 3.93, 0.16 )
  13. force_penalties = PoolVector3Array( 0, 0, 5 )
  14. torque_penalties = PoolVector3Array( 0, 0, 1 )
  15. [node name="Path" type="Path" parent="."]
  16. curve = ExtResource( 3 )