Basic platformer with rope
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[gd_scene format=3 uid="uid://cbual4qbgv2fc"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bg6mw4gfk50jv" path="res://scripts/player.gd" id="1_3vyb7"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_xcqlg"]
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_xcqlg"]
|
||||
|
||||
[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]
|
||||
shape = SubResource("CapsuleShape3D_xcqlg")
|
||||
|
||||
[node name="Body" type="MeshInstance3D" parent="." unique_id=977363109]
|
||||
mesh = SubResource("CapsuleMesh_xcqlg")
|
||||
Reference in New Issue
Block a user