Add experimental road generation (generated by deepseek)
This commit is contained in:
parent
7958bd288f
commit
5bf9ea473c
8 changed files with 97 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue