From 8bf932bf0b2184c1dc11241bb9c84d6c4e420293 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 14 Apr 2022 15:38:09 +0530 Subject: Fixes an issue with Apples & Tilemap (lol) --- entities/Player.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'entities') diff --git a/entities/Player.gd b/entities/Player.gd index bae5935..5804af8 100644 --- a/entities/Player.gd +++ b/entities/Player.gd @@ -24,7 +24,6 @@ func get_input(): if jump and is_on_floor(): jumping = true velocity.y = jump_speed - print(health) if right: velocity.x += run_speed facing_right = true -- cgit v1.2.3