mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	Reverse order of shapes in shape info
This commit is contained in:
		
							parent
							
								
									a498ee2704
								
							
						
					
					
						commit
						7cbe5bb8e7
					
				| @ -84,7 +84,7 @@ export class HUDShapeViewer extends BaseHUDPart { | |||||||
|         const layers = definition.layers; |         const layers = definition.layers; | ||||||
|         this.contentDiv.setAttribute("data-layers", layers.length); |         this.contentDiv.setAttribute("data-layers", layers.length); | ||||||
| 
 | 
 | ||||||
|         for (let i = 0; i < layers.length; ++i) { |         for (let i = layers.length - 1; i >= 0; --i) { | ||||||
|             const layerElem = makeDiv(this.renderArea, null, ["layer", "layer-" + i]); |             const layerElem = makeDiv(this.renderArea, null, ["layer", "layer-" + i]); | ||||||
| 
 | 
 | ||||||
|             let fakeLayers = []; |             let fakeLayers = []; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user