diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-10-09 04:52:56 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-10-09 04:52:56 -0400 |
commit | b6a50e74e6433c0c6de9cc51082489dc72ca6916 (patch) | |
tree | 6817290164ce171a3fb6bdae0c021c61a24ca195 /ship/camera/security_camera.tscn | |
parent | 62f864004c6cfcbdb919e5e27a6ddaaaa8c4acc9 (diff) | |
parent | 0362e1e4cd7f3ff16e8843900d3a77081e187ba0 (diff) | |
download | godot_wildjam_49-master.tar.gz godot_wildjam_49-master.zip |
Security cameras for CCTV developed on this branch
Diffstat (limited to 'ship/camera/security_camera.tscn')
-rw-r--r-- | ship/camera/security_camera.tscn | 14 |
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 ) |