This website requires JavaScript.
Explore
Help
Register
Sign In
Nixyri
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2024-12-18 09:03:16 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
97c8508f5e
godot
/
servers
/
physics_2d
/
SCsub
6 lines
88 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 06:50:25 +00:00
#!/usr/bin/env python
GODOT IS OPEN SOURCE
2014-02-10 01:10:30 +00:00
Import('env')
env.add_source_files(env.servers_sources,"*.cpp")
Reference in New Issue
Copy Permalink