giants-godot/player/TPSController.tscn

30 lines
801 B
Plaintext
Raw Permalink Normal View History

2021-09-23 21:19:11 +02:00
[gd_scene load_steps=4 format=2]
2021-09-22 18:04:03 +02:00
[ext_resource path="res://player/TPSController.gd" type="Script" id=1]
2021-09-23 21:19:11 +02:00
[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]
2021-09-22 18:04:03 +02:00
[node name="Spatial" type="Spatial"]
script = ExtResource( 1 )
2021-09-23 21:19:11 +02:00
HUD_scene = ExtResource( 2 )
2021-09-22 18:04:03 +02:00
2021-09-23 21:19:11 +02:00
[node name="Head" type="Spatial" parent="."]
2021-10-15 23:42:06 +02:00
visible = false
2021-09-23 21:19:11 +02:00
2021-10-01 15:50:16 +02:00
[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"]
2021-09-23 21:19:11 +02:00
environment = ExtResource( 3 )
2021-10-01 15:50:16 +02:00
near = 0.01
2021-09-23 21:19:11 +02:00
far = 8192.0
[node name="DebugText" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 14.0
__meta__ = {
"_edit_use_anchors_": false
}