Update .gitattributes, .gitignore, TestZone.tscn, and 6 more files
This commit is contained in:
parent
d313da943d
commit
0f4e6bda9a
9 changed files with 144 additions and 13 deletions
12
Scripts/fpsController.gd
Normal file
12
Scripts/fpsController.gd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue