Phase 2: Updated TownSquare map dimensions to 40x20.

This commit is contained in:
2025-12-27 14:03:11 +01:00
parent 7b6a4585bc
commit 24be04ab86
2 changed files with 134 additions and 30079 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,8 +3,8 @@ import json
import os
# Configuration
WIDTH = 100
HEIGHT = 100
WIDTH = 40
HEIGHT = 20
TILE_SIZE = 48 # Using 48px for alignment with technical standards
# Create the data array (100x100 filled with 1s for 'Ground' tile)