mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	'standard rotation' option in Euclidean
This commit is contained in:
		| @@ -757,6 +757,10 @@ EX namespace euclid3 { | |||||||
|       if(S3 == 3) torus_config_option(XLAT("HyperRogue classic torus"), 'G', single_row_torus(381, -22)); |       if(S3 == 3) torus_config_option(XLAT("HyperRogue classic torus"), 'G', single_row_torus(381, -22)); | ||||||
|       } |       } | ||||||
|        |        | ||||||
|  |     dialog::addBreak(50); | ||||||
|  |     dialog::addBoolItem(XLAT("standard rotation"), eqmatrix(models::euclidean_spin, Id), 's'); | ||||||
|  |     dialog::add_action([] { rotate_view(models::euclidean_spin); }); | ||||||
|  |  | ||||||
|     dialog::addBreak(50); |     dialog::addBreak(50); | ||||||
|      |      | ||||||
|     char xch = 'p'; |     char xch = 'p'; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue