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.

20 lines
636 B

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://assets/road/roadRampLong.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/roadRampLong.tres" type="Curve3D" id=3]
  5. [node name="roadRampLong" type="MeshInstance"]
  6. mesh = ExtResource( 1 )
  7. material/0 = null
  8. material/1 = null
  9. material/2 = null
  10. script = ExtResource( 2 )
  11. reset_index = 1
  12. speed_constrains = PoolVector3Array( 0.7, 1.9, -0.03 )
  13. path_penalties = [ 2.0 ]
  14. [node name="Path" type="Path" parent="."]
  15. curve = ExtResource( 3 )
  16. [node name="PathFollow" type="PathFollow" parent="Path"]