Asset - Project Rain Drops

Tizzio

Member


Dynamic rain with collisions

> Link to Marketplace

https://marketplace.yoyogames.com/assets/715/rain-drops

> Features
  • Only 1 triangle for rain drop
  • Easy to use, only 2 objects (1parent object for collision and 1 object for the rain effect)
  • Optimized with a particle pool that reuses array indices
  • Fully customizable
  • You can draw your own water-drop texture
  • Rain sound effect and thunder included
>Demo

Executable demonstration for windows (.exe)
https://drive.google.com/#folders/0B6109jBBaUmeNXV3LTZmQXNUVWc


>Rain parameters
Code:
//horizontal rain range
rain_range = room_width/2;
//number of water drops (change it with rain_set_drop_count(count) )
rain_drops = 100;
rain_direction = 270;
rain_speed = 25;
rain_sound_volume = 1;
//size of the single rain drop
rain_size = 2;
//length of the single rain drop
rain_length = 3;
 
M

modler2

Guest
Bought this awhile ago, tried to use it in my mobile platformer, it worked, but not incredible well (tested on a s4). That said, if it is planned for more powerful phones or desktop applications you really can't do better, it is very well coded and detailed, it both looks and runs amazingly!
 
J

Jonathan Kostka

Guest
Really great effect, but I was just wondering if I bought this I am allowed to use it in a project that I may sell in the future?
 

xNYARLx

Member
Awesome!
U can add flash when lightning is heard? or is here and im blind? hehehehe
And make option to randomly raining, and when we want.
Will be super when u make this :) and where its this wind sound?

Ohhh and where i can change the size of the splashes?
 

eams1986

Member
Awesome!
U can add flash when lightning is heard? or is here and im blind? hehehehe
And make option to randomly raining, and when we want.
Will be super when u make this :) and where its this wind sound?

Ohhh and where i can change the size of the splashes?

part_type_size(p1,0.1,0.2,0,0); here :) choose your size look argument for information
d3a34ac680ffe44d2a4d1d8d38fb4c83.png
 
Top