musics etc

This commit is contained in:
Crizomb 2025-08-03 01:40:32 +02:00
parent 2e310f4053
commit bb6404e918
36 changed files with 652 additions and 130 deletions

View file

@ -2,7 +2,7 @@
extends Path3D
class_name RoadPath
@export_tool_button("update_control_points") var action = update_control_points
var tilt_scale : float = 0.0005
@export var tilt_scale : float = 0.0005
func modulo_get_point_position(i):
return curve.get_point_position(posmod(i, curve.point_count))