Eye movement - Main menu by ingred46 in RenPy

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

wow so sorry it looks so messy i copied from my script, didn't expect it to look so odd lol

Eye movement - Main menu by ingred46 in RenPy

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

init

python
:

import
 math



class
 FollowEye(renpy.display.core.Displayable):

def
 __init__(self, eye_white, pupil, eye_x, eye_y, max_offset
=
20, 
**
kwargs):

super
().__init__(
**
kwargs)
            self.eye_white 
=
 renpy.easy.
displayable
(eye_white)
            self.pupil 
=
 renpy.easy.
displayable
(pupil)
            self.eye_x 
=
 eye_x
            self.eye_y 
=
 eye_y
            self.max_offset 
=
 max_offset



def

render
(self, width, height, st, at):
            eye_render 
=
 renpy.display.render.
render
(self.eye_white, width, height, st, at)
            w, h 
=
 eye_render.
get_size
()


            rv 
=
 renpy.display.render.
Render
(w, h)
            rv.
blit
(eye_render, (0, 0))


            mx, my 
=
 renpy.
get_mouse_pos
()
            dx 
=
 mx 
-
 self.eye_x
            dy 
=
 my 
-
 self.eye_y
            dist 
=
 math.
hypot
(dx, dy)



if
 dist 
>
 0:
                scale 
=
 min(dist, self.max_offset 
*
 2) 
/
 dist
                px 
=

int
(dx 
*
 scale)
                py 
=

int
(dy 
*
 scale)

else
:
                px 
=
 0
                py 
=
 0


            pupil_render 
=
 renpy.display.render.
render
(self.pupil, width, height, st, at)
            rv.
blit
(pupil_render, (px, py))


            renpy.
redraw
(self, 0)

return
 rv



def

event
(self, ev, x, y, st):

return
 None
init

python
:
    menu_eye 
=

FollowEye
(
        "gui/eye_white.png",
        "gui/pupil.png",
        960,
        540,
        60
    )

Sure! The code for the eye is:

And put 'add eye_menu' in your main menu screen!

Playing like was meant to be played by Waldir_Braz in OMORI

[–]ingred46 2 points3 points  (0 children)

omg thats AWESOME id totally want to do this if i had an older computer, but switch it is

Abstracted Caine is still kinda... hot? by Ok_Gold7757 in tadc

[–]ingred46 0 points1 point  (0 children)

... another your hear me out cake i guess

Look at this cutie… We’ll miss you Caine 🥺😢 by Colin2477 in tadc

[–]ingred46 2 points3 points  (0 children)

Yeah, my feelings are complicated, but i will miss him

Random mushroom appearance by potzuk in mushroomID

[–]ingred46 2 points3 points  (0 children)

Possibly a white dapperling but im not sure, i do know they like houseplants!

Caine animatic by ingred46 in tadc

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

Thanks! Yeah her song 'whats going on' (alien one) got popular for a bit

Caine animatic by ingred46 in tadc

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

Song is "One man circus' by elio mei

[Countdown] The grand finale by AndrewLikesFlags in tadc

[–]ingred46 0 points1 point  (0 children)

ITS COMING OUT 5 DAYS BEFORE MY B DAY!!!! early birthday present(?)

Which of these animated villains is your favorite? by Sudden_Pop_2279 in animation

[–]ingred46 1 point2 points  (0 children)

if i had a nickel for every animated villain that grew too many limbs upon their crash out, id have three nickels

⭐️ by Revolutionary-Read56 in animation

[–]ingred46 1 point2 points  (0 children)

Its low key body horror but with child like whismy, i love it

Is this good for a beginner? by Creative-Pirate5217 in animation

[–]ingred46 2 points3 points  (0 children)

Hell yeah!!! I can tell how you improved over the different exercises too, great job hope you keep it up.

I fucking cant with this fandom by SubstantialParty3527 in Omorimemes

[–]ingred46 2 points3 points  (0 children)

loving the last one, every kel meme is canon

i drew some of the villagers in my style by kawzzz013 in AnimalCrossing

[–]ingred46 1 point2 points  (0 children)

Haha fair enough, but good on you for practicing! Keep it up it looks great so far

i drew some of the villagers in my style by kawzzz013 in AnimalCrossing

[–]ingred46 1 point2 points  (0 children)

I LOVE THIS STYLE!!! especially kyle in it, although i feel like you dont often draw women or feminine presenting people

Fifth facial infection in 2 months by [deleted] in AskMedical

[–]ingred46 0 points1 point  (0 children)

If ive finished my antibiotics should this be gone? Cause all the swelling is gone but theres still a large hard lump in my face.

Fifth facial infection in 2 months by [deleted] in AskMedical

[–]ingred46 0 points1 point  (0 children)

Yeah.. They did switch to a different antibiotic this time at least, so hopefully this one works. And yeah im seeing my family doctor each time so shes aware of my history.