start of player char

This commit is contained in:
Haze Weathers 2025-11-01 19:58:18 -06:00
parent 2926a12796
commit 3c62183156
11 changed files with 335 additions and 5 deletions

10
objects/player/groove.gd Normal file
View file

@ -0,0 +1,10 @@
class_name Groove
extends CharacterBody2D
@export var max_length: float
@export var player: Player
func _physics_process(delta: float) -> void:
pass