Search found 3 matches

by BeesThatWork
Mon Dec 11, 2017 11:09 pm
Forum: Ren'Py Questions and Announcements
Topic: textbox's text placement issue
Replies: 0
Views: 232

textbox's text placement issue

Hello, i am very new to ren'py, and coding in general, and i cant seem to understand how to fix the placement of my text in the textbox. i would like it centered, but cant understand gui codes, and assistance would be greatly appreciated. if theres any specifics that you need, that i am not aware of...
by BeesThatWork
Mon Dec 11, 2017 2:10 pm
Forum: Ren'Py Questions and Announcements
Topic: NotFound error in option.rpy
Replies: 2
Views: 494

Re: NotFound error in option.rpy

You are probably looking at legacy GUI guides. They are obsolete, we have new GUI now. A great place to start is official RenPy documentation: https://www.renpy.org/doc/html/index.html In particular, GUI Customization Guide: https://www.renpy.org/doc/html/gui.html :oops: im dissappointed i didnt lo...
by BeesThatWork
Mon Dec 11, 2017 1:58 pm
Forum: Ren'Py Questions and Announcements
Topic: NotFound error in option.rpy
Replies: 2
Views: 494

NotFound error in option.rpy

I am incredibly new on Ren'py and game making in general. However, ive been looking at tutorials, (for example: the edit textbox tutorial) and the line of code in the tutorial is not in my options.rpy file. "style.window.background = Frame("PinkBox.png", 25, 25)" - none of this c...