From 04024078984bbaf84f34352061da2a224ecdb0b0 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 29 Oct 2023 16:53:33 +0100 Subject: fix throwable collision --- src/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.c') diff --git a/src/map.c b/src/map.c index 8d5e26b..1eddf90 100644 --- a/src/map.c +++ b/src/map.c @@ -398,6 +398,6 @@ inline map_info get_map_info(platform_window* window) { info.tile_width = get_tile_width(window); info.tile_height = get_tile_height(window); info.px_incline = 0.0f; //info.tile_width/3; // info.tile_width/3; // offset*info.tile_width; - info.px_raised_per_h = info.tile_height/2.5; + info.px_raised_per_h = info.tile_height/5.0f; return info; } \ No newline at end of file -- cgit v1.2.3-70-g09d2