forked from interstellar_development/freeftf
22 lines
781 B
Text
22 lines
781 B
Text
[gd_scene load_steps=4 format=3 uid="uid://b440i2oidk5sp"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/movement.gd" id="1_uru11"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_2l8cp"]
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_fhldf"]
|
|
|
|
[node name="player" type="CharacterBody3D"]
|
|
script = ExtResource("1_uru11")
|
|
|
|
[node name="collision" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("CapsuleShape3D_2l8cp")
|
|
|
|
[node name="bean" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("CapsuleMesh_fhldf")
|
|
|
|
[node name="cam_y" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.707107, 0.707107, 0, -0.707107, 0.707107, 0, 0, 0)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="cam_y"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 8)
|