Add experimental road generation (generated by deepseek)

This commit is contained in:
reo 2025-03-11 02:54:17 +03:00
parent 7958bd288f
commit 5bf9ea473c
8 changed files with 97 additions and 1 deletions

View file

@ -8,6 +8,9 @@ extends CharacterBody3D
var current_speed: float = 0.0
func _ready():
add_to_group("player")
func _physics_process(delta: float) -> void:
# Apply gravity
if not is_on_floor():