camera preview + start templating
This commit is contained in:
parent
8486b56d12
commit
0969ef4ec4
12 changed files with 215 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
extends RigidBody3D
|
||||
class_name Car
|
||||
|
||||
@export var road_path : RoadPath
|
||||
@export var road_path : SplinePath
|
||||
|
||||
@export var forward_force: float = 100.0
|
||||
@export var backward_force: float = 50.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue