Phase 2: Updated TownSquare map dimensions to 40x20.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user