Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
hp
/
godot
Seguir
1
Destacar
1
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
38ae49e574
Ramas
Etiquetas
3.0
fix-12401
master
godot
/
scene
/
audio
/
SCsub
SCsub
102 B
Histórico
Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env python
Import('env')
env.add_source_files(env.scene_sources, "*.cpp")
Export('env')