12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://assets/road/roadStraightLongBumpRound.obj" type="ArrayMesh" id=1]
|
||
|
[ext_resource path="res://scripts/road/road.gd" type="Script" id=2]
|
||
|
|
||
|
[node name="roadStraightLongBumpRound" type="MeshInstance"]
|
||
|
mesh = ExtResource( 1 )
|
||
|
material/0 = null
|
||
|
material/1 = null
|
||
|
material/2 = null
|
||
|
script = ExtResource( 2 )
|