Search found 4 matches

by Pajama Pudding
Sat Dec 29, 2018 1:00 am
Forum: General Discussion
Topic: Anyone know what game these sprites are from?
Replies: 4
Views: 977

Re: Anyone know what game these sprites are from?

No, I know for a fact they're sprites from a published VN. The guy who ripped them says he can't remember which one.
by Pajama Pudding
Fri Dec 28, 2018 7:08 pm
Forum: General Discussion
Topic: Anyone know what game these sprites are from?
Replies: 4
Views: 977

Anyone know what game these sprites are from?

I'm trying to track down their source, but I really have no idea.

https://i.imgur.com/EeI2YJT.png

https://i.imgur.com/QxBU0yJ.png

Sorry... I don't really know where else to ask. =^X If anyone knows a better place let me know!
by Pajama Pudding
Fri Sep 07, 2018 6:11 pm
Forum: Ren'Py Questions and Announcements
Topic: How to change background on a screen with transition?
Replies: 1
Views: 758

How to change background on a screen with transition?

Bit of a novice question, but how can I cause images to appear with transitions using screen language? I can do the following: call screen Test screen Test: add "Graphic.png" text "Test" But how can I cause Graphic.png to appear with fade, for example? Or with dissolve? Or easein...
by Pajama Pudding
Wed Sep 05, 2018 6:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Variable menus with lots of options
Replies: 3
Views: 745

Variable menus with lots of options

Say I have a menu. The options in that menu are variable, i.e. if Flag A == True, menu option A will appear. At a given point in time, there might be zero associated flags set to True, or there might be as many as 15. If the latter case, there would be far too many menu options to appear on the scre...