Skip to content

Commit

Permalink
feat: increase map viewport to 32 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseap committed Dec 5, 2023
1 parent 190386b commit e560e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/setup.otml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game
last-supported-version: 1321

map
viewport: 16 9
viewport: 32 18
max-z: 15
sea-floor: 7
underground-floor: 8
Expand Down
2 changes: 1 addition & 1 deletion src/client/gameconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class GameConfig
uint16_t m_lastSupportedVersion{ 1321 };

// Map
Size m_mapViewPort{ 16,9 };
Size m_mapViewPort{ 32,18 };
uint8_t m_mapMaxZ{ 15 };
uint8_t m_mapSeaFloor{ 7 };
uint8_t m_mapUndergroundFloorRange{ 2 };
Expand Down

0 comments on commit e560e1f

Please sign in to comment.