mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	dialog:: more intuitive rotation hotkeys
This commit is contained in:
		| @@ -1177,9 +1177,9 @@ EX namespace dialog { | |||||||
|           ne.dialogflags |= dialogflags; |           ne.dialogflags |= dialogflags; | ||||||
|           }); |           }); | ||||||
|         }; |         }; | ||||||
|  |       rot_but(0, 2, "rotate in XZ", 'x'); | ||||||
|  |       rot_but(1, 2, "rotate in YZ", 'y'); | ||||||
|       rot_but(0, 1, "rotate in XY", 'z'); |       rot_but(0, 1, "rotate in XY", 'z'); | ||||||
|       rot_but(0, 2, "rotate in XZ", 'y'); |  | ||||||
|       rot_but(1, 2, "rotate in YZ", 'x'); |  | ||||||
|       } |       } | ||||||
|  |  | ||||||
|     addBoolItem("mouse control", dialogflags & sm::MOUSEAIM, 'm'); |     addBoolItem("mouse control", dialogflags & sm::MOUSEAIM, 'm'); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue