giants-godot/player/TPSController.tscn

30 lines
800 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://player/TPSController.gd" type="Script" id=1]
[ext_resource path="res://ui/rp_ui.tscn" type="PackedScene" id=2]
[ext_resource path="res://assets/M_3WL1_env.tres" type="Environment" id=3]
[node name="Spatial" type="Spatial"]
script = ExtResource( 1 )
HUD_scene = ExtResource( 2 )
[node name="Head" type="Spatial" parent="."]
[node name="SpringArm" type="SpringArm" parent="Head"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 10, 5 )
spring_length = 10.0
margin = 1.0
[node name="Camera" type="Camera" parent="Head/SpringArm"]
environment = ExtResource( 3 )
current = true
near = 0.01
far = 8192.0
[node name="DebugText" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 14.0
__meta__ = {
"_edit_use_anchors_": false
}