mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-29 10:14:35 +01:00
Updated (400, 700) to (500, 800)
This commit is contained in:
parent
0ae365e478
commit
d79403c646
3 changed files with 9 additions and 9 deletions
|
@ -12224,3 +12224,4 @@ zznclm
|
||||||
129zh8g
|
129zh8g
|
||||||
12a4axm
|
12a4axm
|
||||||
12a2lce
|
12a2lce
|
||||||
|
12ar8bx
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
with open(merge_source_file, 'r', encoding='UTF-8') as f1:
|
with open(merge_source_file, 'r', encoding='UTF-8') as f1:
|
||||||
out_json = json.loads(f1.read())
|
out_json = json.loads(f1.read())
|
||||||
|
|
||||||
format_all_entries.format_all_entries(out_json)
|
format_all_entries(out_json)
|
||||||
|
|
||||||
base_image_path = os.path.join('..', 'web', '_img', 'canvas', 'place30')
|
base_image_path = os.path.join('..', 'web', '_img', 'canvas', 'place30')
|
||||||
ScaleConfig.image1 = os.path.join(base_image_path, '159.png')
|
ScaleConfig.image1 = os.path.join(base_image_path, '159.png')
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue