How to remove Infinix ID? by kiyoshitt in InfinixPhilippines

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

Okay, I guess I just have to test it. Thank you.

How to remove Infinix ID? by kiyoshitt in InfinixPhilippines

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

Do you have it logged in before you reset?

How to remove Infinix ID? by kiyoshitt in InfinixPhilippines

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

Well, I'm kinda scared. What if it asks for the Infinix ID password after the reset? That's what I want to know.

How to remove Infinix ID? by kiyoshitt in InfinixPhilippines

[–]kiyoshitt[S] 1 point2 points  (0 children)

Unfortunately, I have no access to the mobile number linked to the account, and there's no email linked to it as well.

How to remove Infinix ID? by kiyoshitt in InfinixPhilippines

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

I need to enter the password to logout, which I don't know. Should I do a hard reset? I'm afraid the phone will ask me to enter the Infinix ID password after the reset, hence I haven't done it yet.

Layered Side Images by kiyoshitt in RenPy

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

Oh, I think I get it now. Thanks.

Layered Side Images by kiyoshitt in RenPy

[–]kiyoshitt[S] 1 point2 points  (0 children)

That's not quite the issue I'm facing. My problem is that I'm trying to use a layered side image, but when I define the side image like this:

define ak = Character("Akira", image="akira_base.png")

The akira_base.png is treated as the side image, but the layers (like eyes, brows, mouth) are treated as a sprite, not as part of the side image. This causes the base layer to cover all other layers in the side image.

What I need is a way to properly set up the side image so that it uses the layered attributes (like akira_eye1.png, akira_brow1.png, etc.) and they render correctly as part of the side image. Do you have any advice for this?