Search found 3 matches

by DW_E
Tue Apr 07, 2020 8:59 am
Forum: Ren'Py Questions and Announcements
Topic: Unable to make a layered image work, with the python equivalents
Replies: 4
Views: 451

Re: Unable to make a layered image work, with the python equivalents

Thanks a lot for helping me Looking at the docs, I see you're right. Fixed it and here's how it is now: happy = Attribute("eyes", "happy", image="images/chars/eileen/eyes/open/angry.png") sad = Attribute("eyes", "sad", image="images/chars/eileen...
by DW_E
Mon Apr 06, 2020 8:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Unable to make a layered image work, with the python equivalents
Replies: 4
Views: 451

Unable to make a layered image work, with the python equivalents

Hiya! I'm trying to make a layered image using the python functions directly, albeit with little success. Normally I can get it work: I create my layered image: init: layeredimage eileen: group eyes: attribute happy: "images/chars/eileen/eyes/open/angry.png" attribute sad: "images/cha...