summaryrefslogtreecommitdiffstats
path: root/godot3-prototype/assets/view_model/ViewModel.tscn
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-04-24 07:50:00 -0400
committerMalfurious <m@lfurio.us>2023-04-24 07:50:00 -0400
commit97dd79339284b033774ac74a04dd4a255475261a (patch)
tree951d3c29e676c14c9f165b32143e9aaae8ec4f6a /godot3-prototype/assets/view_model/ViewModel.tscn
parent53091fce91ce03aae208bd0c61ee28830b34387d (diff)
downloadproject-s-master.tar.gz
project-s-master.zip
Move Godot 3 project to a new subdirectoryHEADmaster
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'godot3-prototype/assets/view_model/ViewModel.tscn')
-rw-r--r--godot3-prototype/assets/view_model/ViewModel.tscn22
1 files changed, 22 insertions, 0 deletions
diff --git a/godot3-prototype/assets/view_model/ViewModel.tscn b/godot3-prototype/assets/view_model/ViewModel.tscn
new file mode 100644
index 0000000..f6390af
--- /dev/null
+++ b/godot3-prototype/assets/view_model/ViewModel.tscn
@@ -0,0 +1,22 @@
+[gd_scene load_steps=2 format=2]
+
+[ext_resource path="res://assets/view_model/ViewModel.gd" type="Script" id=2]
+
+[node name="ViewModel" type="Spatial"]
+script = ExtResource( 2 )
+
+[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