Search found 3 matches

by inarizushi
Fri Jan 10, 2014 9:54 am
Forum: Creator Discussion
Topic: Night Filter
Replies: 15
Views: 6213

Re: Night Filter

That looks great! Glad I could help. :)
by inarizushi
Sat Jan 04, 2014 10:41 pm
Forum: Creator Discussion
Topic: Night Filter
Replies: 15
Views: 6213

Re: Night Filter

I found this did the trick as a night filter: image bg ruin_path_night = im.MatrixColor("img/bg/ruin_path.png", im.matrix.tint(0.5,0.5,0.6) * im.matrix.brightness(-0.2)) You might need to tweak it a bit though, and I think having sources of light like fires or lanterns would really sell th...
by inarizushi
Thu Jan 02, 2014 8:58 pm
Forum: Ren'Py Cookbook
Topic: Declare automatically images/sprites from your files names
Replies: 13
Views: 12267

Re: Declare automatically images/sprites from your files nam

I'm using your method to load images but ran into a strange problem with side images. From the documentation I read, it looks like the "side" tag needs to be added to an image the same way "happy" would. So if I have the image "img/side/sue/happy.png", when it loops thr...