start of player char
This commit is contained in:
parent
2926a12796
commit
3c62183156
11 changed files with 335 additions and 5 deletions
10
objects/player/groove.gd
Normal file
10
objects/player/groove.gd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue