medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 656cb9ec3a86128628a0e286bcd0564417f0199e
parent d61239c16c0aaaa8ddd89f39e352b3d256603457
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Sep  7 11:22:16 -0700

Even bigger

Diffstat:
terrain_manager.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terrain_manager.h b/terrain_manager.h @@ -12,7 +12,7 @@ static const u16 TILE_SIZE = 128; static const u16 WORLD_SIZE = 170; -static const u16 VIEW_SIZE = 35; +static const u16 VIEW_SIZE = 45; static const u16 VIEW_HALF = VIEW_SIZE / 2; struct CompressedTile {