mirror of
				https://github.com/smallmain/cocos-enhance-kit.git
				synced 2025-11-03 23:45:22 +00:00 
			
		
		
		
	
		
			
	
	
		
			20 lines
		
	
	
		
			517 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			517 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<link rel="import" href="packages://inspector/share/meta-header.html">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<dom-module id="tiled-map-inspector">
							 | 
						||
| 
								 | 
							
								    <link rel="import" type="css" href="packages://inspector/share/common.css">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <template>
							 | 
						||
| 
								 | 
							
								        <inspector-meta-header
							 | 
						||
| 
								 | 
							
								            target="[[target]]"
							 | 
						||
| 
								 | 
							
								            icon="unpack://engine/cocos2d/tilemap/editor/tiled-map.png"
							 | 
						||
| 
								 | 
							
								            dirty="{{dirty}}"
							 | 
						||
| 
								 | 
							
								        >
							 | 
						||
| 
								 | 
							
								        </inspector-meta-header>
							 | 
						||
| 
								 | 
							
								    </template>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <script>
							 | 
						||
| 
								 | 
							
								        Editor.registerElement({
							 | 
						||
| 
								 | 
							
								        });
							 | 
						||
| 
								 | 
							
								    </script>
							 | 
						||
| 
								 | 
							
								</dom-module>
							 |