Search found 10 matches

by Groundbird
Sat May 20, 2017 2:30 am
Forum: Ren'Py Questions and Announcements
Topic: Rotate Namebox
Replies: 11
Views: 2345

Re: Rotate Namebox

You have to assign transform to "who" window, and that's it. You can continue to add more style and transform properties to "namebox_rotate()" to adjust the position and other things to your liking. transform namebox_rotate(): rotate -15 screen say(who, what): style_prefix "...
by Groundbird
Sat May 20, 2017 2:21 am
Forum: Ren'Py Questions and Announcements
Topic: Rotate Namebox
Replies: 11
Views: 2345

Re: Rotate Namebox

If you could drop the code you have here, I could help point out what else you need to do. It's pretty much just having a transform code somewhere and make an edit to "screen say" in "screens.rpy" file. Thank you for all your help. So I thought it might have been a problem with ...
by Groundbird
Fri May 19, 2017 10:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Rotate Namebox
Replies: 11
Views: 2345

Re: Rotate Namebox

Make an ATL code to rotate object -15 degree. Add it to namebox window in "screen say()" under "screens.rpy". transform namebox_rotate(): rotate -15 screen say(who, what): . . . if who is not None: window at namebox_rotate: style "namebox" text who id "who" t...
by Groundbird
Fri May 19, 2017 8:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Solved! -- Skew/Slant the character name?
Replies: 2
Views: 536

Re: Skew/Slant the character name?

Divona wrote:Rotate Namebox
viewtopic.php?f=8&t=43766#p452985
Thanks so much for the link!
by Groundbird
Fri May 19, 2017 1:28 am
Forum: Ren'Py Questions and Announcements
Topic: Solved! -- Skew/Slant the character name?
Replies: 2
Views: 536

Solved! -- Skew/Slant the character name?

So, I have a name box that is slanted about 15 degrees horizontally, and I can't figure out what I should be using to transform the whole name tag to be skewed to fit that name text box.

Is this possible, or should I redesign my text boxes? Thanks!
by Groundbird
Sun Jul 05, 2015 12:36 am
Forum: Creative Commons
Topic: Free male sprite (japanese high school uniform) reuploaded!
Replies: 22
Views: 10453

Re: Free male sprite (japanese high school uniform) FILES NE

Ahh, I hope someone who downloaded it sees this again.
by Groundbird
Sat Jul 04, 2015 11:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu code breaking? Please help!
Replies: 2
Views: 451

Re: Menu code causing some issues sometimes?

That's a strange issue. I tried to reproduce it but couldn't. Two things I can think of to try and figure the source of the problem: Try and remove the caption only line in the choice screen. # comment this out else: text caption style "menu_caption" color "#000" I noticed that ...
by Groundbird
Sat Jul 04, 2015 11:45 am
Forum: Ren'Py Questions and Announcements
Topic: Menu code breaking? Please help!
Replies: 2
Views: 451

Menu code breaking? Please help!

(I will be making a lot of topics here in the next few days, sorry about that. Learning processes!) I like to keep previous dialogue on the screen when I give the player choices to pick from. Although I code things exactly the same way within my scripts for these menus, for whatever reason--there ar...
by Groundbird
Sat Jul 04, 2015 12:50 am
Forum: Ren'Py Questions and Announcements
Topic: Solved! -- Images in Menu Stylization
Replies: 2
Views: 1377

Re: In-game option stylization help, please?

-snip- Thank you so much! This was easy to understand, and you definitely helped with all of the reference links and the notes. I appreciate this incredibly, and I'll get to testing this and tweaking it right away. -- edit -- https://40.media.tumblr.com/857f37fd5361930820efc708d42b303f/tumblr_nqybb...
by Groundbird
Fri Jul 03, 2015 6:30 am
Forum: Ren'Py Questions and Announcements
Topic: Solved! -- Images in Menu Stylization
Replies: 2
Views: 1377

Solved! -- Images in Menu Stylization

I am a huge newbie here, but I think I'm, generally, doing a pretty good job with all of this, but this is something I absolutely cannot figure out. Basically, I would like my in - game option selection to look like this: https://40.media.tumblr.com/00cb7ceec236be2117a9424c0ad019ce/tumblr_inline_nqw...