mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-17 02:17:06 +00: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")
|