mirror of
				https://github.com/mightypanders/GMTKJam2021.git
				synced 2025-10-31 01:13:47 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			146 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			146 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
| extends Node2D
 | |
| export var destinationColor = Color.yellow
 | |
| onready var sprite = $Sprite
 | |
| 
 | |
| func modulate_color():
 | |
| 	sprite.modulate = destinationColor |