Initial Commit
This commit is contained in:
parent
6d0191e863
commit
beb2b93613
10 changed files with 516 additions and 0 deletions
22
objects/player.tscn
Normal file
22
objects/player.tscn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue