Bit more cleanup.
This commit is contained in:
6
entities/player/PlayerCamera.gd
Normal file
6
entities/player/PlayerCamera.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name PlayerCamera extends Node
|
||||
|
||||
@export var camera:Camera3D = null
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
Reference in New Issue
Block a user