Implement RPC Node
This commit is contained in:
parent
f7ee533d5a
commit
605e43273e
13 changed files with 524 additions and 206 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="Script" uid="uid://cbt6p1bhh4o8q" path="res://scripts/GameObjects/Nodes/StarNode.cs" id="1_o2f8k"]
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_o2f8k"]
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_2pyv3"]
|
||||
radius = 5.0
|
||||
height = 10.0
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ radius = 5.0
|
|||
script = ExtResource("1_o2f8k")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1423841842]
|
||||
mesh = SubResource("SphereMesh_o2f8k")
|
||||
mesh = SubResource("SphereMesh_2pyv3")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=1898956937]
|
||||
shape = SubResource("SphereShape3D_o2f8k")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue