5 lines
63 B
GDScript
5 lines
63 B
GDScript
extends Node3D
|
|
|
|
|
|
func _ready() -> void:
|
|
PlayerInput.restart()
|