From 007e9dab410d825e92b0d391fd8356efcb4cb5db Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 15 Mar 2020 03:24:21 -0400 Subject: updated file structure, still not done --- Racing-Game/KinematicBody2D.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Racing-Game/KinematicBody2D.gd') diff --git a/Racing-Game/KinematicBody2D.gd b/Racing-Game/KinematicBody2D.gd index e024ffc..34844a4 100644 --- a/Racing-Game/KinematicBody2D.gd +++ b/Racing-Game/KinematicBody2D.gd @@ -18,4 +18,4 @@ func _physics_process(delta): motion.y += 10 motion = move_and_slide(motion, UP) - pass \ No newline at end of file + pass -- cgit v1.2.3