Add RoadManager with a road generation script
This commit is contained in:
parent
7958bd288f
commit
0542d04a24
4 changed files with 71 additions and 33 deletions
8
scenes/road.tscn
Normal file
8
scenes/road.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://mu3b314l3soy"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dtncvl5af4fhr" path="res://objects/road.glb" id="1_mv8x7"]
|
||||
|
||||
[node name="Road" type="Node3D"]
|
||||
|
||||
[node name="RoadObject" parent="." instance=ExtResource("1_mv8x7")]
|
||||
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue