mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	reduced the default value of irregular density
This commit is contained in:
		| @@ -265,7 +265,7 @@ void initConfig() { | ||||
|   addsaver(nofps, "no-fps", false); | ||||
|    | ||||
|   addsaver(irr::on, "irregular", false); | ||||
|   addsaver(irr::density, "irregular-density", 6); | ||||
|   addsaver(irr::density, "irregular-density", 2); | ||||
|   addsaver(irr::cellcount, "irregular-cellcount", 150); | ||||
|   addsaver(irr::quality, "irregular-quality", .2); | ||||
|   addsaver(irr::place_attempts, "irregular-place", 10); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue