Search found 3 matches

by ClownFace
Fri Apr 28, 2023 3:19 pm
Forum: Ren'Py Questions and Announcements
Topic: What is the python equivalent of "show text"?
Replies: 2
Views: 720

Re: What is the python equivalent of "show text"?

_ticlock_ wrote: Fri Apr 28, 2023 1:39 pm

Code: Select all

python:        
	my_text = Text("Hello World")
	renpy.show("my_text_1", what = my_text)
It works perfectly! Thank you so much!
by ClownFace
Fri Apr 28, 2023 12:43 pm
Forum: Ren'Py Questions and Announcements
Topic: What is the python equivalent of "show text"?
Replies: 2
Views: 720

What is the python equivalent of "show text"?

Hi. I have renpy code like this: show text "Hello World" as my_text_1: pos(pos_x,pos_y) transform_anchor True anchor(1.2,0.5) rotate 30.0 I want to convert it to python to give me more control. Here's what I have so far: python: my_text = Text("Hello World") renpy.show(my_text) W...
by ClownFace
Fri Apr 28, 2023 10:36 am
Forum: Asset Creation: Art
Topic: Opinions on my art.
Replies: 4
Views: 4403

Re: Opinions on my art.

# Would you read a comic with art like these? # Be frank, I prefer honesty even it can be a little disappointing. It's not a style I would be interested in personally but I'm sure many people like it. Some things you can do to improve: * Try pushing the value contrast. Think about how your image loo...