killbox/godot/scenes/player/placeholder.tscn

33 lines
1.3 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://bm80m5x5me4mp"]
[ext_resource type="Script" path="res://scenes_old/player/server_node.gd" id="1_djt0m"]
[ext_resource type="PackedScene" uid="uid://ddwrs0so7swxn" path="res://scenes_old/characters/y-bot/character.tscn" id="2_a22jl"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_1v0rt"]
height = 1.8
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_43f22"]
properties/0/path = NodePath(".:owner_id")
properties/0/spawn = true
properties/0/replication_mode = 1
properties/1/path = NodePath(".:position")
properties/1/spawn = true
properties/1/replication_mode = 1
[node name="PlayerPlaceholder" type="PlayerPlaceholder"]
collision_layer = 4
collision_mask = 5
script = ExtResource("1_djt0m")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9, 0)
shape = SubResource("CapsuleShape3D_1v0rt")
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
replication_config = SubResource("SceneReplicationConfig_43f22")
[node name="BulletStartingPoint" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.76042, -0.28729)
[node name="Character" parent="." instance=ExtResource("2_a22jl")]