Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+3)

Yeah of course, the phone is 400x720, the in-message images are 150x150 but could probably go a little bigger if wanted. The text bubbles will resize themselves of course.

You’ll want to change this part in ‘Options’ if using my exact sizes:

 

# Picking up the phone

transform phone_pickup:

    yalign 1.0 xalign 0.5

    yoffset 900

    xoffset 32

    easein 0.3 yoffset 0

 


Link to resized phone: https://filebin.net/ak2vthastxrlw9wt

Thanks!

Hi, i need urgent help: text bubbles didn't resize themselves. They are literally out of the phone image and...idk what to do with it...please help!!

Are you a) using screen size 1280 x 720, and b) following all of my directions in the Options and Screen scripts above

Yes, i am doing 1280x720 and i literally copied the stuff you wrote here... The messages are still not resized.

Try changing this part in Options.rpy to the following (also make sure you change the phone image size to 400x720):

# Picking up the phone

transform phone_pickup:

    yalign 1.0 xalign 0.5

    yoffset 900

    xoffset 32

    easein 0.3 yoffset 0

Nope. Still nothing. I checked the phone and it's really 400x720. I copied the lines you gave me here and pasted them into my code...still the same issue :/ but thank you for helping! ^^

Well, i tried to mess with numbers a bit and its working, bu i have to set the xoffset to -32