mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	in creative menu, animations and history are now separate
This commit is contained in:
		| @@ -450,9 +450,12 @@ void showCreative() { | ||||
|   dialog::addItem(XLAT("screenshots"), 's'); | ||||
|   dialog::add_action_push(shot::menu); | ||||
|       | ||||
|   dialog::addBoolItem(XLAT("animations/history"), anims::any_on(), 'a'); | ||||
|   dialog::addBoolItem(XLAT("animations"), anims::any_on(), 'a'); | ||||
|   dialog::add_action_push(anims::show); | ||||
|  | ||||
|   dialog::addBoolItem(XLAT("history mode"), conformal::on || conformal::includeHistory, 'h'); | ||||
|   dialog::add_action_push(conformal::history_menu); | ||||
|  | ||||
| #if CAP_TEXTURE | ||||
|   if(DIM == 2) { | ||||
|     dialog::addBoolItem(XLAT("texture mode"), texture::config.tstate == texture::tsActive, 't'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue