Init commit
This commit is contained in:
12
godot/scenes/player/server_node.tscn
Normal file
12
godot/scenes/player/server_node.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cse87uxvcvhee"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/player/placeholder.gd" id="1_cs2mj"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_82tpl"]
|
||||
|
||||
[node name="ServerNode" type="CharacterBody3D"]
|
||||
script = ExtResource("1_cs2mj")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
shape = SubResource("CapsuleShape3D_82tpl")
|
Reference in New Issue
Block a user