funnymemellama/Player.tscn

22 lines
767 B
Text
Raw Normal View History

2023-09-26 21:38:02 -04:00
[gd_scene load_steps=4 format=3 uid="uid://dyyf1q12dchhq"]
[ext_resource type="Script" path="res://Player.gd" id="1_0rkr0"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ym2u8"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_hkqbf"]
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_0rkr0")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_ym2u8")
[node name="CSGMesh3D" type="CSGMesh3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
mesh = SubResource("CapsuleMesh_hkqbf")
[node name="Camera3D" type="Camera3D" parent="CSGMesh3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)