mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/Maps
* fixed small map height (small maps used in tooltips) * map files need to be regenerated manually thx @wodim
This commit is contained in:
@@ -353,7 +353,7 @@ if (!CLI)
|
||||
$mapDirs = array(
|
||||
['maps/%snormal/', 'jpg', 488, 325],
|
||||
['maps/%soriginal/', 'jpg', 0, 0], // 1002, 668
|
||||
['maps/%ssmall/', 'jpg', 224, 163],
|
||||
['maps/%ssmall/', 'jpg', 224, 149],
|
||||
['maps/%szoom/', 'jpg', 772, 515]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user