mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-22 21:17:33 +00:00
9 lines
635 B
Plaintext
9 lines
635 B
Plaintext
{
|
|
"general_settings": {
|
|
"CAPTURE_RESOLUTION_WIDTH": 1024, // REQUIRED! Note: this setting overwrites window_w, internal_size_w, backbuffer_width
|
|
"CAPTURE_RESOLUTION_HEIGHT": 1024, // REQUIRED! Note: this setting overwrites window_h, internal_size_h, backbuffer_height
|
|
"CAPTURE_GRID_SIZE": 1024, // OPTIONAL. Note: Adjust the capture grid size. Must fit into an area of CAPTURE_RESOLUTION_HEIGHT * CAPTURE_RESOLUTION_WIDTH
|
|
"WORLD_SEED": 119984861 // OPTIONAL. Note: Set the seed of the world you want to capture, or set it to null for random worlds.
|
|
},
|
|
"config_xml": { }
|
|
} |