before planets

This commit is contained in:
Crizomb 2025-08-03 05:57:42 +02:00
parent bb6404e918
commit e09f05b566
57 changed files with 1203 additions and 90 deletions

View 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)