Search found 6 matches

by PREZ
Sat Mar 17, 2018 12:58 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Leaves falling animation on Main Menu
Replies: 4
Views: 1210

Re: [SOLVED] Leaves falling animation on Main Menu

Noted. Thank you very much, mitoky! <3.
by PREZ
Sat Mar 17, 2018 6:04 am
Forum: Ren'Py Questions and Announcements
Topic: Turn off game auto-scaling
Replies: 2
Views: 672

Re: Turn off game auto-scaling

I've found this definitions, but I haven't tested them. define config.adjust_view_size = None link If not None, this should be a function taking two arguments, the width and height of the physical window. It is expected to return a tuple giving the width and height of the OpenGL viewport, the portio...
by PREZ
Sat Mar 17, 2018 5:53 am
Forum: Ren'Py Questions and Announcements
Topic: Text system (mobile ohone)
Replies: 9
Views: 1074

Re: Text system (mobile ohone)

Congrats!
Could you post the final solution? :)
by PREZ
Fri Mar 16, 2018 8:01 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Leaves falling animation on Main Menu
Replies: 4
Views: 1210

Re: [SOLVED] Leaves falling animation on Main Menu

I've been thinking about this all day and trying stuff and I finally have an answer! image hojas : Fixed(SnowBlossom(Animation("images/particles3.png", 0.15, "images/particles3-2.png", 0.15))) screen main_menu: add hojas "Animation()" allows me to use several images as ...
by PREZ
Fri Mar 16, 2018 1:17 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5523
Views: 2542828

Re: Guestbook

Hello!

Name: PREZ or Saren
Location: Spain

I'm a gamer, a programmer and illustrator. You can check my art here https://www.artstation.com/prez :).
by PREZ
Fri Mar 16, 2018 12:58 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Leaves falling animation on Main Menu
Replies: 4
Views: 1210

[SOLVED] Leaves falling animation on Main Menu

Hello! I've just started using Ren'Py and I'm trying to customize the main menu page adding some personal illustrations and animations using the framework, but I'm struggling with one animation in particular. What I want to achieve: Animated leaves falling in different directions and speed. (Achieve...