mirror of
				https://github.com/Dadido3/noita-mapcap.git
				synced 2025-10-31 03:09:35 +00:00 
			
		
		
		
	Rename parallel world capture areas
This commit is contained in:
		
							parent
							
								
									ae6bcd9743
								
							
						
					
					
						commit
						04eeca26e2
					
				@ -40,13 +40,13 @@ Config.CaptureArea = {
 | 
				
			|||||||
		BottomRight = Vec2(17920, 41984), -- in world coordinates. This pixel is not included in the rectangle.
 | 
							BottomRight = Vec2(17920, 41984), -- in world coordinates. This pixel is not included in the rectangle.
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	-- Main -1 parallel world: The main world with 3 parts: sky, normal and hell.
 | 
						-- -1 parallel world: The parallel world with 3 parts: sky, normal and hell.
 | 
				
			||||||
	["1x3 -1"] = {
 | 
						["1x3 -1"] = {
 | 
				
			||||||
		TopLeft = Vec2(-17920, -31744) + Vec2(-35840, 0), -- in world coordinates.
 | 
							TopLeft = Vec2(-17920, -31744) + Vec2(-35840, 0), -- in world coordinates.
 | 
				
			||||||
		BottomRight = Vec2(17920, 41984) + Vec2(-35840, 0), -- in world coordinates. This pixel is not included in the rectangle.
 | 
							BottomRight = Vec2(17920, 41984) + Vec2(-35840, 0), -- in world coordinates. This pixel is not included in the rectangle.
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	-- Main +1 parallel world: The main world with 3 parts: sky, normal and hell.
 | 
						-- +1 parallel world: The parallel world with 3 parts: sky, normal and hell.
 | 
				
			||||||
	["1x3 +1"] = {
 | 
						["1x3 +1"] = {
 | 
				
			||||||
		TopLeft = Vec2(-17920, -31744) + Vec2(35840, 0), -- in world coordinates.
 | 
							TopLeft = Vec2(-17920, -31744) + Vec2(35840, 0), -- in world coordinates.
 | 
				
			||||||
		BottomRight = Vec2(17920, 41984) + Vec2(35840, 0), -- in world coordinates. This pixel is not included in the rectangle.
 | 
							BottomRight = Vec2(17920, 41984) + Vec2(35840, 0), -- in world coordinates. This pixel is not included in the rectangle.
 | 
				
			||||||
 | 
				
			|||||||
@ -95,7 +95,7 @@ modSettings = {
 | 
				
			|||||||
		ui_name = "  Rectangle",
 | 
							ui_name = "  Rectangle",
 | 
				
			||||||
		ui_description = "The area to be captured.\nSee documentation for more information.",
 | 
							ui_description = "The area to be captured.\nSee documentation for more information.",
 | 
				
			||||||
		value_default = "1x1",
 | 
							value_default = "1x1",
 | 
				
			||||||
		values = { { "1x1", "Base layout" }, { "1x3", "Main World" }, { "1x3 -1", "Main -1 Parallel World" }, { "1x3 +1", "Main +1 Parallel World" }, { "1.5x3", "Extended" }, { "3x3", "3 Worlds" }, { "custom", "Custom" } },
 | 
							values = { { "1x1", "Base layout" }, { "1x3", "Main World" }, { "1x3 -1", "-1 Parallel World" }, { "1x3 +1", "+1 Parallel World" }, { "1.5x3", "Extended" }, { "3x3", "3 Worlds" }, { "custom", "Custom" } },
 | 
				
			||||||
		scope = MOD_SETTING_SCOPE_RUNTIME,
 | 
							scope = MOD_SETTING_SCOPE_RUNTIME,
 | 
				
			||||||
		show_fn = function() return modSettings:GetNextValue("capture-mode") == "area" end,
 | 
							show_fn = function() return modSettings:GetNextValue("capture-mode") == "area" end,
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user