SlimeoosOdyssey/godot/CameraTest.tscn

17 lines
576 B
Plaintext
Raw Normal View History

2023-08-18 21:27:39 -06:00
[gd_scene load_steps=3 format=3 uid="uid://dd64j7xcfl6io"]
[ext_resource type="PackedScene" uid="uid://csqyxbjumla33" path="res://player.tscn" id="1_i6frr"]
[sub_resource type="BoxShape3D" id="BoxShape3D_r81py"]
size = Vector3(10, 1, 10)
[node name="Node3D" type="Node3D"]
[node name="Player" parent="." instance=ExtResource("1_i6frr")]
[node name="RigidBody3D" type="RigidBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -5, 0)
shape = SubResource("BoxShape3D_r81py")