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
712 B

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://assets/road/roadStraightSkewFlipped.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/roadStraightSkewFlipped.tres" type="Curve3D" id=3]
  5. [node name="roadStraightSkewFlipped" type="MeshInstance"]
  6. mesh = ExtResource( 1 )
  7. material/0 = null
  8. material/1 = null
  9. material/2 = null
  10. script = ExtResource( 2 )
  11. first_speed_factor = 0.9
  12. creator_speed_factor = 0.9
  13. speed_constrains = PoolVector3Array( 0, 0.2, 0.14 )
  14. force_penalties = PoolVector3Array( 0, 0, 3 )
  15. torque_penalties = PoolVector3Array( 0, 0, 2 )
  16. [node name="Path" type="Path" parent="."]
  17. curve = ExtResource( 3 )