13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
[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")
|