game/character.tscn
2023-11-21 00:20:38 +03:00

19 lines
736 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://ctdna511sp1wv"]
[ext_resource type="Script" path="res://character.gd" id="1_ex0f5"]
[ext_resource type="PackedScene" uid="uid://ckpxaevgyhrxv" path="res://persone.tscn" id="1_h0ic1"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_rjvcb"]
radius = 0.254269
height = 2.0442
[node name="CharacterBody3D" type="CharacterBody3D"]
script = ExtResource("1_ex0f5")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.02691, 0)
shape = SubResource("CapsuleShape3D_rjvcb")
[node name="Player" parent="." instance=ExtResource("1_h0ic1")]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)