adds start of body
This commit is contained in:
parent
42afb00c40
commit
f6354673f0
3 changed files with 60 additions and 0 deletions
14
scenes/body.tscn
Normal file
14
scenes/body.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dgm3241ceqpim"]
|
||||
|
||||
[ext_resource type="Script" path="res://body.gd" id="1_21au4"]
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_jcpb6"]
|
||||
|
||||
[node name="Body" type="Node3D"]
|
||||
script = ExtResource("1_21au4")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("SphereMesh_jcpb6")
|
||||
|
||||
[node name="Marker3D" type="Marker3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.49921, 0)
|
Loading…
Add table
Add a link
Reference in a new issue