summaryrefslogtreecommitdiffstats
path: root/assets/view_model/ViewModel.tscn
blob: 3412e917bec3ff6a5e35020ab8190aa85d2d1fdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[gd_scene load_steps=3 format=2]

[ext_resource path="res://assets/characters/base_character/BaseCharacter.tscn" type="PackedScene" id=1]
[ext_resource path="res://assets/view_model/ViewModel.gd" type="Script" id=2]

[node name="ViewModel" type="Spatial"]
script = ExtResource( 2 )

[node name="BaseCharacter" parent="." instance=ExtResource( 1 )]

[node name="Anchor" type="Spatial" parent="."]

[node name="SpringArm" type="SpringArm" parent="Anchor"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0 )
spring_length = 4.0
margin = 0.05

[node name="Camera" type="Camera" parent="Anchor/SpringArm"]
far = 500.0

[node name="fps_label" type="Label" parent="."]
anchor_top = 1.0
anchor_bottom = 1.0
margin_top = -14.0
margin_right = 40.0