mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 21:01:50 +08:00
9 lines
171 B
Python
9 lines
171 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
if "GLES3_GLSL" in env["BUILDERS"]:
|
|
env.GLES3_GLSL("canvas.glsl")
|
|
env.GLES3_GLSL("copy.glsl")
|
|
env.GLES3_GLSL("sky.glsl")
|