summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
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