summaryrefslogtreecommitdiffstats
path: root/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 /assets/view_model/ViewModel.tscn
parent53091fce91ce03aae208bd0c61ee28830b34387d (diff)
downloadproject-s-97dd79339284b033774ac74a04dd4a255475261a.tar.gz
project-s-97dd79339284b033774ac74a04dd4a255475261a.zip
Move Godot 3 project to a new subdirectoryHEADmaster
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'assets/view_model/ViewModel.tscn')
-rw-r--r--assets/view_model/ViewModel.tscn22
1 files changed, 0 insertions, 22 deletions
diff --git a/assets/view_model/ViewModel.tscn b/assets/view_model/ViewModel.tscn
deleted file mode 100644
index f6390af..0000000
--- a/assets/view_model/ViewModel.tscn
+++ /dev/null
@@ -1,22 +0,0 @@
-[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