update
This commit is contained in:
@@ -1 +1,4 @@
|
||||
extends CharacterBody3D
|
||||
|
||||
func _ready() -> void:
|
||||
add_to_group("player")
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1,4 @@
|
||||
extends CharacterBody3D
|
||||
|
||||
func _ready() -> void:
|
||||
add_to_group("player")
|
||||
|
||||