Add RoadManager with a road generation script

This commit is contained in:
reo 2025-03-11 03:33:05 +03:00
parent 7958bd288f
commit 0542d04a24
4 changed files with 71 additions and 33 deletions

8
scenes/road.tscn Normal file
View 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)