Search found 3 matches

by NeuroDolphin
Tue Aug 28, 2018 12:47 pm
Forum: Ren'Py Cookbook
Topic: Font Selection Option (For use with OpenDyslexic Font)
Replies: 4
Views: 5604

Re: Font Selection Option (For use with OpenDyslexic Font)

Thanks a lot for posting this here, it's really nice to try and make games that much more accessible for people.
Thanks to you, my game now supports Open Dyslexia!
by NeuroDolphin
Tue Aug 28, 2018 11:09 am
Forum: Ren'Py Questions and Announcements
Topic: Why are my character expressions not changing?
Replies: 3
Views: 820

Re: Why are my character expressions not changing?

Thank you for responding.

For now, I have fixed it by using the show command for each instance of image swapping.

Code: Select all

show c annoyed
c "I'm annoyed."
show c happy
c "But now I'm not!"
Thanks again for taking the time to answer!
by NeuroDolphin
Mon Aug 27, 2018 8:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Why are my character expressions not changing?
Replies: 3
Views: 820

Why are my character expressions not changing?

RESULT: Defined characters only appear with a fixed asset, and their assets will not change after that even when instructed. Call will always appear as temp_call_basic.png Bel will always appear as temp_beluga_talking.png EXPECTED RESULT: Both characters should swap out sprite images when the relev...