mirror of
https://github.com/bvanroll/pogo.git
synced 2025-08-28 19:42:50 +00:00
momentum works, now to find out how to impl bounce
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user