before planets
This commit is contained in:
parent
bb6404e918
commit
e09f05b566
57 changed files with 1203 additions and 90 deletions
6
entities/car/motor_stream.gd
Normal file
6
entities/car/motor_stream.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends AudioStreamPlayer3D
|
||||
|
||||
@onready var car: Car = $".."
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
pitch_scale = max(car.linear_velocity.length() * 0.1, 0.1)
|
Loading…
Add table
Add a link
Reference in a new issue