Phase 2: Updated TownSquare map dimensions to 40x20.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -3,8 +3,8 @@ import json
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
WIDTH = 100
|
WIDTH = 40
|
||||||
HEIGHT = 100
|
HEIGHT = 20
|
||||||
TILE_SIZE = 48 # Using 48px for alignment with technical standards
|
TILE_SIZE = 48 # Using 48px for alignment with technical standards
|
||||||
|
|
||||||
# Create the data array (100x100 filled with 1s for 'Ground' tile)
|
# Create the data array (100x100 filled with 1s for 'Ground' tile)
|
||||||
|
|||||||
Reference in New Issue
Block a user