mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			83 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			83 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
| @icon("res://path/to/optional/icon.svg")
 | |
| class_name HelloWorld
 | |
| 
 | |
| func test():
 | |
| 	pass
 | 
