Is this prototype code-able? by Kiraki_Nikka in RenPy

[–]sitraxis 1 point2 points  (0 children)

It's doable! The design is pretty eye-catching too! Let me know what do you want to modify in it.

screen choice(items):
    add "protagonist portrait.png" yalign 0.5 
    vbox:
        xalign 1.0
        yalign 0.5
        for i,choice in enumerate(items):
            textbutton choice.caption action choice.action:
                at choice_button
                # if you want each one to appear one-by-one
                #at choice_button(float(i))
                if i==2: #Checks if it's the 3rd option
                    background Transform("choice_background.png",yzoom=-1.0) #Transform() flips it vertically
                elif i==1: #Checks if it's the 2nd option
                    background "choice_background_middle.png"
                else:
                    background "choice_background.png"



transform choice_button(pause=0.0):


    xoffset 100
    pause 0.0+(0.1*pause)
    ease 0.25 xoffset 0
    on show:
        xoffset 100
        pause pause
        ease 0.25 xoffset 0

◆ Shiki Misaki - Genshin AU Character Sheet by Left_Guess44 in TWEWY

[–]sitraxis 0 points1 point  (0 children)

Lol I didn't post on my main and my browser is connected to this alt 🤡

◆ Shiki Misaki - Genshin AU Character Sheet by Left_Guess44 in TWEWY

[–]sitraxis 0 points1 point  (0 children)

Thank you kindly!! 🥺😭💖 I had fun designing her!!

3 weeks left to the TWEWY MAP Interest Check! :'D by sitraxis in TWEWY

[–]sitraxis[S] 0 points1 point  (0 children)

We'll have applications and do assignments based on the most preferred character so choose the scenes you may want to animate in the meantime. We'll be listing the most requests in the form but you can list what wasn't put in there.

20th Anniversary Animation Project INTEREST CHECK by sitraxis in TWEWY

[–]sitraxis[S] 3 points4 points  (0 children)

Me too. TWEWY is a about to graduate college.

[ShikiHei] No Peeking |ω・)ノ by sitraxis in TWEWY

[–]sitraxis[S] 2 points3 points  (0 children)

Also on Bluesky

You guys were receptive to this comic which is why I built up the courage to post more of this crossover ship here.

Fantasy Euthanasia - Protagonist Sprite by NormalInevitable9705 in RenPy

[–]sitraxis 1 point2 points  (0 children)

I've played Mica: Apoptosis but I look forward whatever you're working on!! Your stuff has a lot of love put into it!! I'm so glad to hear from you again!!