We're really happy that you liked our demo and also loved Minji, she is one of our favorite characters to write! Thank you so much for your kind comment!
Techno Witch Games
Creator of
Recent community posts
Absolutely adorable! I was giggling the whole way through. I was afraid I was going to stumble into a bad ending, but thankfully I could reach the true ending the first playthrough.
By the way, you probably have read it (and it may actually be one of the inspirations for this story, I don't know) but if you haven't, you have to read The Murderbot Diaries. It also has a cute ace sci-fi romance in it and I love it.
Hi! I know this is 4 months too late but first of all, thank you for the "config.nvl_adv_transition" tip, it saved me from a lot of frustration.
You probably found it, but towards the top of the PhoneTexting.rpy file there are these two transforms:
transform phone_transform(pXalign=0.5, pYalign=0.5): xcenter pXalign yalign pYalign transform phone_appear(pXalign=0.5, pYalign=0.5): #Used only when the dialogue have one element xcenter pXalign yalign pYalign on show: yoffset 1080 easein_back 1.0 yoffset 0
You can add the hide animation to the top one.
transform phone_transform(pXalign=0.5, pYalign=0.5):
xcenter pXalign
yalign pYalign #This is where you add the hide animation.
on hide:
yoffset 0
easein_back 1.0 yoffset 1080 transform phone_appear(pXalign=0.5, pYalign=0.5): #Used only when the dialogue have one element
xcenter pXalign
yalign pYalign on show:
yoffset 1080
easein_back 1.0 yoffset 0
I did a quick test and it seems to be working, I don't know if it would cause any problems but it would at least give a starting point.
Why is this so relatable? Being stuck in boring conversations in parties, being too early to somewhere with nothing to do, everyone talking to people from their own country in language exchange... I was cracking up so much. Somehow these ended up being my favorite memories while studying abroad. Also, I did get a birth-chart reading in a party, so... Very relatable. Great job everyone!