18 lines
		
	
	
		
			421 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			421 B
		
	
	
	
		
			Python
		
	
	
	
| strawberry = "Strawberry"
 | |
| raspberry = "Raspberry"
 | |
| 
 | |
| dash_refill        = "Dash Refills"
 | |
| double_dash_refill = "Double Dash Refills"
 | |
| feather            = "Feathers"
 | |
| coin               = "Coins"
 | |
| cassette           = "Cassettes"
 | |
| 
 | |
| traffic_block = "Traffic Blocks"
 | |
| spring        = "Springs"
 | |
| breakables    = "Breakable Blocks"
 | |
| 
 | |
| ground_dash = "Ground Dash"
 | |
| air_dash    = "Air Dash"
 | |
| skid_jump   = "Skid Jump"
 | |
| climb       = "Climb"
 |