Update .gitattributes, .gitignore, TestZone.tscn, and 6 more files

This commit is contained in:
Clevertop 2024-08-10 14:01:51 +10:00
parent d313da943d
commit 0f4e6bda9a
9 changed files with 144 additions and 13 deletions

12
Scripts/fpsController.gd Normal file
View file

@ -0,0 +1,12 @@
extends Node3D
@export var camera : Camera3D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass