momentum works, now to find out how to impl bounce

This commit is contained in:
2024-06-19 16:06:18 +02:00
parent 2146b01abd
commit 95d9bd342c
2 changed files with 27 additions and 13 deletions

View File

@@ -3,10 +3,10 @@
[ext_resource type="Script" path="res://player_move.gd" id="1_3w378"]
[sub_resource type="BoxShape3D" id="BoxShape3D_xx3kl"]
size = Vector3(20, 0.1, 20)
size = Vector3(100, 0.1, 100)
[sub_resource type="BoxMesh" id="BoxMesh_lwlrc"]
size = Vector3(20, 0.1, 20)
size = Vector3(100, 0.1, 100)
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_fla64"]