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.

17 lines
603 B

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