You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Also remove unnecessary `Export('env')` in other SCsubs,
Export should only be used when exporting *new* objects.
7 lines
117 B
Python
7 lines
117 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
if 'GLES3_GLSL' in env['BUILDERS']:
|
|
env.GLES3_GLSL('lens_distorted.glsl');
|