mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Text
		
	
	
	
	
	
Import('env')
 | 
						|
 | 
						|
env.add_source_files(env.scene_sources,"*.cpp")
 | 
						|
 | 
						|
Export('env')
 | 
						|
 | 
						|
SConscript("default_theme/SCsub");
 | 
						|
 |