This website requires JavaScript.
Explore
Help
Sign In
seedlingattempt
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
97c8508f5e4f57b1048830d44e76e1f4517fd449
godot
/
scene
/
gui
/
SCsub
8 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
SCsub: Add python shebang as a hint for syntax highlighting Also switch existing shebangs to "better" /usr/bin/env python.
2016-10-17 08:50:25 +02:00
#!/usr/bin/env python
GODOT IS OPEN SOURCE
2014-02-09 22:10:30 -03:00
Import('env')
env.add_source_files(env.scene_sources,"*.cpp")
Export('env')
Reference in New Issue
Copy Permalink