5 lines
73 B
GDScript
5 lines
73 B
GDScript
extends CharacterBody3D
|
|
|
|
func _ready() -> void:
|
|
add_to_group("player")
|