Search found 2 matches

by Sol Mundus
Tue Dec 18, 2018 12:16 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Disable textbox and text
Replies: 2
Views: 316

Re: No text just images

Thanks you very much ! but if i write the

Code: Select all

$renpy.pause(hard=True)

i just can't go to the next image but with just

Code: Select all

$renpy.pause()
that is working fine so, you solve my problem :D
by Sol Mundus
Mon Dec 17, 2018 8:54 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Disable textbox and text
Replies: 2
Views: 316

[Solved] Disable textbox and text

Hello everyone

I want to make a comic style game with the text already in the image so i want to disable the text and text box but i want the ability to click to pass to the next image how can i do that ?

Thanks