Flash Update
This commit is contained in:
parent
b1acc48c3a
commit
cde1399e8e
|
@ -492,7 +492,7 @@ output = NodePath("Node3D/MeshInstance3D")
|
||||||
metadata/_edit_group_ = true
|
metadata/_edit_group_ = true
|
||||||
|
|
||||||
[node name="Node3D" type="Node3D" parent="Flash Examples/Special Cube"]
|
[node name="Node3D" type="Node3D" parent="Flash Examples/Special Cube"]
|
||||||
transform = Transform3D(0.0370546, 0, -0.999312, 0, 1, 0, 0.999312, 0, 0.0370546, 0, 0, 0)
|
transform = Transform3D(-0.654304, 0, 0.75623, 0, 1, 0, -0.75623, 0, -0.654304, 0, 0, 0)
|
||||||
|
|
||||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Flash Examples/Special Cube/Node3D"]
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="Flash Examples/Special Cube/Node3D"]
|
||||||
transform = Transform3D(-0.707107, 0.707107, 0, -0.566941, -0.566941, -0.597625, -0.422585, -0.422585, 0.801776, 0, 0.5, 0)
|
transform = Transform3D(-0.707107, 0.707107, 0, -0.566941, -0.566941, -0.597625, -0.422585, -0.422585, 0.801776, 0, 0.5, 0)
|
||||||
|
|
|
@ -54,7 +54,7 @@ script = ExtResource("4_pqojn")
|
||||||
sensors = []
|
sensors = []
|
||||||
sensorGroups = [ExtResource("5_qye38"), ExtResource("6_h5ynn")]
|
sensorGroups = [ExtResource("5_qye38"), ExtResource("6_h5ynn")]
|
||||||
processSensors = true
|
processSensors = true
|
||||||
autoScanForSensors = [NodePath("../Interactions")]
|
autoScanForSensors = [NodePath("../Interactions"), NodePath("../Editor Camera")]
|
||||||
|
|
||||||
[node name="NetworkManager" type="Node" parent="."]
|
[node name="NetworkManager" type="Node" parent="."]
|
||||||
script = ExtResource("6_ahkyn")
|
script = ExtResource("6_ahkyn")
|
||||||
|
@ -66,10 +66,10 @@ active = true
|
||||||
|
|
||||||
[node name="Slot 1" type="Node" parent="CameraManager" node_paths=PackedStringArray("camera")]
|
[node name="Slot 1" type="Node" parent="CameraManager" node_paths=PackedStringArray("camera")]
|
||||||
script = ExtResource("8_avjil")
|
script = ExtResource("8_avjil")
|
||||||
camera = NodePath("../../Mouse Editor Camera")
|
camera = NodePath("../../Editor Camera")
|
||||||
priority = 1.0
|
priority = 1.0
|
||||||
|
|
||||||
[node name="Mouse Editor Camera" type="Node3D" parent="."]
|
[node name="Editor Camera" type="Node3D" parent="."]
|
||||||
transform = Transform3D(1, 0, 0, 0, 0.925637, -0.378405, 0, 0.378405, 0.925637, 0, 3.80405, -9.25637)
|
transform = Transform3D(1, 0, 0, 0, 0.925637, -0.378405, 0, 0.378405, 0.925637, 0, 3.80405, -9.25637)
|
||||||
script = ExtResource("9_ghh8k")
|
script = ExtResource("9_ghh8k")
|
||||||
target = Vector3(0, 0.02, 0)
|
target = Vector3(0, 0.02, 0)
|
||||||
|
|
Loading…
Reference in New Issue