Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
Ketsu
- Newbie
- Posts: 20
- Joined: Thu Mar 22, 2012 9:39 pm
- Location: Jakarta, Indonesia
-
Contact:
#1
Post
by Ketsu » Sun Jul 15, 2012 9:34 pm
Hi! I have a problem! Ever since I added this new gorgeous text box (courtesy of
http://kingv.deviantart.com/) none of my text is showing up on it! Dialogue and names included TT_TT
I'm sorry if the answer is obvious, this is my first time working with renpy >.<...and I really can't figure it out...
Am I doing something wrong? I added the textbox in the right place
Code: Select all
style.window.background = Frame("TextBox.png", 800, 800)
in options.rpy
What do I do? D:
-
Ketsu
- Newbie
- Posts: 20
- Joined: Thu Mar 22, 2012 9:39 pm
- Location: Jakarta, Indonesia
-
Contact:
#3
Post
by Ketsu » Sun Jul 15, 2012 10:06 pm
But i did that, the textbox image takes up the whole screen (the rest is transparent) as it's prefitted and not going to change for the whole game...
And I did read that >.<;
-
DragoonHP
- Miko-Class Veteran
- Posts: 758
- Joined: Tue Jun 22, 2010 12:54 am
- Completed: Christmas
- IRC Nick: DragoonHP
- Location: Zion Island, Solario
-
Contact:
#4
Post
by DragoonHP » Sun Jul 15, 2012 10:12 pm
Ketsu wrote:the textbox image takes up the whole screen (the rest is transparent)
Try cropping the image; remove all the transparent part and then try again.