initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://d4fal6apyqrlf"]
|
||||
|
||||
[ext_resource type="Script" path="res://character_body_3d.gd" id="1_gy10k"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_gkp0s"]
|
||||
|
||||
[node name="CharacterBody3D" type="CharacterBody3D"]
|
||||
script = ExtResource("1_gy10k")
|
||||
|
||||
[node name="Pivot" type="Node3D" parent="."]
|
||||
|
||||
[node name="Camera" type="Camera3D" parent="Pivot"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("SphereShape3D_gkp0s")
|
||||
Reference in New Issue
Block a user