mirror of
				https://git.sleeping.town/mirrors/foxy-moxy
				synced 2025-11-03 10:02:34 -08:00 
			
		
		
		
	var -> const
This commit is contained in:
		
							parent
							
								
									5f34b2af88
								
							
						
					
					
						commit
						f2975db70f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
var head = {
 | 
					const head = {
 | 
				
			||||||
    brick: [0, 62, 53],
 | 
					    brick: [0, 62, 53],
 | 
				
			||||||
    yellow: [48, 100, 64]
 | 
					    yellow: [48, 100, 64]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
var bg = {
 | 
					const bg = {
 | 
				
			||||||
    forest:     '#006375',
 | 
					    forest:     '#006375',
 | 
				
			||||||
    green:      '#63D6A3',
 | 
					    green:      '#63D6A3',
 | 
				
			||||||
    blue:       '#358EFF',
 | 
					    blue:       '#358EFF',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue