medfall

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

commit 64829d49e8a0a90acafea82f8e0c56729dd01066
parent 73fec546f676da35c5e409f7ce754c0464929c8f
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue Sep  6 21:46:23 -0700

Bump up VIEW_SIZE again

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 = 21; +static const u16 VIEW_SIZE = 35; static const u16 VIEW_HALF = VIEW_SIZE / 2; struct CompressedTile {