Pls test Jas

This commit is contained in:
tiffanyfrias10
2021-11-22 22:15:28 -06:00
parent 436f2db61f
commit 506253d310
36 changed files with 694 additions and 109 deletions

View File

@@ -2,7 +2,7 @@ extends KinematicBody2D
const ACCELERATION = 1000
const MAX_SPEED = 120
const FRICTION = 1000
const FRICTION = 200
var velocity: Vector2 = Vector2.ZERO