mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 07:43:02 +00:00 
			
		
		
		
	fixed weird shadow of Text button
This commit is contained in:
		@@ -1804,7 +1804,7 @@ namespace mapeditor {
 | 
			
		||||
      displaymm('l', 8, 8+fs*8, 2, vid.fsize, XLAT("l = line"), 0);
 | 
			
		||||
      displaymm('c', 8, 8+fs*9, 2, vid.fsize, XLAT("c = circle"), 0);
 | 
			
		||||
      if(drawing_tool)
 | 
			
		||||
        displaymm('T', 8, 8+fs*10, 10, vid.fsize, XLAT("T = text"), 0);
 | 
			
		||||
        displaymm('T', 8, 8+fs*10, 2, vid.fsize, XLAT("T = text"), 0);
 | 
			
		||||
      if(drawing_tool)
 | 
			
		||||
        displaymm('e', 8, 8+fs*11, 2, vid.fsize, XLAT("e = erase"), 0);
 | 
			
		||||
      int s = isize(texture::config.data.pixels_to_draw);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user