giants-godot/player/TPSController.tscn

26 lines
750 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="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
[node name="Camera" type="Camera" parent="Head"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 10, 10 )
environment = ExtResource( 3 )
current = true
far = 8192.0
[node name="DebugText" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 14.0
__meta__ = {
"_edit_use_anchors_": false
}