mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	rogueviz:: some music codes set
This commit is contained in:
		| @@ -478,7 +478,7 @@ void enable() { | ||||
|   rogueviz::rv_hook(hooks_clearmemory, 40, [] () { | ||||
|     fif.clear(); | ||||
|     }); | ||||
|   rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = eLand(300); return false; }); | ||||
|   rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = mfcode("C2"); return false; }); | ||||
|   rogueviz::rv_change(patterns::whichShape, '9'); | ||||
|   state = state::edited; | ||||
|   current_puzzle = nullptr; | ||||
|   | ||||
| @@ -1515,7 +1515,7 @@ void enable() { | ||||
|   rogueviz::rv_change(showstartmenu, false); | ||||
|   rogueviz::rv_change(mapeditor::drawplayer, false); | ||||
|   rogueviz::rv_change(mine_adjacency_rule, 1); | ||||
|   rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = eLand(250); return false; }); | ||||
|   rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = mfcode("C0"); return false; }); | ||||
|   } | ||||
|  | ||||
| local_parameter_set lps_seuphorica("seuphorica:"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue