Search found 3 matches

by Kilarn
Sat Feb 23, 2013 9:02 am
Forum: Completed Games
Topic: Lovecraft : Beyond the Wall of Sleep
Replies: 2
Views: 4599

Lovecraft : Beyond the Wall of Sleep

Dear all, My name is Kilarn, and I'm the web master of a French site about creation, translation and test of visual novels. (http://visual-test.fr) What I would like to present you today is one of our project released one month ago. http://btwos.visual-test.fr/images/BTWOS_presentation.png Descripti...
by Kilarn
Wed Aug 11, 2010 8:09 am
Forum: Ren'Py Questions and Announcements
Topic: [solved]Text function and its properties
Replies: 1
Views: 490

Re: Text function and its properties

\o/

I found the solution. I just forgot to put the "python :" before to use ui.text ^o^

The code that I use is :

Code: Select all

python:
         ui.text("Blabla", slow_cps=1,xalign=0.5, yalign=0.5)
I put the "solved" in the title. =)
by Kilarn
Tue Aug 10, 2010 6:29 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]Text function and its properties
Replies: 1
Views: 490

[solved]Text function and its properties

Hello =) Sorry if the question is stupid but I really don't understand why my syntax doesn't work : / I want to show a text at the center of the window of the game AND I want that this text appear slowly. I tried the function text : "blabla" show text("Blabla!") "blabla"...