summaryrefslogtreecommitdiffstats
path: root/ship/camera/security_camera.tscn
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-10-09 04:52:56 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-10-09 04:52:56 -0400
commitb6a50e74e6433c0c6de9cc51082489dc72ca6916 (patch)
tree6817290164ce171a3fb6bdae0c021c61a24ca195 /ship/camera/security_camera.tscn
parent62f864004c6cfcbdb919e5e27a6ddaaaa8c4acc9 (diff)
parent0362e1e4cd7f3ff16e8843900d3a77081e187ba0 (diff)
downloadgodot_wildjam_49-b6a50e74e6433c0c6de9cc51082489dc72ca6916.tar.gz
godot_wildjam_49-b6a50e74e6433c0c6de9cc51082489dc72ca6916.zip
Merge tag 'pull-cctv-cameras' of ssh://normalmode.org/mika/game_jam49 into mika-prHEADmaster
Security cameras for CCTV developed on this branch
Diffstat (limited to 'ship/camera/security_camera.tscn')
-rw-r--r--ship/camera/security_camera.tscn14
1 files changed, 14 insertions, 0 deletions
diff --git a/ship/camera/security_camera.tscn b/ship/camera/security_camera.tscn
new file mode 100644
index 0000000..f17c900
--- /dev/null
+++ b/ship/camera/security_camera.tscn
@@ -0,0 +1,14 @@
+[gd_scene load_steps=3 format=2]
+
+[ext_resource path="res://ship/camera/security_camera.gltf" type="PackedScene" id=1]
+
+[sub_resource type="BoxShape" id=3]
+extents = Vector3( 0.194266, 0.334673, 0.611852 )
+
+[node name="security_camera" instance=ExtResource( 1 )]
+
+[node name="StaticBody" type="StaticBody" parent="base" index="1"]
+
+[node name="CollisionShape" type="CollisionShape" parent="base/StaticBody" index="0"]
+transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.313361, 0.499383 )
+shape = SubResource( 3 )