Home
last modified time | relevance | path

Searched refs:pos_y_rand_ (Results 1 – 1 of 1) sorted by relevance

/dports/games/frogatto/frogatto-1.3.1/src/
H A Dparticle_system.cpp694 … pos_x_(info.pos_x), pos_x_rand_(info.pos_x_rand), pos_y_(info.pos_y), pos_y_rand_(info.pos_y_rand… in point_particle_system()
746 if(pos_y_rand_) { in process()
747 p.pos_y += rand()%pos_y_rand_; in process()
844 int pos_x_, pos_x_rand_, pos_y_, pos_y_rand_; member in __anon54335c4e0111::point_particle_system
861 pos_y_rand_ = value.as_int()*1024; in set_value()