a7b2ac7bb1
Added support for Sprite, AnimatedSprite and Polygon2D (should add for tileset eventually).
8 lines
191 B
Python
8 lines
191 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
if 'RD_GLSL' in env['BUILDERS']:
|
|
env.RD_GLSL('canvas.glsl');
|
|
env.RD_GLSL('canvas_occlusion.glsl');
|
|
env.RD_GLSL('canvas_occlusion_fix.glsl');
|