mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	Fix markers and translation
This commit is contained in:
		
							parent
							
								
									e040a47195
								
							
						
					
					
						commit
						fd77ba135a
					
				@ -39,6 +39,8 @@
 | 
			
		||||
    overflow-y: auto;
 | 
			
		||||
    pointer-events: all;
 | 
			
		||||
    @include S(padding-right, 5px);
 | 
			
		||||
    @include S(padding-bottom, 5px);
 | 
			
		||||
    @include S(padding-top, 5px);
 | 
			
		||||
 | 
			
		||||
    // Scrollbar
 | 
			
		||||
    &::-webkit-scrollbar {
 | 
			
		||||
 | 
			
		||||
@ -319,9 +319,7 @@ export class HUDWaypoints extends BaseHUDPart {
 | 
			
		||||
        this.waypoints.push({
 | 
			
		||||
            label,
 | 
			
		||||
            center: { x: position.x, y: position.y },
 | 
			
		||||
            // Make sure the zoom is *just* a bit above the zoom level where the map overview
 | 
			
		||||
            // starts, so you always see all buildings
 | 
			
		||||
            zoomLevel: Math.max(this.root.camera.zoomLevel, globalConfig.mapChunkOverviewMinZoom + 0.05),
 | 
			
		||||
            zoomLevel: this.root.camera.zoomLevel,
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        this.sortWaypoints();
 | 
			
		||||
 | 
			
		||||
@ -612,7 +612,7 @@ buildings:
 | 
			
		||||
    display:
 | 
			
		||||
        default:
 | 
			
		||||
            name: &display Display
 | 
			
		||||
            description: Connect a signal to show it on the display! It can be a shape, color or boolean.
 | 
			
		||||
            description: Connect a signal to show it on the display - It can be a shape, color or boolean.
 | 
			
		||||
 | 
			
		||||
    reader:
 | 
			
		||||
        default:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user