mirror of
https://github.com/Steffo99/cinnos.git
synced 2024-11-22 16:14:19 +00:00
20 lines
826 B
Text
20 lines
826 B
Text
|
[gd_scene load_steps=4 format=3 uid="uid://ds01yl3tf0tva"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://Torretta.gd" id="1_6tulh"]
|
||
|
[ext_resource type="PackedScene" uid="uid://t0gblqb4yr8m" path="res://models/turret.glb" id="2_64e5x"]
|
||
|
|
||
|
[sub_resource type="BoxShape3D" id="BoxShape3D_hwxik"]
|
||
|
size = Vector3(1.9188, 3.57475, 2.31203)
|
||
|
|
||
|
[node name="Torretta" type="StaticBody3D"]
|
||
|
transform = Transform3D(-0.810819, 0, 0.585297, 0, 1, 0, -0.585297, 0, -0.810819, -11.1919, 0.928251, 6.08668)
|
||
|
script = ExtResource("1_6tulh")
|
||
|
|
||
|
[node name="turret" parent="." instance=ExtResource("2_64e5x")]
|
||
|
|
||
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||
|
transform = Transform3D(1, 0, -2.98023e-08, 0, 1, 0, 2.98023e-08, 0, 1, 0, 1.09828, 0)
|
||
|
shape = SubResource("BoxShape3D_hwxik")
|
||
|
|
||
|
[node name="RayCast3D" type="RayCast3D" parent="."]
|