mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	rogueviz::smoothcam:: -smoothcam-anim-on
This commit is contained in:
		| @@ -669,6 +669,10 @@ auto hooks = arg::add3("-smoothcam", enable_and_show) | ||||
|     animate_on = true; | ||||
|     last_time = HUGE_VAL; | ||||
|     }) | ||||
|   + arg::add3("-smoothcam-anim-on", [] { | ||||
|     animate_on = true; | ||||
|     last_time = HUGE_VAL; | ||||
|     }) | ||||
|   + addHook(dialog::hooks_display_dialog, 100, [] () { | ||||
|     if(current_screen_cfunction() == anims::show) { | ||||
|       dialog::addItem(XLAT("smooth camera"), 'C');  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue