Hello! I got the shader, using it in version 7.4.11. I just dropped the file in my game folder and I am getting a parsing script failed error:
```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/outline_shader.rpy", line 182: ATL statement contains two expressions in a row; is one of them a misspelled property? If not, separate them with pass.
gl_drawable_resolution drawable_res
^
File "game/outline_shader.rpy", line 211: ATL statement contains two expressions in a row; is one of them a misspelled property? If not, separate them with pass.
mesh True mesh_pad (20, 20, 20, 20) gl_drawable_resolution False
^
Ren'Py Version: Ren'Py 7.4.11.2266
Tue Feb 27 17:46:04 2024
```