Bit more cleanup.

This commit is contained in:
2025-08-07 16:05:24 -05:00
parent 53ad2da596
commit a7dcf760a7
328 changed files with 63 additions and 213098 deletions

View File

@@ -0,0 +1,6 @@
class_name PlayerCamera extends Node
@export var camera:Camera3D = null
func _process(delta: float) -> void:
pass