28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
[gd_scene format=3 uid="uid://cbual4qbgv2fc"]
|
|
|
|
[ext_resource type="Script" uid="uid://bg6mw4gfk50jv" path="res://scripts/player.gd" id="1_3vyb7"]
|
|
[ext_resource type="PackedScene" uid="uid://n4ewjryy001b" path="res://assets/chara_red.fbx" id="2_g2els"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_xcqlg"]
|
|
height = 1.6
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_top"]
|
|
|
|
[node name="Player" type="CharacterBody3D" unique_id=432105976]
|
|
collision_layer = 2
|
|
collision_mask = 3
|
|
axis_lock_linear_z = true
|
|
script = ExtResource("1_3vyb7")
|
|
metadata/_custom_type_script = "uid://bg6mw4gfk50jv"
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=1758174490]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.19999999, 0)
|
|
shape = SubResource("CapsuleShape3D_xcqlg")
|
|
|
|
[node name="TopCollisionShape3D" type="CollisionShape3D" parent="." unique_id=1758174491]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
|
shape = SubResource("BoxShape3D_top")
|
|
|
|
[node name="chara_red" parent="." unique_id=1864019899 instance=ExtResource("2_g2els")]
|
|
transform = Transform3D(8, 0, 0, 0, 8, 0, 0, 0, 8, 0, -1, 0)
|