Search found 3 matches

by revlith
Thu Feb 23, 2017 12:41 pm
Forum: We are a Free Project looking for Partners
Topic: NaNoReno 2017 General Recruitment Thread!
Replies: 71
Views: 14339

Re: NaNoReno 2017 General Recruitment Thread!

Hi! Sorry this is a bit late! I'm currently working on this game. On which I've done the coding, background colouring and audio sourcing+implementation. I'm thinking of making a game where the player is a trader npc in an RPG world. I was thinking something similar to banner saga in art style, but I...
by revlith
Mon Dec 05, 2016 8:37 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Adding scrollbar to screen based on iterative size
Replies: 3
Views: 827

Re: Adding a scrollbar to the choice menu based on length

That works! and it'd shown me a way neater way of approaching things, cheers!
by revlith
Mon Dec 05, 2016 12:39 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Adding scrollbar to screen based on iterative size
Replies: 3
Views: 827

[Solved] Adding scrollbar to screen based on iterative size

I'm trying to have a scrollbar only added to the choice screen based on if the options are going offscreen. I've gotten it so that it consistently has a scroll bar if i uncomment the line beneath the viewport, and the counting works. But all my code does right now is move the options to the left wit...